Searched refs:OH_IPCParcel_ReadRemoteProxy (Results 1 – 11 of 11) sorted by relevance
453 OHIPCRemoteProxy* OH_IPCParcel_ReadRemoteProxy(const OHIPCParcel *parcel);
62 | OHIPCRemoteProxy \* [OH_IPCParcel_ReadRemoteProxy](#oh_ipcparcel_readremoteproxy) (const OHIPCPar…564 ### OH_IPCParcel_ReadRemoteProxy()567 OHIPCRemoteProxy* OH_IPCParcel_ReadRemoteProxy (const OHIPCParcel * parcel)
59 | OHIPCRemoteProxy \* [OH_IPCParcel_ReadRemoteProxy](_o_h_i_p_c_parcel.md#oh_ipcparcel_readremotepr…
293 OHIPCRemoteProxy* OH_IPCParcel_ReadRemoteProxy(const OHIPCParcel *parcel) in OH_IPCParcel_ReadRemoteProxy() function
222 auto *fooProxy = OH_IPCParcel_ReadRemoteProxy(replyParcel);
681 OHIPCRemoteProxy *remoteProxy = OH_IPCParcel_ReadRemoteProxy(nullptr);695 remoteProxy = OH_IPCParcel_ReadRemoteProxy(parcel);
171 auto proxyCallBack = OH_IPCParcel_ReadRemoteProxy(data);
625 auto proxyCallBack = OH_IPCParcel_ReadRemoteProxy(this->currentData_); in ASyncAdd()