Searched refs:rawCountId (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/telephony/sms_mms/services/sms/ |
H A D | sms_persist_helper.cpp | 304 int32_t rawCountId = 0; in UpdateContact() local 306 bool ret = QueryContactedCount(address, rawCountId, contactedCount); in UpdateContact() 311 TELEPHONY_LOGI("rawCountId:%{public}d, contactedCount:%{public}d", rawCountId, contactedCount); in UpdateContact() 321 predicates.EqualTo(ID, rawCountId); in UpdateContact() 331 bool SmsPersistHelper::QueryContactedCount(const std::string &address, int32_t &rawCountId, int32_t… in QueryContactedCount() argument 333 bool ret = QueryRawContactId(address, rawCountId); in QueryContactedCount() 346 predicates.EqualTo(ID, rawCountId); in QueryContactedCount() 368 bool SmsPersistHelper::QueryRawContactId(const std::string &address, int32_t &rawCountId) in QueryRawContactId() argument 406 if (resultSet->GetInt(columnIndex, rawCountId) == 0) { in QueryRawContactId()
|
/ohos5.0/base/telephony/sms_mms/services/sms/include/ |
H A D | sms_persist_helper.h | 58 …bool QueryContactedCount(const std::string &address, int32_t &rawCountId, int32_t &contactedCount); 59 bool QueryRawContactId(const std::string &address, int32_t &rawCountId);
|
/ohos5.0/base/telephony/sms_mms/test/gtest/ |
H A D | zero_branch_sms_test.cpp | 1657 int32_t rawCountId = 1; variable 1659 smsPersistHelper->QueryContactedCount(phoneNum, rawCountId, contactedCount);
|