Home
last modified time | relevance | path

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

/frameworks/native/cmds/servicemanager/
Dtest_sm.cpp177 TEST(GetService, HappyHappy) { in TEST() argument
189 TEST(GetService, NonExistant) { in TEST() argument
197 TEST(GetService, NoPermissionsForGettingService) { in TEST() argument
215 TEST(GetService, AllowedFromIsolated) { in TEST() argument
239 TEST(GetService, NotAllowedFromIsolated) { in TEST() argument
389 TEST(GetService, IsolatedCantRegister) { in TEST() argument
/frameworks/native/libs/fakeservicemanager/
Dtest_sm.cpp76 TEST(GetService, HappyHappy) { in TEST() argument
86 TEST(GetService, NonExistant) { in TEST() argument
/frameworks/native/libs/binder/tests/
DbinderHostDeviceTest.cpp135 TEST_F(HostDeviceTest, GetService) { in TEST_F() argument
DbinderLibTest.cpp1503 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