Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Dtest_command_handler.cc81 void TestCommandHandler::HandleCommand(const std::string& name, in HandleCommand() function in rootcanal::TestCommandHandler
106 HandleCommand(*begin, params); in FromFile()
Dtest_command_handler.h42 void HandleCommand(const std::string& name,
/packages/modules/Bluetooth/system/test/rootcanal/
Dbluetooth_hci.cc105 [this, name, args]() { test_channel_.HandleCommand(name, args); }); in initialize_impl()
274 controller_->HandleCommand(packet_copy); in sendHciCommand()
/packages/modules/Bluetooth/tools/rootcanal/model/devices/
Dhci_device.cc70 HandleCommand(command); in HciDevice()
/packages/modules/Bluetooth/system/gd/neighbor/
Dinquiry_test.cc91 …&TestHciLayer::HandleCommand, common::Unretained(this), std::move(command), std::move(on_complete)… in EnqueueCommand()
101 void HandleCommand( in HandleCommand() function in bluetooth::neighbor::__anon6ea1ed950111::TestHciLayer
/packages/modules/Bluetooth/tools/rootcanal/desktop/
Dtest_environment.cc58 test_channel_.HandleCommand(name, args); in initialize()
/packages/modules/Bluetooth/system/gd/hci/
Dcontroller_test.cc74 …GetHandler()->Post(common::BindOnce(&TestHciLayer::HandleCommand, common::Unretained(this), std::m… in EnqueueCommand()
84 void HandleCommand( in HandleCommand() function in bluetooth::hci::__anon0eca4bce0211::TestHciLayer
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.h75 void HandleCommand(std::shared_ptr<std::vector<uint8_t>> command_packet);
Ddual_mode_controller.cc406 void DualModeController::HandleCommand( in DualModeController() function in rootcanal::DualModeController