Home
last modified time | relevance | path

Searched defs:publishCallbackMap_ (Results 1 – 2 of 2) sorted by relevance

/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/services/implementation/src/dependency/softbus/
H A Dsoftbus_connector.cpp49 …<std::string, std::shared_ptr<ISoftbusPublishCallback>> SoftbusConnector::publishCallbackMap_ = {}; member in OHOS::DistributedHardware::SoftbusConnector