Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/src/c_api/source/
H A Dipc_cremote_object.cpp127 if (!IsIPCRemoteProxyValid(proxy, __func__) in OH_IPCRemoteProxy_SendRequest()
155 if (!IsIPCRemoteProxyValid(proxy, __func__) in OH_IPCRemoteProxy_GetInterfaceDescriptor()
214 if (!IsIPCRemoteProxyValid(proxy, __func__) in OH_IPCRemoteProxy_AddDeathRecipient()
225 if (!IsIPCRemoteProxyValid(proxy, __func__) in OH_IPCRemoteProxy_RemoveDeathRecipient()
236 if (!IsIPCRemoteProxyValid(proxy, __func__)) { in OH_IPCRemoteProxy_IsRemoteDead()
H A Dipc_internal_utils.cpp32 bool IsIPCRemoteProxyValid(const OHIPCRemoteProxy *proxy, const char *promot) in IsIPCRemoteProxyValid() function
/ohos5.0/foundation/communication/ipc/ipc/native/src/c_api/include/
H A Dipc_internal_utils.h27 bool IsIPCRemoteProxyValid(const OHIPCRemoteProxy *proxy, const char *promot);