Searched refs:publishCallbackMap_ (Results 1 – 3 of 3) sorted by relevance
49 …<std::string, std::shared_ptr<ISoftbusPublishCallback>> SoftbusConnector::publishCallbackMap_ = {}; member in OHOS::DistributedHardware::SoftbusConnector116 publishCallbackMap_.emplace(pkgName, callback); in RegisterSoftbusPublishCallback()124 publishCallbackMap_.erase(pkgName); in UnRegisterSoftbusPublishCallback()400 for (auto &iter : publishCallbackMap_) { in OnSoftbusPublishResult()
176 static std::map<std::string, std::shared_ptr<ISoftbusPublishCallback>> publishCallbackMap_; variable
182 int ret = SoftbusConnector::publishCallbackMap_.count(pkgName);199 int ret1 = SoftbusConnector::publishCallbackMap_.count(pkgName);