Searched refs:phoneNumAndUnreadCountMap (Results 1 – 4 of 4) sorted by relevance
153 std::map<std::string, int32_t> phoneNumAndUnreadCountMap; in QueryAndNotifyUnReadMissedCall() local159 bool ret = callDataPtr_->QueryCallLog(phoneNumAndUnreadCountMap, predicates); in QueryAndNotifyUnReadMissedCall()160 if (phoneNumAndUnreadCountMap.empty() || !ret) { in QueryAndNotifyUnReadMissedCall()164 int32_t result = missedCallNotification_->NotifyUnReadMissedCall(phoneNumAndUnreadCountMap); in QueryAndNotifyUnReadMissedCall()
149 …CallNotification::NotifyUnReadMissedCall(std::map<std::string, int32_t> &phoneNumAndUnreadCountMap) in NotifyUnReadMissedCall() argument155 for (auto it = phoneNumAndUnreadCountMap.begin(); it != phoneNumAndUnreadCountMap.end(); it++) { in NotifyUnReadMissedCall()
222 …std::map<std::string, int32_t> &phoneNumAndUnreadCountMap, DataShare::DataSharePredicates &predica… in QueryCallLog() argument248 auto iter = phoneNumAndUnreadCountMap.find(phoneNumber); in QueryCallLog()249 if (iter != phoneNumAndUnreadCountMap.end()) { in QueryCallLog()252 phoneNumAndUnreadCountMap.insert( in QueryCallLog()
35 int32_t NotifyUnReadMissedCall(std::map<std::string, int32_t> &phoneNumAndUnreadCountMap);