Home
last modified time | relevance | path

Searched refs:ContactsRand (Results 1 - 7 of 7) sorted by relevance

/applications/standard/contacts_data/test/unittest/src/
H A Dcalllogability_test.cpp123 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 Dvoicemailability_test.cpp97 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 Dbase_test.cpp39 int BaseTest::ContactsRand() in ContactsRand() function in Contacts::Test::BaseTest
H A Dcontactgroup_test.cpp170 randomInt = ContactsRand(); in GetAllColumnsValues()
177 randomStr = columnsStr[i] + std::to_string(ContactsRand()); in GetAllColumnsValues()
H A Dcontactability_test.cpp351 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 Dcontactprofile_test.cpp346 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 Dbase_test.h46 int ContactsRand();

Completed in 18 milliseconds