Lines Matching refs:data
108 NAPI_EXTERN napi_status napi_get_instance_data(napi_env env, void** data);
110 void* data,
192 * @param data: Optional data to be passed to the constructor callback as the data property of the callback info.
194 * @param properties: Array of property descriptors describing static and instance data properties, accessors, and
205 void* data,
309 * @param data: Pointer to the underlying byte buffer of the sendable arraybuffer.
315 void** data, napi_value* result);
365 * @param transfer_list List of data to transfer in transfer mode.
366 * @param clone_list List of Sendable data to transfer in clone mode.
378 * @brief Restore serialization data to a ArkTS object.
389 * @brief Delete serialization data.
403 * @param data Indicates the data anticipated to be transferred to the ArkTS thread.
412 void *data,