Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/softbus_adapter/
H A Dsoftbus_adapter.cpp181 std::lock_guard<std::mutex> lock(softbusAdapterListenerMutex_); in RegisterSoftbusEventListener()
206 std::lock_guard<std::mutex> lock(softbusAdapterListenerMutex_); in UnregisterSoftbusEventListener()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/softbus_adapter/
H A Dsoftbus_adapter.h51 std::mutex softbusAdapterListenerMutex_; variable