Home
last modified time | relevance | path

Searched refs:deviceUdidLocks_ (Results 1 - 2 of 2) sorted by relevance

/foundation/distributedhardware/device_manager/services/implementation/src/dependency/softbus/
H A Dsoftbus_connector.cpp54 std::mutex SoftbusConnector::deviceUdidLocks_; member in OHOS::DistributedHardware::SoftbusConnector
558 std::lock_guard<std::mutex> lock(deviceUdidLocks_); in GetDeviceUdidByUdidHash()
571 std::lock_guard<std::mutex> lock(deviceUdidLocks_); in GetDeviceUdidHashByUdid()
585 std::lock_guard<std::mutex> lock(deviceUdidLocks_); in GetDeviceUdidHashByUdid()
592 std::lock_guard<std::mutex> lock(deviceUdidLocks_); in EraseUdidFromMap()
/foundation/distributedhardware/device_manager/services/implementation/include/dependency/softbus/
H A Dsoftbus_connector.h182 static std::mutex deviceUdidLocks_; member in OHOS::DistributedHardware::SoftbusConnector

Completed in 2 milliseconds