Home
last modified time | relevance | path

Searched refs:OHIPCParcel (Results 1 - 3 of 3) sorted by relevance

/interface/sdk_c/IPCKit/
H A Dipc_cparcel.h20 * @addtogroup OHIPCParcel
52 struct OHIPCParcel;
60 typedef struct OHIPCParcel OHIPCParcel; typedef
105 * @brief Creates an <b>OHIPCParcel</b> object, which cannot exceed 204,800 bytes.
108 * @return Returns the pointer to the <b>OHIPCParcel</b> object created if the operation is successful;
112 OHIPCParcel* OH_IPCParcel_Create(void);
115 * @brief Destroys an <b>OHIPCParcel</b> object.
118 * @param parcel Pointer to the <b>OHIPCParcel</b> object to destroy.
121 void OH_IPCParcel_Destroy(OHIPCParcel *parce
[all...]
H A Dipc_cremote_object.h81 typedef int (*OH_OnRemoteRequestCallback)(uint32_t code, const OHIPCParcel *data,
82 OHIPCParcel *reply, void *userData);
171 int OH_IPCRemoteProxy_SendRequest(const OHIPCRemoteProxy *proxy, uint32_t code, const OHIPCParcel *data,
172 OHIPCParcel *reply, const OH_IPC_MessageOption *option);
/interface/sdk_c/graphic/graphic_2d/native_window/
H A Dexternal_window.h57 typedef struct OHIPCParcel OHIPCParcel; typedef
748 * @brief Write an OHNativeWindow to an OHIPCParcel.\n
753 * @param parcel Indicates the pointer to an <b>OHIPCParcel</b> instance.
759 int32_t OH_NativeWindow_WriteToParcel(OHNativeWindow *window, OHIPCParcel *parcel);
762 * @brief Read an OHNativeWindow from an OHIPCParcel.\n
766 * @param parcel Indicates the pointer to an <b>OHIPCParcel</b> instance.
773 int32_t OH_NativeWindow_ReadFromParcel(OHIPCParcel *parcel, OHNativeWindow **window);

Completed in 2 milliseconds