Searched defs:MediaLibraryAsyncContext (Results 1 – 1 of 1) sorted by relevance
389 struct MediaLibraryAsyncContext : public NapiError { struct390 napi_async_work work;391 napi_deferred deferred;392 napi_ref callbackRef;393 bool status;394 bool isDelete;395 bool isCreateByComponent;396 bool isCreateByAgent;397 NapiAssetType assetType;398 AlbumType albumType;[all …]