Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Ddefault_client_rpc.c20 static int ProxyInvoke(IClientProxy *proxy, int funcId, IpcIo *request, IOwner owner, INotify notif…
24 static const IClientEntry DEFAULT_ENTRY = {CLIENT_IPROXY_BEGIN, .Invoke = ProxyInvoke, IPROXY_END};
51 entry->iUnknown.Invoke = ProxyInvoke; in SAMGR_CreateIProxy()
77 entry->iUnknown.Invoke = ProxyInvoke; in SAMGR_CreateIRemoteProxy()
159 static int ProxyInvoke(IClientProxy *proxy, int funcId, IpcIo *request, IOwner owner, INotify notif… in ProxyInvoke() function
H A Ddefault_client.c53 static int ProxyInvoke(IClientProxy *proxy, int funcId, IpcIo *request, IOwner owner, INotify notif…
56 static const IClientEntry DEFAULT_ENTRY = {CLIENT_IPROXY_BEGIN, .Invoke = ProxyInvoke, IPROXY_END};
83 entry->iUnknown.Invoke = ProxyInvoke; in SAMGR_CreateIProxy()
165 static int ProxyInvoke(IClientProxy *proxy, int funcId, IpcIo *request, IOwner owner, INotify notif… in ProxyInvoke() function