Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/dependency/softbus/
H A Dsoftbus_connector.h179 static std::unordered_map<std::string, std::string> deviceUdidMap_; variable
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/softbus/
H A Dsoftbus_connector.cpp51 std::unordered_map<std::string, std::string> SoftbusConnector::deviceUdidMap_ = {}; member in OHOS::DistributedHardware::SoftbusConnector