Home
last modified time | relevance | path

Searched refs:E_OFFLINE_STATE_LOCALLY_DELETED (Results 1 – 10 of 10) sorted by relevance

/dports/databases/evolution-data-server/evolution-data-server-3.42.1/tests/libedata-cal/
H A Dtest-cal-cache-offline.c292 if (expect_offline_state == E_OFFLINE_STATE_LOCALLY_DELETED || in test_verify_storage()
336 E_OFFLINE_STATE_LOCALLY_DELETED, in test_offline_basics()
417 if (states[ii] == E_OFFLINE_STATE_LOCALLY_DELETED) { in test_offline_basics()
882 uid, E_OFFLINE_STATE_LOCALLY_DELETED, in test_offline_edit_delete()
884 test_check_offline_state (fixture, uid, E_OFFLINE_STATE_LOCALLY_DELETED); in test_offline_edit_delete()
948 uid, E_OFFLINE_STATE_LOCALLY_DELETED, in test_offline_delete()
950 test_check_offline_state (fixture, uid, E_OFFLINE_STATE_LOCALLY_DELETED); in test_offline_delete()
1000 uid, E_OFFLINE_STATE_LOCALLY_DELETED, in test_offline_delete_add()
1002 test_check_offline_state (fixture, uid, E_OFFLINE_STATE_LOCALLY_DELETED); in test_offline_delete_add()
1008 uid, E_OFFLINE_STATE_LOCALLY_DELETED, in test_offline_delete_add()
[all …]
H A Dtest-cal-meta-backend.c2674 …success = e_cache_set_offline_state (E_CACHE (cal_cache), uid, E_OFFLINE_STATE_LOCALLY_DELETED, NU… in test_remove_objects()
2679 g_assert_cmpint (state, ==, E_OFFLINE_STATE_LOCALLY_DELETED); in test_remove_objects()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/tests/libedata-book/
H A Dtest-book-cache-offline.c377 if (expect_offline_state == E_OFFLINE_STATE_LOCALLY_DELETED || in test_verify_storage()
431 E_OFFLINE_STATE_LOCALLY_DELETED, in test_offline_basics()
511 if (states[ii] == E_OFFLINE_STATE_LOCALLY_DELETED) { in test_offline_basics()
975 uid, E_OFFLINE_STATE_LOCALLY_DELETED, in test_offline_edit_delete()
977 test_check_offline_state (fixture, uid, E_OFFLINE_STATE_LOCALLY_DELETED); in test_offline_edit_delete()
1041 uid, E_OFFLINE_STATE_LOCALLY_DELETED, in test_offline_delete()
1043 test_check_offline_state (fixture, uid, E_OFFLINE_STATE_LOCALLY_DELETED); in test_offline_delete()
1093 uid, E_OFFLINE_STATE_LOCALLY_DELETED, in test_offline_delete_add()
1095 test_check_offline_state (fixture, uid, E_OFFLINE_STATE_LOCALLY_DELETED); in test_offline_delete_add()
1101 uid, E_OFFLINE_STATE_LOCALLY_DELETED, in test_offline_delete_add()
[all …]
H A Dtest-book-meta-backend.c1327 … = e_cache_set_offline_state (E_CACHE (book_cache), uids[0], E_OFFLINE_STATE_LOCALLY_DELETED, NULL… in test_remove_contacts()
1332 g_assert_cmpint (state, ==, E_OFFLINE_STATE_LOCALLY_DELETED); in test_remove_contacts()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/libebackend/
H A De-backend-enums.h103 E_OFFLINE_STATE_LOCALLY_DELETED enumerator
H A De-cache.c1279 uid, E_OFFLINE_STATE_LOCALLY_DELETED); in e_cache_contains()
1367 uid, E_OFFLINE_STATE_LOCALLY_DELETED); in e_cache_get_object_internal()
1621 E_OFFLINE_STATE_LOCALLY_DELETED, cancellable, error); in e_cache_remove()
1750 E_OFFLINE_STATE_LOCALLY_DELETED); in e_cache_get_count()
1985 E_OFFLINE_STATE_LOCALLY_DELETED, where_clause); in e_cache_foreach()
1988 …tring_append_printf (stmt, " WHERE " E_CACHE_COLUMN_STATE "!=%d", E_OFFLINE_STATE_LOCALLY_DELETED); in e_cache_foreach()
2177 E_OFFLINE_STATE_LOCALLY_DELETED, where_clause); in e_cache_foreach_update()
2180 …append_printf (stmt_begin, " WHERE " E_CACHE_COLUMN_STATE "!=%d", E_OFFLINE_STATE_LOCALLY_DELETED); in e_cache_foreach_update()
2417 offline_state == E_OFFLINE_STATE_LOCALLY_DELETED) { in e_cache_get_offline_changes_cb()
3034 E_OFFLINE_STATE_LOCALLY_DELETED); in e_cache_clear_offline_changes_locked_default()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/addressbook/libedata-book/
H A De-book-cache.c1223 field->aux_table, E_OFFLINE_STATE_LOCALLY_DELETED); in ebc_delete_from_aux_tables_offline_deleted()
3213 …ntf (string, " WHERE summary." E_CACHE_COLUMN_STATE "!=%d AND (", E_OFFLINE_STATE_LOCALLY_DELETED); in ebc_generate_autocomplete_query()
3232 …ntf (string, " WHERE summary." E_CACHE_COLUMN_STATE "!=%d AND (", E_OFFLINE_STATE_LOCALLY_DELETED); in ebc_generate_autocomplete_query()
3398 E_OFFLINE_STATE_LOCALLY_DELETED); in ebc_do_search_query()
3673 E_OFFLINE_STATE_LOCALLY_DELETED); in ebc_cursor_setup_query()
H A De-book-meta-backend.c670 } else if (change->state == E_OFFLINE_STATE_LOCALLY_DELETED) { in ebmb_upload_local_changes_sync()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/calendar/libedata-cal/
H A De-cal-cache.c1895 if (offline_state == E_OFFLINE_STATE_LOCALLY_DELETED) in cal_cache_gather_all_cb()
H A De-cal-meta-backend.c589 } else if (change->state == E_OFFLINE_STATE_LOCALLY_DELETED) { in ecmb_upload_local_changes_sync()