Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_switch_module.cpp41 void BluetoothSwitchModule::LogBluetoothSwitchEvent(BluetoothSwitchEvent event) in LogBluetoothSwitchEvent()
51 int BluetoothSwitchModule::ProcessBluetoothSwitchEvent(BluetoothSwitchEvent event) in ProcessBluetoothSwitchEvent()
76 void BluetoothSwitchModule::OnTaskTimeout(void) in OnTaskTimeout()
84 int BluetoothSwitchModule::ProcessBluetoothSwitchAction( in ProcessBluetoothSwitchAction()
118 int BluetoothSwitchModule::ProcessEnableBluetoothEvent(void) in ProcessEnableBluetoothEvent()
125 int BluetoothSwitchModule::ProcessDisableBluetoothEvent(void) in ProcessDisableBluetoothEvent()
132 int BluetoothSwitchModule::ProcessEnableBluetoothToRestrictModeEvent(void) in ProcessEnableBluetoothToRestrictModeEvent()
139 int BluetoothSwitchModule::ProcessBluetoothOnEvent(void) in ProcessBluetoothOnEvent()
146 int BluetoothSwitchModule::ProcessBluetoothOffEvent(void) in ProcessBluetoothOffEvent()
153 int BluetoothSwitchModule::ProcessBluetoothHalfEvent(void) in ProcessBluetoothHalfEvent()
[all …]
H A Dbluetooth_switch_module.h48 class BluetoothSwitchModule : public std::enable_shared_from_this<BluetoothSwitchModule> {
50 explicit BluetoothSwitchModule(std::unique_ptr<IBluetoothSwitchAction> switchAction) in BluetoothSwitchModule() function
52 ~BluetoothSwitchModule() = default;
H A Dbluetooth_host.cpp97 std::shared_ptr<BluetoothSwitchModule> switchModule_ { nullptr };
472 switchModule_ = std::make_shared<BluetoothSwitchModule>(std::move(switchActionPtr)); in impl()