Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/blueberry/tests/gd/hci/
Dcontroller_test.py40 self.dut.hci_controller.WriteLocalName(controller_facade.NameMsg(name=b'ImTheDUT'))
41 self.cert.hci_controller.WriteLocalName(controller_facade.NameMsg(name=b'ImTheCert'))
/packages/modules/Bluetooth/system/gd/hci/facade/
Dcontroller_facade.cc64 ::grpc::Status WriteLocalName( in WriteLocalName() function in bluetooth::hci::facade::ControllerFacadeService
68 controller_->WriteLocalName(request->name()); in WriteLocalName()
/packages/modules/Bluetooth/system/gd/hci/
Dcontroller_mock.h133 MOCK_METHOD(void, WriteLocalName, (std::string local_name));
Dcontroller_interface_mock.h138 MOCK_METHOD(void, WriteLocalName, (std::string local_name));
Dcontroller_interface.h151 virtual void WriteLocalName(std::string local_name) = 0;
Dcontroller.h158 virtual void WriteLocalName(std::string local_name) override;
Dcontroller_test.cc422 controller_->WriteLocalName("New name"); in TEST_F()
Dcontroller.cc1441 void Controller::WriteLocalName(std::string local_name) { in WriteLocalName() function in bluetooth::hci::Controller
/packages/modules/Bluetooth/system/blueberry/facade/hci/
Dcontroller_facade.proto10 rpc WriteLocalName(NameMsg) returns (google.protobuf.Empty) {} rpc
/packages/modules/Bluetooth/system/blueberry/tests/gd/security/
Dsecurity_test.py100 self.dut.hci_controller.WriteLocalName(controller_facade.NameMsg(name=self.dut.name))
101 self.cert.hci_controller.WriteLocalName(controller_facade.NameMsg(name=self.cert.name))
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.h236 void WriteLocalName(CommandView command);
Ddual_mode_controller.cc1475 void DualModeController::WriteLocalName(CommandView command) { in WriteLocalName() function in rootcanal::DualModeController
4253 {OpCode::WRITE_LOCAL_NAME, &DualModeController::WriteLocalName},
/packages/modules/Bluetooth/tools/rootcanal/packets/
Dhci_packets.pdl1856 packet WriteLocalName : Command (op_code = WRITE_LOCAL_NAME) {
/packages/modules/Bluetooth/system/pdl/hci/
Dhci_packets.pdl2013 packet WriteLocalName : Command (op_code = WRITE_LOCAL_NAME) {