Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/services/implementation/include/dependency/softbus/
H A Dsoftbus_connector.h175 static std::map<std::string, std::shared_ptr<ISoftbusPublishCallback>> publishCallbackMap_; member in OHOS::DistributedHardware::SoftbusConnector
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/softbus/
H A Dsoftbus_connector.cpp48 std::map<std::string, std::shared_ptr<ISoftbusPublishCallback>> SoftbusConnector::publishCallbackMap_ = {}; member in OHOS::DistributedHardware::SoftbusConnector
115 publishCallbackMap_.emplace(pkgName, callback); in RegisterSoftbusPublishCallback()
123 publishCallbackMap_.erase(pkgName); in UnRegisterSoftbusPublishCallback()
417 for (auto &iter : publishCallbackMap_) { in OnSoftbusPublishResult()
/foundation/distributedhardware/device_manager/test/softbusunittest/
H A DUTTest_softbus_connector.cpp182 int ret = SoftbusConnector::publishCallbackMap_.count(pkgName); in HWTEST_F()
199 int ret1 = SoftbusConnector::publishCallbackMap_.count(pkgName); in HWTEST_F()

Completed in 5 milliseconds