Searched defs:FileAssetAsyncContext (Results 1 – 1 of 1) sorted by relevance
144 struct FileAssetAsyncContext : public NapiError { struct145 napi_async_work work;146 napi_deferred deferred;147 napi_ref callbackRef;148 bool status;149 FileAssetNapi *objectInfo;150 std::shared_ptr<FileAsset> objectPtr = nullptr;151 OHOS::DataShare::DataShareValuesBucket valuesBucket;152 int32_t thumbWidth;153 int32_t thumbHeight;[all …]