Home
last modified time | relevance | path

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

/foundation/multimedia/image_framework/frameworks/kits/js/common/
Dauxiliary_picture_napi.cpp76 struct NapiValues { struct
77 napi_status status;
78 napi_value thisVar = nullptr;
79 napi_value result = nullptr;
80 napi_value* argv = nullptr;
81 size_t argc;
82 int32_t refCount = 1;
83 std::unique_ptr<AuxiliaryPictureNapiAsyncContext> context;
Dpicture_napi.cpp94 struct NapiValues { struct
95 napi_status status;
96 napi_value thisVar = nullptr;
97 napi_value result = nullptr;
98 napi_value* argv = nullptr;
99 size_t argc;
100 int32_t refCount = 1;
101 std::unique_ptr<PictureAsyncContext> context;
Dpixel_map_napi.cpp2641 struct NapiValues { struct
2642 napi_status status;
2643 napi_value thisVar = nullptr;
2644 napi_value result = nullptr;
2645 napi_value* argv = nullptr;
2646 size_t argc;
2647 int32_t refCount = 1;
2648 std::unique_ptr<PixelMapAsyncContext> context;
/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
Dsendable_pixel_map_napi.cpp2217 struct NapiValues { struct
2218 napi_status status;
2219 napi_value thisVar = nullptr;
2220 napi_value result = nullptr;
2221 napi_value* argv = nullptr;
2222 size_t argc;
2223 int32_t refCount = 1;
2224 std::unique_ptr<PixelMapAsyncContext> context;