Home
last modified time | relevance | path

Searched refs:publishCallbackMap_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/softbus/
H A Dsoftbus_connector.cpp49 …<std::string, std::shared_ptr<ISoftbusPublishCallback>> SoftbusConnector::publishCallbackMap_ = {}; member in OHOS::DistributedHardware::SoftbusConnector
116 publishCallbackMap_.emplace(pkgName, callback); in RegisterSoftbusPublishCallback()
124 publishCallbackMap_.erase(pkgName); in UnRegisterSoftbusPublishCallback()
400 for (auto &iter : publishCallbackMap_) { in OnSoftbusPublishResult()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/dependency/softbus/
H A Dsoftbus_connector.h176 static std::map<std::string, std::shared_ptr<ISoftbusPublishCallback>> publishCallbackMap_; variable
/ohos5.0/foundation/distributedhardware/device_manager/test/softbusunittest/
H A DUTTest_softbus_connector.cpp182 int ret = SoftbusConnector::publishCallbackMap_.count(pkgName);
199 int ret1 = SoftbusConnector::publishCallbackMap_.count(pkgName);