Searched refs:contactedCount (Results 1 - 3 of 3) sorted by relevance
/base/telephony/sms_mms/services/sms/ |
H A D | sms_persist_helper.cpp | 361 int32_t contactedCount = 0; in UpdateContact() local 362 bool ret = QueryContactedCount(address, rawCountId, contactedCount); in UpdateContact() 367 TELEPHONY_LOGI("rawCountId:%{public}d, contactedCount:%{public}d", rawCountId, contactedCount); in UpdateContact() 379 bucket.Put(CONTACTED_COUNT, contactedCount + 1); in UpdateContact() 387 bool SmsPersistHelper::QueryContactedCount(const std::string &address, int32_t &rawCountId, int32_t &contactedCount) in QueryContactedCount() argument 415 if (resultSet->GetInt(columnIndex, contactedCount) == 0) { in QueryContactedCount()
|
/base/telephony/sms_mms/services/sms/include/ |
H A D | sms_persist_helper.h | 61 bool QueryContactedCount(const std::string &address, int32_t &rawCountId, int32_t &contactedCount);
|
/base/telephony/sms_mms/test/gtest/ |
H A D | zero_branch_sms_test.cpp | 1988 int32_t contactedCount = 1; in HWTEST_F() local 1989 smsPersistHelper->QueryContactedCount(phoneNum, rawCountId, contactedCount); in HWTEST_F()
|
Completed in 6 milliseconds