Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Ddefault_client.h31 IUnknown *SAMGR_CreateIProxy(const char *service, const char *feature);
H A Ddefault_client.c59 IUnknown *SAMGR_CreateIProxy(const IpcContext *context, const char *service, const char *feature) in SAMGR_CreateIProxy() function
H A Ddefault_client_rpc.c27 IUnknown *SAMGR_CreateIProxy(const char *service, const char *feature) in SAMGR_CreateIProxy() function
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_client/source/
H A Dremote_register.c67 IUnknown *proxy = SAMGR_CreateIProxy(g_remoteRegister.endpoint->context, service, feature); in SAMGR_FindServiceApi()
H A Dremote_register_rpc.c84 IUnknown *proxy = SAMGR_CreateIProxy(service, feature); in SAMGR_FindServiceApi()