Searched refs:ContactsRand (Results 1 - 7 of 7) sorted by relevance
/applications/standard/contacts_data/test/unittest/src/ |
H A D | calllogability_test.cpp | 123 std::string callLogTestStringValue = std::to_string(ContactsRand()); in GetCallLogValues() 128 valuesBucket.Put("slot_id", ContactsRand()); in GetCallLogValues() 131 valuesBucket.Put("call_direction", ContactsRand()); in GetCallLogValues() 133 valuesBucket.Put("sim_type", ContactsRand()); in GetCallLogValues() 134 valuesBucket.Put("is_hd", ContactsRand()); in GetCallLogValues() 135 valuesBucket.Put("is_read", ContactsRand()); in GetCallLogValues() 136 valuesBucket.Put("ring_duration", ContactsRand()); in GetCallLogValues() 137 valuesBucket.Put("talk_duration", ContactsRand()); in GetCallLogValues() 140 valuesBucket.Put("number_type", ContactsRand()); in GetCallLogValues() 142 valuesBucket.Put("begin_time", ContactsRand()); in GetCallLogValues() [all...] |
H A D | voicemailability_test.cpp | 97 std::string voiceMailTestStringValue = std::to_string(ContactsRand()); in GetVoiceMailValues() 105 valuesBucket.Put("voicemail_type", ContactsRand()); in GetVoiceMailValues() 106 valuesBucket.Put("voice_file_size", ContactsRand()); in GetVoiceMailValues() 107 valuesBucket.Put("voice_duration", ContactsRand()); in GetVoiceMailValues() 108 valuesBucket.Put("voice_status", ContactsRand()); in GetVoiceMailValues() 110 valuesBucket.Put("create_time", ContactsRand()); in GetVoiceMailValues()
|
H A D | base_test.cpp | 39 int BaseTest::ContactsRand() in ContactsRand() function in Contacts::Test::BaseTest
|
H A D | contactgroup_test.cpp | 170 randomInt = ContactsRand(); in GetAllColumnsValues() 177 randomStr = columnsStr[i] + std::to_string(ContactsRand()); in GetAllColumnsValues()
|
H A D | contactability_test.cpp | 351 randomInt = ContactsRand(); in GetAllColumnsValues() 358 randomStr = columnsStr[i] + std::to_string(ContactsRand()); in GetAllColumnsValues() 696 randomStr = columns[i] + std::to_string(ContactsRand()); in HWTEST_F() 1342 randomStr = columns[i] + std::to_string(ContactsRand()); in HWTEST_F()
|
H A D | contactprofile_test.cpp | 346 randomInt = ContactsRand(); in GetAllColumnsValues() 353 randomStr = columnsStr[i] + std::to_string(ContactsRand()); in GetAllColumnsValues() 691 randomStr = columns[i] + std::to_string(ContactsRand()); in HWTEST_F() 1337 randomStr = columns[i] + std::to_string(ContactsRand()); in HWTEST_F()
|
/applications/standard/contacts_data/test/unittest/include/ |
H A D | base_test.h | 46 int ContactsRand();
|
Completed in 18 milliseconds