Home
last modified time | relevance | path

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

/interface/sdk_c/IPCKit/
H A Dipc_cremote_object.h51 * @brief Defines an <b>OHIPCDeathRecipient</b> object, which is used to receive a notification
57 struct OHIPCDeathRecipient;
60 * @brief Typedef an <b>OHIPCDeathRecipient</b> object.
65 typedef struct OHIPCDeathRecipient OHIPCDeathRecipient; typedef
207 * @brief Called when the <b>OHIPCDeathRecipient</b> object is destroyed.
216 * @brief Creates an <b>OHIPCDeathRecipient</b> object, which allows a notification to be received
224 * @return Returns the pointer to the <b>OHIPCDeathRecipient</b> object created if the operation is successful;
228 OHIPCDeathRecipient* OH_IPCDeathRecipient_Create(OH_OnDeathRecipientCallback deathRecipientCallback,
232 * @brief Destroys an <b>OHIPCDeathRecipient</
[all...]

Completed in 1 milliseconds