Home
last modified time | relevance | path

Searched refs:E_CACHE_ERROR_NOT_FOUND (Results 1 – 9 of 9) sorted by relevance

/dports/databases/evolution-data-server/evolution-data-server-3.42.1/tests/libedata-cal/
H A Dtest-cal-cache-getters.c71 g_assert_error (error, E_CACHE_ERROR, E_CACHE_ERROR_NOT_FOUND); in test_get_one()
92 g_assert_error (error, E_CACHE_ERROR, E_CACHE_ERROR_NOT_FOUND); in test_get_one()
161 g_assert_error (error, E_CACHE_ERROR, E_CACHE_ERROR_NOT_FOUND); in test_get_all()
189 g_assert_error (error, E_CACHE_ERROR, E_CACHE_ERROR_NOT_FOUND); in test_get_all()
H A Dtest-cal-cache-offline.c255 g_assert_error (error, E_CACHE_ERROR, E_CACHE_ERROR_NOT_FOUND); in test_check_offline_state()
295 g_assert_error (error, E_CACHE_ERROR, E_CACHE_ERROR_NOT_FOUND); in test_verify_storage()
506 g_assert_error (error, E_CACHE_ERROR, E_CACHE_ERROR_NOT_FOUND); in test_offline_basics()
517 g_assert_error (error, E_CACHE_ERROR, E_CACHE_ERROR_NOT_FOUND); in test_offline_basics()
521 g_assert_error (error, E_CACHE_ERROR, E_CACHE_ERROR_NOT_FOUND); in test_offline_basics()
526 g_assert_error (error, E_CACHE_ERROR, E_CACHE_ERROR_NOT_FOUND); in test_offline_basics()
531 g_assert_error (error, E_CACHE_ERROR, E_CACHE_ERROR_NOT_FOUND); in test_offline_basics()
535 g_assert_error (error, E_CACHE_ERROR, E_CACHE_ERROR_NOT_FOUND); in test_offline_basics()
692 g_assert_error (error, E_CACHE_ERROR, E_CACHE_ERROR_NOT_FOUND); in test_offline_add_delete()
887 g_assert_error (error, E_CACHE_ERROR, E_CACHE_ERROR_NOT_FOUND); in test_offline_edit_delete()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/tests/libedata-book/
H A Dtest-book-cache-offline.c333 g_assert_error (error, E_CACHE_ERROR, E_CACHE_ERROR_NOT_FOUND); in test_check_offline_state()
380 g_assert_error (error, E_CACHE_ERROR, E_CACHE_ERROR_NOT_FOUND); in test_verify_storage()
599 g_assert_error (error, E_CACHE_ERROR, E_CACHE_ERROR_NOT_FOUND); in test_offline_basics()
610 g_assert_error (error, E_CACHE_ERROR, E_CACHE_ERROR_NOT_FOUND); in test_offline_basics()
614 g_assert_error (error, E_CACHE_ERROR, E_CACHE_ERROR_NOT_FOUND); in test_offline_basics()
619 g_assert_error (error, E_CACHE_ERROR, E_CACHE_ERROR_NOT_FOUND); in test_offline_basics()
624 g_assert_error (error, E_CACHE_ERROR, E_CACHE_ERROR_NOT_FOUND); in test_offline_basics()
628 g_assert_error (error, E_CACHE_ERROR, E_CACHE_ERROR_NOT_FOUND); in test_offline_basics()
785 g_assert_error (error, E_CACHE_ERROR, E_CACHE_ERROR_NOT_FOUND); in test_offline_add_delete()
980 g_assert_error (error, E_CACHE_ERROR, E_CACHE_ERROR_NOT_FOUND); in test_offline_edit_delete()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/calendar/libedata-cal/
H A De-cal-cache.c2840 …g_set_error (error, E_CACHE_ERROR, E_CACHE_ERROR_NOT_FOUND, _("Object “%s”, “%s” not found"), uid,… in e_cal_cache_set_component_custom_flags()
2842 g_set_error (error, E_CACHE_ERROR, E_CACHE_ERROR_NOT_FOUND, _("Object “%s” not found"), uid); in e_cal_cache_set_component_custom_flags()
2898 …g_set_error (error, E_CACHE_ERROR, E_CACHE_ERROR_NOT_FOUND, _("Object “%s”, “%s” not found"), uid,… in e_cal_cache_get_component_custom_flags()
2900 g_set_error (error, E_CACHE_ERROR, E_CACHE_ERROR_NOT_FOUND, _("Object “%s” not found"), uid); in e_cal_cache_get_component_custom_flags()
2957 …g_set_error (error, E_CACHE_ERROR, E_CACHE_ERROR_NOT_FOUND, _("Object “%s”, “%s” not found"), uid,… in e_cal_cache_set_component_extra()
2959 g_set_error (error, E_CACHE_ERROR, E_CACHE_ERROR_NOT_FOUND, _("Object “%s” not found"), uid); in e_cal_cache_set_component_extra()
3020 …g_set_error (error, E_CACHE_ERROR, E_CACHE_ERROR_NOT_FOUND, _("Object “%s”, “%s” not found"), uid,… in e_cal_cache_get_component_extra()
3022 g_set_error (error, E_CACHE_ERROR, E_CACHE_ERROR_NOT_FOUND, _("Object “%s” not found"), uid); in e_cal_cache_get_component_extra()
3084 …g_set_error (error, E_CACHE_ERROR, E_CACHE_ERROR_NOT_FOUND, _("Object with extra “%s” not found"),… in e_cal_cache_get_ids_with_extra()
3193 g_set_error (error, E_CACHE_ERROR, E_CACHE_ERROR_NOT_FOUND, _("Object “%s” not found"), uid); in e_cal_cache_get_components_by_uid_as_string()
[all …]
H A De-cal-meta-backend.c635 if (g_error_matches (local_error, E_CACHE_ERROR, E_CACHE_ERROR_NOT_FOUND)) { in ecmb_maybe_remove_from_cache()
1015 if (g_error_matches (local_error, E_CACHE_ERROR, E_CACHE_ERROR_NOT_FOUND)) { in ecmb_put_instances()
1390 …g_set_error (&local_error, E_CACHE_ERROR, E_CACHE_ERROR_NOT_FOUND, _("Object “%s” not found"), uid… in ecmb_get_object_sync()
1399 g_error_matches (local_error, E_CACHE_ERROR, E_CACHE_ERROR_NOT_FOUND)) { in ecmb_get_object_sync()
1831 if (g_error_matches (local_error, E_CACHE_ERROR, E_CACHE_ERROR_NOT_FOUND)) { in ecmb_modify_object_sync()
2136 if (g_error_matches (local_error, E_CACHE_ERROR, E_CACHE_ERROR_NOT_FOUND)) { in ecmb_remove_object_sync()
2781 if (g_error_matches (local_error, E_CACHE_ERROR, E_CACHE_ERROR_NOT_FOUND)) { in ecmb_get_attachment_uris_sync()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/libebackend/
H A De-cache.h89 E_CACHE_ERROR_NOT_FOUND, enumerator
H A De-cache.c1371 g_set_error (error, E_CACHE_ERROR, E_CACHE_ERROR_NOT_FOUND, _("Object “%s” not found"), uid); in e_cache_get_object_internal()
2349 g_set_error (error, E_CACHE_ERROR, E_CACHE_ERROR_NOT_FOUND, _("Object “%s” not found"), uid); in e_cache_get_offline_state()
2389 g_set_error (error, E_CACHE_ERROR, E_CACHE_ERROR_NOT_FOUND, _("Object “%s” not found"), uid); in e_cache_set_offline_state()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/addressbook/libedata-book/
H A De-book-meta-backend.c738 if (g_error_matches (local_error, E_CACHE_ERROR, E_CACHE_ERROR_NOT_FOUND)) { in ebmb_maybe_remove_from_cache()
1507 if (g_error_matches (local_error, E_CACHE_ERROR, E_CACHE_ERROR_NOT_FOUND)) { in ebmb_modify_contact_sync()
1642 if (g_error_matches (local_error, E_CACHE_ERROR, E_CACHE_ERROR_NOT_FOUND)) { in ebmb_remove_contact_sync()
1766 g_error_matches (local_error, E_CACHE_ERROR, E_CACHE_ERROR_NOT_FOUND)) { in ebmb_get_contact_sync()
H A De-book-cache.c5224 g_set_error (error, E_CACHE_ERROR, E_CACHE_ERROR_NOT_FOUND, _("Object “%s” not found"), uid); in e_book_cache_set_contact_custom_flags()
5271 g_set_error (error, E_CACHE_ERROR, E_CACHE_ERROR_NOT_FOUND, _("Object “%s” not found"), uid); in e_book_cache_get_contact_custom_flags()
5318 g_set_error (error, E_CACHE_ERROR, E_CACHE_ERROR_NOT_FOUND, _("Object “%s” not found"), uid); in e_book_cache_set_contact_extra()
5370 g_set_error (error, E_CACHE_ERROR, E_CACHE_ERROR_NOT_FOUND, _("Object “%s” not found"), uid); in e_book_cache_get_contact_extra()
5430 …g_set_error (error, E_CACHE_ERROR, E_CACHE_ERROR_NOT_FOUND, _("Object with extra “%s” not found"),… in e_book_cache_get_uids_with_extra()