Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/services/implementation/src/dependency/softbus/
H A Dsoftbus_connector.cpp52 std::mutex SoftbusConnector::discoveryCallbackMutex_; member in OHOS::DistributedHardware::SoftbusConnector
98 std::lock_guard<std::mutex> lock(discoveryCallbackMutex_); in RegisterSoftbusDiscoveryCallback()
105 std::lock_guard<std::mutex> lock(discoveryCallbackMutex_); in UnRegisterSoftbusDiscoveryCallback()
463 std::lock_guard<std::mutex> lock(discoveryCallbackMutex_); in OnSoftbusDeviceFound()
512 std::lock_guard<std::mutex> lock(discoveryCallbackMutex_); in OnSoftbusDeviceDiscovery()
531 std::lock_guard<std::mutex> lock(discoveryCallbackMutex_); in OnSoftbusDiscoveryResult()
/foundation/distributedhardware/device_manager/services/implementation/include/dependency/softbus/
H A Dsoftbus_connector.h180 static std::mutex discoveryCallbackMutex_; member in OHOS::DistributedHardware::SoftbusConnector

Completed in 2 milliseconds