Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/
Dstate_machine.rs150 let process_manager = StateMachineInternal::make_process_manager(invoker); in create_new_state_machine_context() localVariable
153 process_manager, in create_new_state_machine_context()
1137 process_manager: Box<dyn ProcessManager + Send>, field
1164 process_manager: Box<dyn ProcessManager + Send>, in new()
1174 process_manager: process_manager, in new()
1404 self.process_manager.start(hci, self.get_real_hci_by_virtual_id(hci)); in action_start_bluetooth()
1429 self.process_manager.stop(hci, self.get_real_hci_by_virtual_id(hci)); in action_stop_bluetooth()
1456 self.process_manager.stop(hci, self.get_real_hci_by_virtual_id(hci)); in action_restart_bluetooth()
1491 self.process_manager.stop(hci, self.get_real_hci_by_virtual_id(hci)); in action_on_bluetooth_started()
1524 self.process_manager.start(hci, self.get_real_hci_by_virtual_id(hci)); in action_on_bluetooth_stopped()
[all …]