Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_listener.cpp68 static std::mutex g_lockDevInfoChange; variable
147 std::lock_guard<std::mutex> lock(g_lockDevInfoChange); in DeviceNameChange()