Home
last modified time | relevance | path

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

/frameworks/native/cmds/servicemanager/
Dtest_sm.cpp182 TEST(GetService, HappyHappy) { in TEST() argument
194 TEST(GetService, NonExistant) { in TEST() argument
202 TEST(GetService, NoPermissionsForGettingService) { in TEST() argument
220 TEST(GetService, AllowedFromIsolated) { in TEST() argument
244 TEST(GetService, NotAllowedFromIsolated) { in TEST() argument
412 TEST(GetService, IsolatedCantRegister) { in TEST() argument
/frameworks/native/libs/fakeservicemanager/
Dtest_sm.cpp78 TEST(GetService, HappyHappy) { in TEST() argument
88 TEST(GetService, NonExistent) { in TEST() argument
/frameworks/native/libs/binder/tests/
DbinderHostDeviceTest.cpp135 TEST_F(HostDeviceTest, GetService) { in TEST_F() argument
DbinderLibTest.cpp1659 sp<IBinder> GetService() { in GetService() function in BinderLibRpcTestP
/frameworks/native/libs/vr/libpdx/
Dservice.cpp437 std::shared_ptr<Service> Message::GetService() const { return service_.lock(); } in GetService() function in android::pdx::Message