Home
last modified time | relevance | path

Searched refs:getServiceName (Results 1 – 13 of 13) sorted by relevance

/system/core/storaged/include/
Dstoraged_service.h37 static char const* getServiceName() { return "storaged"; } in getServiceName() function
48 static char const* getServiceName() { return "storaged_pri"; } in getServiceName() function
/system/iorap/src/binder/
Diiorap_impl.h46 static constexpr const char* getServiceName() { return "iorapd"; }; in getServiceName() function
/system/iorap/src/iorapd/
Dmain.cc28 static constexpr const char* kServiceName = iorap::binder::IIorapImpl::getServiceName();
/system/netd/resolv/
DDnsResolverService.h34 static char const* getServiceName() { return "dnsresolver"; } in getServiceName() function
DDnsResolverService.cpp88 AServiceManager_addService(resolverService->asBinder().get(), getServiceName()); in start()
/system/hardware/interfaces/net/netd/1.0/vts/functional/
DVtsHalNetNetdV1_0TargetTest.cpp48 NetdHidlEnvironment::Instance()->getServiceName<INetd>()); in SetUp()
/system/netd/tests/
DTestUnsolService.h50 static char const* getServiceName() { return "testUnsol"; } in getServiceName() function
DTestUnsolService.cpp44 const status_t ret = sm->addService(String16(getServiceName()), service, false, in start()
/system/gsid/
Dgsi_service.h63 static char const* getServiceName() { return kGsiServiceName; } in getServiceName() function
/system/vold/
DVoldNativeService.h31 static char const* getServiceName() { return "vold"; } in getServiceName() function
/system/extras/perfprofd/binder_interface/
Dperfprofd_binder.cc66 static char const* getServiceName() { return "perfprofd"; } in getServiceName() function in android::perfprofd::binder::__anon88bf2cbb0111::PerfProfdNativeService
/system/hardware/interfaces/net/netd/1.1/vts/functional/
DVtsHalNetNetdV1_1TargetTest.cpp131 NetdHidlEnvironment::Instance()->getServiceName<INetd>()); in SetUp()
/system/netd/server/
DNetdNativeService.h34 static char const* getServiceName() { return "netd"; } in getServiceName() function