Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_profile_manager.cpp78 if (!isNeedCheckBluetoothServiceOn_.load()) { in GetHostRemote()
87 isNeedCheckBluetoothServiceOn_ = false; in GetHostRemote()
168 BluetoothProfileManager::GetInstance().isNeedCheckBluetoothServiceOn_ = true; in OnAddSystemAbility()
194 BluetoothProfileManager::GetInstance().isNeedCheckBluetoothServiceOn_ = true; in OnRemoveSystemAbility()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/include/
H A Dbluetooth_profile_manager.h109 std::atomic_bool isNeedCheckBluetoothServiceOn_ = true; variable