Home
last modified time | relevance | path

Searched refs:e_book_cache_get_contact_custom_flags (Results 1 – 4 of 4) sorted by relevance

/dports/databases/evolution-data-server/evolution-data-server-3.42.1/tests/libedata-book/
H A Dtest-book-cache-offline.c531 …g_assert (e_book_cache_get_contact_custom_flags (fixture->book_cache, uid, &custom_flags, NULL, &e… in test_offline_basics()
587 …g_assert (e_book_cache_get_contact_custom_flags (fixture->book_cache, uid, &custom_flags, NULL, &e… in test_offline_basics()
627 …g_assert (!e_book_cache_get_contact_custom_flags (fixture->book_cache, uid, &custom_flags, NULL, &… in test_offline_basics()
784 …g_assert (!e_book_cache_get_contact_custom_flags (fixture->book_cache, uid, &custom_flags, NULL, &… in test_offline_add_delete()
798 …g_assert (e_book_cache_get_contact_custom_flags (fixture->book_cache, uid, &custom_flags, NULL, &e… in test_offline_add_delete()
808 …g_assert (e_book_cache_get_contact_custom_flags (fixture->book_cache, uid, &custom_flags, NULL, &e… in test_offline_add_delete()
916 …g_assert (e_book_cache_get_contact_custom_flags (fixture->book_cache, uid, &custom_flags, NULL, &e… in test_offline_edit_common()
927 …g_assert (e_book_cache_get_contact_custom_flags (fixture->book_cache, uid, &custom_flags, NULL, &e… in test_offline_edit_common()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/addressbook/libedata-book/
H A De-book-cache.h267 gboolean e_book_cache_get_contact_custom_flags
H A De-book-meta-backend.c655 if (!e_book_cache_get_contact_custom_flags (book_cache, change->uid, &opflags, cancellable, NULL)) in ebmb_upload_local_changes_sync()
H A De-book-cache.c5257 e_book_cache_get_contact_custom_flags (EBookCache *book_cache, in e_book_cache_get_contact_custom_flags() function