Searched refs:QueryContactedCount (Results 1 – 3 of 3) sorted by relevance
58 …bool QueryContactedCount(const std::string &address, int32_t &rawCountId, int32_t &contactedCount);
306 bool ret = QueryContactedCount(address, rawCountId, contactedCount); in UpdateContact()331 bool SmsPersistHelper::QueryContactedCount(const std::string &address, int32_t &rawCountId, int32_t… in QueryContactedCount() function in OHOS::Telephony::SmsPersistHelper
1659 smsPersistHelper->QueryContactedCount(phoneNum, rawCountId, contactedCount);