Searched refs:GetLocalName (Results 1 – 8 of 8) sorted by relevance
50 …::grpc::Status GetLocalName(::grpc::ServerContext* context, const ::google::protobuf::Empty* reque… in GetLocalName() function in bluetooth::hci::facade::ControllerFacadeService52 std::string local_name = controller_->GetLocalName(); in GetLocalName()
10 rpc GetLocalName(google.protobuf.Empty) returns (NameMsg) {} rpc
40 MOCK_METHOD(std::string, GetLocalName, (), (const));
43 virtual std::string GetLocalName() const;
318 ASSERT_EQ(controller_->GetLocalName(), "DUT"); in TEST_F()320 ASSERT_EQ(controller_->GetLocalName(), "New name"); in TEST_F()
207 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
247 …self.hci_controller.GetLocalNameSimple = lambda: self.hci_controller.GetLocalName(empty_proto.Empt…
1286 const auto local_name = command_view.GetLocalName(); in WriteLocalName()