Searched refs:unusedNotifyData_ (Results 1 – 3 of 3) sorted by relevance
65 if (unusedNotifyData_.find(type) != unusedNotifyData_.end()) { in AddListener()66 if (NeedNotify(unusedNotifyData_[type])) { in AddListener()67 listener->OnNotifyDataReceive(unusedNotifyData_[type]); in AddListener()69 unusedNotifyData_.erase(type); in AddListener()107 unusedNotifyData_[notifyData->type] = notifyData; in OnNotifyDataReceive()
46 std::map<SubscribeType, std::shared_ptr<NotifyData>> unusedNotifyData_; variable
257 request.unusedNotifyData_[SubscribeType::HEADER_RECEIVE] = notifyData;260 request.unusedNotifyData_[SubscribeType::HEADER_RECEIVE] = notifyData;