Home
last modified time | relevance | path

Searched refs:contactedCount (Results 1 - 3 of 3) sorted by relevance

/base/telephony/sms_mms/services/sms/
H A Dsms_persist_helper.cpp361 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 Dsms_persist_helper.h61 bool QueryContactedCount(const std::string &address, int32_t &rawCountId, int32_t &contactedCount);
/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_sms_test.cpp1988 int32_t contactedCount = 1; in HWTEST_F() local
1989 smsPersistHelper->QueryContactedCount(phoneNum, rawCountId, contactedCount); in HWTEST_F()

Completed in 6 milliseconds