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.cpp86 struct ImageSourceAsyncContext { struct
87 napi_env env;
88 napi_async_work work;
89 napi_deferred deferred;
90 napi_ref callbackRef = nullptr;
91 ImageSourceNapi *constructor_;
92 uint32_t status;
93 std::string pathName = "";
94 int fdIndex = INVALID_FD;
95 void* sourceBuffer = nullptr;
[all …]