Home
last modified time | relevance | path

Searched refs:ProcessBluetoothSwitchEvent (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_switch_module.cpp51 int BluetoothSwitchModule::ProcessBluetoothSwitchEvent(BluetoothSwitchEvent event) in ProcessBluetoothSwitchEvent() function in OHOS::Bluetooth::BluetoothSwitchModule
194 switchSptr->ProcessBluetoothSwitchEvent(event); in ProcessBluetoothSwitchCachedEvent()
H A Dbluetooth_host.cpp136 host_.switchModule_->ProcessBluetoothSwitchEvent(BluetoothSwitchEvent::BLUETOOTH_ON); in OnBluetoothStateChanged()
139 host_.switchModule_->ProcessBluetoothSwitchEvent(BluetoothSwitchEvent::BLUETOOTH_OFF); in OnBluetoothStateChanged()
142 host_.switchModule_->ProcessBluetoothSwitchEvent(BluetoothSwitchEvent::BLUETOOTH_HALF); in OnBluetoothStateChanged()
637 … return pimpl->switchModule_->ProcessBluetoothSwitchEvent(BluetoothSwitchEvent::DISABLE_BLUETOOTH); in DisableBt()
663 …int ret = pimpl->switchModule_->ProcessBluetoothSwitchEvent(BluetoothSwitchEvent::DISABLE_BLUETOO… in RestrictBluetooth()
667 …ret = pimpl->switchModule_->ProcessBluetoothSwitchEvent(BluetoothSwitchEvent::ENABLE_BLUETOOTH_TO_… in RestrictBluetooth()
788 … return pimpl->switchModule_->ProcessBluetoothSwitchEvent(BluetoothSwitchEvent::ENABLE_BLUETOOTH); in EnableBle()
805 …return pimpl->switchModule_->ProcessBluetoothSwitchEvent(BluetoothSwitchEvent::ENABLE_BLUETOOTH_TO… in EnableBluetoothToRestrictMode()
1246 pimpl->switchModule_->ProcessBluetoothSwitchEvent(BluetoothSwitchEvent::BLUETOOTH_OFF); in OnRemoveBluetoothSystemAbility()
H A Dbluetooth_switch_module.h54 int ProcessBluetoothSwitchEvent(BluetoothSwitchEvent event);