Home
last modified time | relevance | path

Searched defs:ImageSourceAsyncContext (Results 1 – 1 of 1) sorted by relevance

/foundation/multimedia/image_framework/frameworks/kits/js/common/
Dimage_source_napi.cpp57 struct ImageSourceAsyncContext { struct
58 napi_env env;
59 napi_async_work work;
60 napi_deferred deferred;
61 napi_ref callbackRef = nullptr;
62 ImageSourceNapi *constructor_;
63 uint32_t status;
64 std::string pathName = "";
65 int fdIndex = INVALID_FD;
66 void* sourceBuffer = nullptr;
[all …]