Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_listener.cpp67 static std::mutex g_lockDeviceOffLine; variable
141 std::lock_guard<std::mutex> lock(g_lockDeviceOffLine); in DeviceOffLine()