Home
last modified time | relevance | path

Searched refs:getServiceName (Results 1 – 7 of 7) 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.h48 static constexpr const char* getServiceName() { return "iorapd"; }; in getServiceName() function
/system/iorap/src/iorapd/
Dmain.cc32 static constexpr const char* kServiceName = iorap::binder::IIorapImpl::getServiceName();
/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/vold/
DVoldNativeService.h31 static char const* getServiceName() { return "vold"; } in getServiceName() function
/system/netd/server/
DNetdNativeService.h34 static char const* getServiceName() { return "netd"; } in getServiceName() function