Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A 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;
H A 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;
H A Dpixel_map_napi.cpp2578 struct NapiValues { struct
2579 napi_status status;
2580 napi_value thisVar = nullptr;
2581 napi_value result = nullptr;
2582 napi_value* argv = nullptr;
2583 size_t argc;
2584 int32_t refCount = 1;
2585 std::unique_ptr<PixelMapAsyncContext> context;
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H A Dsendable_pixel_map_napi.cpp2196 struct NapiValues { struct
2197 napi_status status;
2198 napi_value thisVar = nullptr;
2199 napi_value result = nullptr;
2200 napi_value* argv = nullptr;
2201 size_t argc;
2202 int32_t refCount = 1;
2203 std::unique_ptr<PixelMapAsyncContext> context;