Home
last modified time | relevance | path

Searched refs:GetService (Results 1 – 25 of 58) sorted by relevance

123

/aosp12/hardware/interfaces/dumpstate/1.1/vts/functional/
H A DVtsHalDumpstateV1_1TargetTest.cpp48 virtual void SetUp() override { GetService(); } in SetUp()
52 void GetService() { in GetService() function in __anon983d92660110::DumpstateHidl1_1TestBase
65 GetService(); in ToggleVerboseLogging()
77 GetService(); in ToggleVerboseLogging()
/aosp12/frameworks/native/libs/fakeservicemanager/
H A Dtest_sm.cpp61 TEST(GetService, HappyHappy) { in TEST() argument
71 TEST(GetService, NonExistant) { in TEST() argument
/aosp12/frameworks/native/cmds/servicemanager/
H A Dtest_sm.cpp170 TEST(GetService, HappyHappy) { in TEST() argument
182 TEST(GetService, NonExistant) { in TEST() argument
190 TEST(GetService, NoPermissionsForGettingService) { in TEST() argument
208 TEST(GetService, AllowedFromIsolated) { in TEST() argument
232 TEST(GetService, NotAllowedFromIsolated) { in TEST() argument
/aosp12/system/bt/gd/l2cap/classic/internal/
H A Dsignalling_manager.cc94 dynamic_service_manager_->GetService(psm)->GetSecurityPolicy(), in SendConnectionRequest()
120 dynamic_service_manager_->GetService(psm)->GetSecurityPolicy() != in on_security_result_for_outgoing()
204 dynamic_service_manager_->GetService(psm)->GetSecurityPolicy(), in OnConnectionRequest()
307 …auto initial_config_option = dynamic_service_manager_->GetService(channel->GetPsm())->GetConfigOpt… in OnConfigurationRequest()
372 …dynamic_service_manager_->GetService(channel->GetPsm())->NotifyChannelCreation(std::move(user_chan… in OnConfigurationRequest()
390 auto* service = dynamic_service_manager_->GetService(psm); in SendInitialConfigRequest()
464 …auto initial_config_option = dynamic_service_manager_->GetService(channel->GetPsm())->GetConfigOpt… in negotiate_configuration()
577 …dynamic_service_manager_->GetService(channel->GetPsm())->NotifyChannelCreation(std::move(user_chan… in OnConfigurationResponse()
H A Ddynamic_channel_service_manager_impl_mock.h38 MOCK_METHOD(DynamicChannelServiceImpl*, GetService, (Psm psm), (override));
H A Dfixed_channel_service_manager_impl_mock.h37 MOCK_METHOD(FixedChannelServiceImpl*, GetService, (Cid cid), (override));
/aosp12/system/bt/gd/security/
H A Dfacade.h34 ::grpc::Service* GetService() const override;
/aosp12/system/bt/gd/hal/
H A Dfacade.h41 ::grpc::Service* GetService() const override;
/aosp12/system/bt/gd/iso/
H A Dfacade.h34 ::grpc::Service* GetService() const override;
/aosp12/system/bt/gd/shim/facade/
H A Dfacade.h37 ::grpc::Service* GetService() const override;
/aosp12/system/bt/gd/l2cap/le/
H A Dfacade.h38 ::grpc::Service* GetService() const override;
/aosp12/system/bt/gd/facade/
H A Dread_only_property_server.h38 ::grpc::Service* GetService() const override;
/aosp12/system/bt/gd/hci/facade/
H A Dcontroller_facade.h37 ::grpc::Service* GetService() const override;
H A Dfacade.h37 ::grpc::Service* GetService() const override;
H A Dle_acl_manager_facade.h37 ::grpc::Service* GetService() const override;
H A Dle_advertising_manager_facade.h36 ::grpc::Service* GetService() const override;
H A Dle_initiator_address_facade.h37 ::grpc::Service* GetService() const override;
H A Dacl_manager_facade.h37 ::grpc::Service* GetService() const override;
H A Dle_scanning_manager_facade.h36 ::grpc::Service* GetService() const override;
/aosp12/system/bt/gd/l2cap/classic/
H A Dfacade.h36 ::grpc::Service* GetService() const override;
/aosp12/system/bt/gd/neighbor/facade/
H A Dfacade.h42 ::grpc::Service* GetService() const override;
/aosp12/system/bt/gd/l2cap/le/internal/
H A Dfixed_channel_service_manager_impl_mock.h37 MOCK_METHOD(FixedChannelServiceImpl*, GetService, (Cid cid), (override));
H A Dsignalling_manager.cc62 dynamic_service_manager_->GetService(psm)->GetSecurityPolicy(), in SendConnectionRequest()
210 dynamic_service_manager_->GetService(psm)->GetSecurityPolicy(), in OnConnectionRequest()
216 auto* service = dynamic_service_manager_->GetService(psm); in on_security_result_for_incoming()
264 dynamic_service_manager_->GetService(psm)->NotifyChannelCreation(std::move(user_channel)); in on_security_result_for_incoming()
/aosp12/system/core/libbinderwrapper/include/binderwrapper/
H A Dbinder_wrapper.h60 virtual sp<IBinder> GetService(const std::string& service_name) = 0;
/aosp12/system/core/libbinderwrapper/
H A Dreal_binder_wrapper.h36 sp<IBinder> GetService(const std::string& service_name) override;

123