Home
last modified time | relevance | path

Searched refs:innerObjectMap_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/client_manager/src/
H A Dsoftbus_client_info_manager.cpp61 innerObjectMap_.emplace(pkgName, *listener); in SoftbusAddServiceInner()
73 innerObjectMap_.erase(pkgName); in SoftbusRemoveServiceInner()
108 if (innerObjectMap_.find(pkgName) == innerObjectMap_.end()) { in GetSoftbusInnerObject()
112 *listener = innerObjectMap_[pkgName]; in GetSoftbusInnerObject()
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/client_manager/include/
H A Dsoftbus_client_info_manager.h49 std::map<std::string, ISessionListener> innerObjectMap_; variable