Home
last modified time | relevance | path

Searched refs:OH_IPCParcel_ReadRemoteProxy (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/communication/ipc/interfaces/innerkits/c_api/include/
H A Dipc_cparcel.h453 OHIPCRemoteProxy* OH_IPCParcel_ReadRemoteProxy(const OHIPCParcel *parcel);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ipc-kit/
H A D_o_h_i_p_c_parcel.md62 | OHIPCRemoteProxy \* [OH_IPCParcel_ReadRemoteProxy](#oh_ipcparcel_readremoteproxy) (const OHIPCPar…
564 ### OH_IPCParcel_ReadRemoteProxy()
567 OHIPCRemoteProxy* OH_IPCParcel_ReadRemoteProxy (const OHIPCParcel * parcel)
H A Dipc__cparcel_8h.md59 | OHIPCRemoteProxy \* [OH_IPCParcel_ReadRemoteProxy](_o_h_i_p_c_parcel.md#oh_ipcparcel_readremotepr…
/ohos5.0/foundation/communication/ipc/ipc/native/src/c_api/source/
H A Dipc_cparcel.cpp293 OHIPCRemoteProxy* OH_IPCParcel_ReadRemoteProxy(const OHIPCParcel *parcel) in OH_IPCParcel_ReadRemoteProxy() function
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_capi_remote_object_unittest.cpp222 auto *fooProxy = OH_IPCParcel_ReadRemoteProxy(replyParcel);
H A Dipc_capi_parcel_unittest.cpp681 OHIPCRemoteProxy *remoteProxy = OH_IPCParcel_ReadRemoteProxy(nullptr);
695 remoteProxy = OH_IPCParcel_ReadRemoteProxy(parcel);
/ohos5.0/docs/en/application-dev/reference/apis-ipc-kit/
H A Dipc__cparcel_8h.md59 | OHIPCRemoteProxy \* [OH_IPCParcel_ReadRemoteProxy](_o_h_i_p_c_parcel.md#oh_ipcparcel_readremotepr…
H A D_o_h_i_p_c_parcel.md62 | OHIPCRemoteProxy \* [OH_IPCParcel_ReadRemoteProxy](#oh_ipcparcel_readremoteproxy) (const OHIPCPar…
564 ### OH_IPCParcel_ReadRemoteProxy()
567 OHIPCRemoteProxy* OH_IPCParcel_ReadRemoteProxy (const OHIPCParcel * parcel)
/ohos5.0/docs/zh-cn/application-dev/ipc/
H A Dipc-capi-development-guideline.md171 auto proxyCallBack = OH_IPCParcel_ReadRemoteProxy(data);
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dtest_capi_skeleton.cpp625 auto proxyCallBack = OH_IPCParcel_ReadRemoteProxy(this->currentData_); in ASyncAdd()
/ohos5.0/docs/en/application-dev/ipc/
H A Dipc-capi-development-guideline.md171 auto proxyCallBack = OH_IPCParcel_ReadRemoteProxy(data);