Home
last modified time | relevance | path

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

/system/bt/gd/hci/facade/
Dcontroller_facade.cc50 …::grpc::Status GetLocalName(::grpc::ServerContext* context, const ::google::protobuf::Empty* reque… in GetLocalName() function in bluetooth::hci::facade::ControllerFacadeService
52 std::string local_name = controller_->GetLocalName(); in GetLocalName()
Dcontroller_facade.proto10 rpc GetLocalName(google.protobuf.Empty) returns (NameMsg) {} rpc
/system/bt/gd/hci/
Dcontroller_mock.h40 MOCK_METHOD(std::string, GetLocalName, (), (const));
Dcontroller.h43 virtual std::string GetLocalName() const;
Dcontroller_test.cc318 ASSERT_EQ(controller_->GetLocalName(), "DUT"); in TEST_F()
320 ASSERT_EQ(controller_->GetLocalName(), "New name"); in TEST_F()
Dcontroller.cc207 std::array<uint8_t, 248> local_name_array = complete_view.GetLocalName(); in read_local_name_complete_handler()
864 std::string Controller::GetLocalName() const { in GetLocalName() function in bluetooth::hci::Controller
/system/bt/gd/cert/
Dgd_device.py247 …self.hci_controller.GetLocalNameSimple = lambda: self.hci_controller.GetLocalName(empty_proto.Empt…
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Ddual_mode_controller.cc1286 const auto local_name = command_view.GetLocalName(); in WriteLocalName()