Searched refs:rawCountId (Results 1 - 3 of 3) sorted by relevance
/base/telephony/sms_mms/services/sms/ |
H A D | sms_persist_helper.cpp | 360 int32_t rawCountId = 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() 377 predicates.EqualTo(ID, rawCountId); in UpdateContact() 387 bool SmsPersistHelper::QueryContactedCount(const std::string &address, int32_t &rawCountId, int32_t &contactedCount) in QueryContactedCount() argument 389 bool ret = QueryRawContactId(address, rawCountId); in QueryContactedCount() 402 predicates.EqualTo(ID, rawCountId); in QueryContactedCount() 424 bool SmsPersistHelper::QueryRawContactId(const std::string &address, int32_t &rawCountId) in QueryRawContactId() argument 462 if (resultSet->GetInt(columnIndex, rawCountId) in QueryRawContactId() [all...] |
/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); 62 bool QueryRawContactId(const std::string &address, int32_t &rawCountId);
|
/base/telephony/sms_mms/test/gtest/ |
H A D | zero_branch_sms_test.cpp | 1987 int32_t rawCountId = 1; in HWTEST_F() local 1989 smsPersistHelper->QueryContactedCount(phoneNum, rawCountId, contactedCount); in HWTEST_F()
|
Completed in 6 milliseconds