Searched defs:SendablePhotoAccessHelperAsyncContext (Results 1 – 1 of 1) sorted by relevance
113 struct SendablePhotoAccessHelperAsyncContext : public NapiError { struct114 napi_async_work work;115 napi_deferred deferred;116 napi_ref callbackRef;117 bool status;118 bool isDelete;119 bool isCreateByComponent;120 NapiAssetType assetType;121 AlbumType albumType;122 SendablePhotoAccessHelper *objectInfo;[all …]