Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_profile_manager.cpp77 std::lock_guard<std::mutex> lock(needCheckBluetoothServiceOnMutex_); in GetHostRemote()
167 BluetoothProfileManager::GetInstance().needCheckBluetoothServiceOnMutex_); in OnAddSystemAbility()
193 BluetoothProfileManager::GetInstance().needCheckBluetoothServiceOnMutex_); in OnRemoveSystemAbility()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/include/
H A Dbluetooth_profile_manager.h114 std::mutex needCheckBluetoothServiceOnMutex_; variable