Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DIServiceManager.cpp65 class ServiceManagerShim : public IServiceManager class
68 explicit ServiceManagerShim (const sp<AidlServiceManager>& impl);
104 gDefaultServiceManager = new ServiceManagerShim(sm); in defaultServiceManager()
206 ServiceManagerShim::ServiceManagerShim(const sp<AidlServiceManager>& impl) in ServiceManagerShim() function in android::ServiceManagerShim
214 sp<IBinder> ServiceManagerShim::getService(const String16& name) const in getService()
258 sp<IBinder> ServiceManagerShim::checkService(const String16& name) const in checkService()
267 status_t ServiceManagerShim::addService(const String16& name, const sp<IBinder>& service, in addService()
275 Vector<String16> ServiceManagerShim::listServices(int dumpsysPriority) in listServices()
290 sp<IBinder> ServiceManagerShim::waitForService(const String16& name16) in waitForService()
368 bool ServiceManagerShim::isDeclared(const String16& name) { in isDeclared()