Home
last modified time | relevance | path

Searched refs:columnInt (Results 1 - 6 of 6) sorted by relevance

/applications/standard/contacts_data/test/unittest/include/
H A Dcontactprofile_test.h48 void GetAllContactDataColumns(std::vector<std::string> &columnInt, std::vector<std::string> &columnStr);
49 void GetAllGroupsColumns(std::vector<std::string> &columnInt, std::vector<std::string> &columnStr);
50 void GetAllContactBlocklistColumns(std::vector<std::string> &columnInt, std::vector<std::string> &columnStr);
H A Dcontactability_test.h147 void GetAllContactDataColumns(std::vector<std::string> &columnInt, std::vector<std::string> &columnStr);
148 void GetAllGroupsColumns(std::vector<std::string> &columnInt, std::vector<std::string> &columnStr);
149 void GetAllContactBlocklistColumns(std::vector<std::string> &columnInt, std::vector<std::string> &columnStr);
H A Dcontactgroup_test.h38 void GetAllGroupsColumns(std::vector<std::string> &columnInt, std::vector<std::string> &columnStr);
/applications/standard/contacts_data/test/unittest/src/
H A Dcontactability_test.cpp214 std::vector<std::string> &columnInt, std::vector<std::string> &columnStr) in GetAllRawContactColumns()
216 columnInt.push_back("photo_id"); in GetAllRawContactColumns()
217 columnInt.push_back("photo_file_id"); in GetAllRawContactColumns()
218 columnInt.push_back("is_transfer_voicemail"); in GetAllRawContactColumns()
219 columnInt.push_back("account_id"); in GetAllRawContactColumns()
220 columnInt.push_back("version"); in GetAllRawContactColumns()
221 columnInt.push_back("contacted_count"); in GetAllRawContactColumns()
222 columnInt.push_back("lastest_contacted_time"); in GetAllRawContactColumns()
223 columnInt.push_back("favorite"); in GetAllRawContactColumns()
224 columnInt in GetAllRawContactColumns()
213 GetAllRawContactColumns( std::vector<std::string> &columnInt, std::vector<std::string> &columnStr) GetAllRawContactColumns() argument
248 GetAllContactDataColumns( std::vector<std::string> &columnInt, std::vector<std::string> &columnStr) GetAllContactDataColumns() argument
285 GetAllGroupsColumns(std::vector<std::string> &columnInt, std::vector<std::string> &columnStr) GetAllGroupsColumns() argument
295 GetAllContactBlocklistColumns( std::vector<std::string> &columnInt, std::vector<std::string> &columnStr) GetAllContactBlocklistColumns() argument
[all...]
H A Dcontactprofile_test.cpp209 std::vector<std::string> &columnInt, std::vector<std::string> &columnStr) in GetAllRawContactColumns()
211 columnInt.push_back("photo_id"); in GetAllRawContactColumns()
212 columnInt.push_back("photo_file_id"); in GetAllRawContactColumns()
213 columnInt.push_back("is_transfer_voicemail"); in GetAllRawContactColumns()
214 columnInt.push_back("account_id"); in GetAllRawContactColumns()
215 columnInt.push_back("version"); in GetAllRawContactColumns()
216 columnInt.push_back("contacted_count"); in GetAllRawContactColumns()
217 columnInt.push_back("lastest_contacted_time"); in GetAllRawContactColumns()
218 columnInt.push_back("favorite"); in GetAllRawContactColumns()
219 columnInt in GetAllRawContactColumns()
208 GetAllRawContactColumns( std::vector<std::string> &columnInt, std::vector<std::string> &columnStr) GetAllRawContactColumns() argument
243 GetAllContactDataColumns( std::vector<std::string> &columnInt, std::vector<std::string> &columnStr) GetAllContactDataColumns() argument
280 GetAllGroupsColumns(std::vector<std::string> &columnInt, std::vector<std::string> &columnStr) GetAllGroupsColumns() argument
290 GetAllContactBlocklistColumns( std::vector<std::string> &columnInt, std::vector<std::string> &columnStr) GetAllContactBlocklistColumns() argument
[all...]
H A Dcontactgroup_test.cpp133 void ContactGroupTest::GetAllGroupsColumns(std::vector<std::string> &columnInt, std::vector<std::string> &columnStr) in GetAllGroupsColumns() argument
135 columnInt.push_back("account_id"); in GetAllGroupsColumns()
136 columnInt.push_back("ringtone_modify_time"); in GetAllGroupsColumns()
137 columnInt.push_back("lastest_modify_time"); in GetAllGroupsColumns()

Completed in 13 milliseconds