Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_profile_manager.cpp161 BluetoothProfileManager::GetInstance().isBluetoothServiceOn_ = true; in OnAddSystemAbility()
187 BluetoothProfileManager::GetInstance().isBluetoothServiceOn_ = false; in OnRemoveSystemAbility()
220 if (isBluetoothServiceOn_) { in RegisterFunc()
237 if (isBluetoothServiceOn_) { in RegisterFunc()
260 return isBluetoothServiceOn_.load(); in IsBluetoothServiceOn()
/foundation/communication/bluetooth/frameworks/inner/include/
H A Dbluetooth_profile_manager.h108 std::atomic_bool isBluetoothServiceOn_ = false; member in OHOS::Bluetooth::BluetoothProfileManager

Completed in 2 milliseconds