Searched refs:NUM1 (Results 1 - 5 of 5) sorted by relevance
/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/ |
H A D | sendable_image_napi.cpp | 32 constexpr int NUM1 = 1;
member 92 if (napi_create_reference(env, thisVar, NUM1, &sConstructor_) != napi_ok) {
in Init() 124 size_t argc = NUM1;
in Constructor() 125 napi_value argv[NUM1];
in Constructor() 130 if (status != napi_ok || thisVar == nullptr || argc != NUM1) {
in Constructor() 173 napi_value argv[NUM1];
in Create() 184 if (napi_new_instance(env, constructor, NUM1, argv, &result) != napi_ok) {
in Create() 195 napi_value argv[NUM1];
in Create() 207 if (napi_new_instance(env, constructor, NUM1, argv, &result) != napi_ok) {
in Create() 222 napi_create_reference(env, value, NUM1, resul in JsGetCallbackFunc() [all...] |
/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | image_napi.cpp | 32 constexpr int NUM1 = 1; member 93 if (napi_create_reference(env, thisVar, NUM1, &sConstructor_) != napi_ok) { in Init() 125 size_t argc = NUM1; in Constructor() 126 napi_value argv[NUM1]; in Constructor() 131 if (status != napi_ok || thisVar == nullptr || argc != NUM1) { in Constructor() 174 napi_value argv[NUM1]; in Create() 185 if (napi_new_instance(env, constructor, NUM1, argv, &result) != napi_ok) { in Create() 196 napi_value argv[NUM1]; in Create() 209 if (napi_new_instance(env, constructor, NUM1, argv, &result) != napi_ok) { in Create() 224 napi_create_reference(env, value, NUM1, resul in JsGetCallbackFunc() [all...] |
H A D | image_napi_utils.cpp | 26 const size_t NUM1 = 1; member 104 bufferSize = bufferSize + NUM1; in GetUtf8String()
|
/foundation/arkui/ace_engine/test/unittest/core/render/ |
H A D | drawing_prop_convertor_test_ng.cpp | 38 constexpr uint8_t NUM1 = 1; member 89 EXPECT_EQ(retRSColor.GetAlphaF(), NUM1); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_abstract.cpp | 82 constexpr int NUM1 = 1; member 11007 ret = napi_new_instance(env, constructor, NUM1, &menuId, &obj); in CreateJsTextMenuId()
|
Completed in 26 milliseconds