Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/src/
H A Diremote_invoker.c24 RemoteInvoker *remoteInvoker = NULL; in InitRemoteInvoker() local
26 remoteInvoker = GetIpcInvoker(); in InitRemoteInvoker()
28 remoteInvoker = GetRpcInvoker(); in InitRemoteInvoker()
30 return remoteInvoker; in InitRemoteInvoker()
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/include/
H A Ddbinder_invoker.h29 void DeleteRpcInvoker(RemoteInvoker *remoteInvoker);
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/src/
H A Ddbinder_invoker.c43 void DeleteRpcInvoker(RemoteInvoker *remoteInvoker) in DeleteRpcInvoker() argument
45 if (remoteInvoker == NULL) { in DeleteRpcInvoker()
48 free(remoteInvoker); in DeleteRpcInvoker()
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dbinder_invoker.cpp1771 …IRemoteInvoker *remoteInvoker = IPCThreadSkeleton::GetRemoteInvoker(IRemoteObject::IF_PROT_BINDER); in JoinActvThread() local
1772 BinderInvoker *invoker = reinterpret_cast<BinderInvoker *>(remoteInvoker); in JoinActvThread()
1783 …IRemoteInvoker *remoteInvoker = IPCThreadSkeleton::GetRemoteInvoker(IRemoteObject::IF_PROT_BINDER); in IsActvBinderService() local
1784 BinderInvoker *invoker = reinterpret_cast<BinderInvoker *>(remoteInvoker); in IsActvBinderService()