Home
last modified time | relevance | path

Searched refs:predicatesDeleteId (Results 1 - 3 of 3) sorted by relevance

/applications/standard/contacts_data/test/unittest/include/
H A Dvoicemailability_test.h36 int predicatesDeleteId; member in Contacts::Test::VoicemailAsync
43 this->predicatesDeleteId = -1; in VoicemailAsync()
49 this->predicatesDeleteId = -1; in VoicemailAsync()
58 this->predicatesDeleteId = -1; in VoicemailAsync()
61 explicit VoicemailAsync(int &predicatesDeleteId) in VoicemailAsync() argument
64 this->predicatesDeleteId = predicatesDeleteId; in VoicemailAsync()
113 predicates.EqualTo("id", std::to_string(this->predicatesDeleteId)); in Delete()
H A Dcalllogability_test.h36 int predicatesDeleteId; member in Contacts::Test::CallLogAsync
43 this->predicatesDeleteId = -1; in CallLogAsync()
49 this->predicatesDeleteId = -1; in CallLogAsync()
58 this->predicatesDeleteId = -1; in CallLogAsync()
61 explicit CallLogAsync(int &predicatesDeleteId) in CallLogAsync() argument
64 this->predicatesDeleteId = predicatesDeleteId; in CallLogAsync()
113 predicates.EqualTo("id", std::to_string(this->predicatesDeleteId)); in Delete()
H A Dcontactability_test.h36 int predicatesDeleteId; member in Contacts::Test::ContactAsync
43 this->predicatesDeleteId = -1; in ContactAsync()
49 this->predicatesDeleteId = -1; in ContactAsync()
58 this->predicatesDeleteId = -1; in ContactAsync()
61 explicit ContactAsync(int &predicatesDeleteId) in ContactAsync() argument
64 this->predicatesDeleteId = predicatesDeleteId; in ContactAsync()
114 predicates.EqualTo("id", std::to_string(this->predicatesDeleteId)); in Delete()

Completed in 2 milliseconds