Searched refs:columnInt (Results 1 - 6 of 6) sorted by relevance
/applications/standard/contacts_data/test/unittest/include/ |
H A D | contactprofile_test.h | 48 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 D | contactability_test.h | 147 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 D | contactgroup_test.h | 38 void GetAllGroupsColumns(std::vector<std::string> &columnInt, std::vector<std::string> &columnStr);
|
/applications/standard/contacts_data/test/unittest/src/ |
H A D | contactability_test.cpp | 214 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 D | contactprofile_test.cpp | 209 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 D | contactgroup_test.cpp | 133 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