Home
last modified time | relevance | path

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

/frameworks/native/libs/fakeservicemanager/
Dtest_sm.cpp61 TEST(GetService, HappyHappy) { in TEST() argument
71 TEST(GetService, NonExistant) { in TEST() argument
/frameworks/native/cmds/servicemanager/
Dtest_sm.cpp150 TEST(GetService, HappyHappy) { in TEST() argument
162 TEST(GetService, NonExistant) { in TEST() argument
170 TEST(GetService, NoPermissionsForGettingService) { in TEST() argument
188 TEST(GetService, AllowedFromIsolated) { in TEST() argument
212 TEST(GetService, NotAllowedFromIsolated) { in TEST() argument
/frameworks/native/libs/vr/libpdx/
Dservice.cpp437 std::shared_ptr<Service> Message::GetService() const { return service_.lock(); } in GetService() function in android::pdx::Message
653 std::shared_ptr<Service> service = message.GetService(); in ReceiveAndDispatch()
Dservice_tests.cpp188 EXPECT_EQ(service_, message.GetService()); in TEST_F()
210 EXPECT_EQ(service_, message.GetService()); in TEST_F()
/frameworks/native/libs/vr/libpdx/private/pdx/
Dservice.h328 std::shared_ptr<Service> GetService() const;