Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/application-dev/reference/apis-ipc-kit/
H A D_o_h_i_p_c_remote_object.md60 | int [OH_IPCRemoteProxy_IsRemoteDead](#oh_ipcremoteproxy_isremotedead) (const OHIPCRemoteProxy \*p…
320 ### OH_IPCRemoteProxy_IsRemoteDead()
323 int OH_IPCRemoteProxy_IsRemoteDead (const OHIPCRemoteProxy * proxy)
H A Dipc__cremote__object_8h.md57 | int [OH_IPCRemoteProxy_IsRemoteDead](_o_h_i_p_c_remote_object.md#oh_ipcremoteproxy_isremotedead) …
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/c_api/include/
H A Dipc_cremote_object.h279 int OH_IPCRemoteProxy_IsRemoteDead(const OHIPCRemoteProxy *proxy);
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_capi_remote_object_unittest.cpp341 int ret = OH_IPCRemoteProxy_IsRemoteDead(remoteProxy);
345 ret = OH_IPCRemoteProxy_IsRemoteDead(remoteProxy);
/ohos5.0/docs/en/application-dev/reference/apis-ipc-kit/
H A D_o_h_i_p_c_remote_object.md60 | int [OH_IPCRemoteProxy_IsRemoteDead](#oh_ipcremoteproxy_isremotedead) (const OHIPCRemoteProxy \*p…
318 ### OH_IPCRemoteProxy_IsRemoteDead()
321 int OH_IPCRemoteProxy_IsRemoteDead (const OHIPCRemoteProxy * proxy)
H A Dipc__cremote__object_8h.md57 | int [OH_IPCRemoteProxy_IsRemoteDead](_o_h_i_p_c_remote_object.md#oh_ipcremoteproxy_isremotedead) …
/ohos5.0/foundation/communication/ipc/ipc/native/src/c_api/source/
H A Dipc_cremote_object.cpp234 int OH_IPCRemoteProxy_IsRemoteDead(const OHIPCRemoteProxy *proxy) in OH_IPCRemoteProxy_IsRemoteDead() function