Searched defs:MediaLibraryAsyncContext (Results 1 – 1 of 1) sorted by relevance
285 struct MediaLibraryAsyncContext : public NapiError { struct286 napi_async_work work;287 napi_deferred deferred;288 napi_ref callbackRef;289 bool status;290 bool isDelete;291 bool isCreateByComponent;292 NapiAssetType assetType;293 AlbumType albumType;294 MediaLibraryNapi *objectInfo;[all …]