Home
last modified time | relevance | path

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

/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
Dsendable_image_source_napi.cpp62 struct ImageSourceAsyncContext { struct
63 napi_env env;
64 napi_async_work work;
65 napi_deferred deferred;
66 napi_ref callbackRef = nullptr;
67 SendableImageSourceNapi *constructor_;
68 uint32_t status;
69 std::string pathName = "";
70 int fdIndex = INVALID_FD;
71 void* sourceBuffer = nullptr;
[all …]
/foundation/multimedia/image_framework/frameworks/kits/js/common/
Dimage_source_napi.cpp87 struct ImageSourceAsyncContext { struct
88 napi_env env;
89 napi_async_work work;
90 napi_deferred deferred;
91 napi_ref callbackRef = nullptr;
92 ImageSourceNapi *constructor_;
93 uint32_t status;
94 std::string pathName = "";
95 int fdIndex = INVALID_FD;
96 void* sourceBuffer = nullptr;
[all …]