Searched refs:BluetoothSwitchModule (Results 1 – 3 of 3) sorted by relevance
41 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 …]
48 class BluetoothSwitchModule : public std::enable_shared_from_this<BluetoothSwitchModule> {50 explicit BluetoothSwitchModule(std::unique_ptr<IBluetoothSwitchAction> switchAction) in BluetoothSwitchModule() function52 ~BluetoothSwitchModule() = default;
97 std::shared_ptr<BluetoothSwitchModule> switchModule_ { nullptr };472 switchModule_ = std::make_shared<BluetoothSwitchModule>(std::move(switchActionPtr)); in impl()