Searched refs:callLogId (Results 1 - 3 of 3) sorted by relevance
/applications/standard/contacts_data/test/unittest/src/ |
H A D | calllogability_test.cpp | 1241 std::vector<int64_t> callLogId; in HWTEST_F() local 1242 callLogId.push_back(CalllogInsertValue("async_update1", callValues)); in HWTEST_F() 1244 callLogId.push_back(CalllogInsertValue("async_update2", callValues)); in HWTEST_F() 1246 callLogId.push_back(CalllogInsertValue("async_update3", callValues)); in HWTEST_F() 1248 callLogId.push_back(CalllogInsertValue("async_update4", callValues)); in HWTEST_F() 1250 callLogId.push_back(CalllogInsertValue("async_update5", callValues)); in HWTEST_F() 1252 callLogId.push_back(CalllogInsertValue("async_update6", callValues)); in HWTEST_F() 1257 int size = callLogId.size(); in HWTEST_F() 1264 int id = callLogId[i]; in HWTEST_F() 1269 queryPredicates.EqualTo("id", std::to_string(callLogId[ in HWTEST_F() 1298 std::vector<int64_t> callLogId; HWTEST_F() local 1346 std::vector<int64_t> callLogId; HWTEST_F() local [all...] |
/applications/standard/contacts_data/test/unittest/include/ |
H A D | voicemailability_test.h | 71 int callLogId = code; in Insert() local 72 EXPECT_GT(callLogId, 0); in Insert() 74 this->result.insert(std::map<int, OHOS::DataShare::DataShareValuesBucket>::value_type(callLogId, this->values)); in Insert()
|
H A D | calllogability_test.h | 71 int callLogId = code; in Insert() local 72 EXPECT_GT(callLogId, 0); in Insert() 74 this->result.insert(std::map<int, OHOS::DataShare::DataShareValuesBucket>::value_type(callLogId, this->values)); in Insert()
|
Completed in 7 milliseconds