/test/xts/acts/multimedia/image/image_js_standard/imagePixelMapNDK/entry/src/main/cpp/napi/ |
H A D | image_pixel_map_imgndk_test.cpp | 140 napi_value thisVar = nullptr; in CreatePixelMap() local 151 if (napi_get_cb_info(env, info, &argCount, argValue, &thisVar, nullptr) != napi_ok || in CreatePixelMap() 172 napi_value thisVar = nullptr; in CreateAlphaPixelMap() local 180 if (napi_get_cb_info(env, info, &argCount, argValue, &thisVar, nullptr) != napi_ok || in CreateAlphaPixelMap() 192 napi_value thisVar = nullptr; in getNativePixelMap() local 196 if (napi_get_cb_info(env, info, &argCount, argValue, &thisVar, nullptr) != napi_ok || in getNativePixelMap() 280 napi_value thisVar = nullptr; in SetAlphaAble() local 285 if (napi_get_cb_info(env, info, &argCount, argValue, &thisVar, nullptr) != napi_ok || in SetAlphaAble() 327 napi_value thisVar = nullptr; in SetDensity() local 333 if (napi_get_cb_info(env, info, &argCount, argValue, &thisVar, nullpt in SetDensity() 356 napi_value thisVar = nullptr; SetOpacity() local 385 napi_value thisVar = nullptr; Scale() local 414 napi_value thisVar = nullptr; Translate() local 446 napi_value thisVar = nullptr; Rotate() local 475 napi_value thisVar = nullptr; Flip() local 507 napi_value thisVar = nullptr; Crop() local [all...] |
H A D | pixel_map_native_test.cpp | 69 napi_value thisVar = nullptr; in getNativeImageSource() local 73 if (napi_get_cb_info(env, info, &argCount, argValue, &thisVar, nullptr) != napi_ok) { in getNativeImageSource()
|
/test/xts/acts/multimedia/image/image_js_standard/image_ndk_test/entry/src/main/cpp/ |
H A D | imagePixelmap.cpp | 26 napi_value thisVar = nullptr; in TestGetImageInfo() local 30 napi_get_cb_info(env, info, &argCount, argValue, &thisVar, nullptr); in TestGetImageInfo() 42 napi_value thisVar = nullptr; in TestAccessPixels() local 46 napi_get_cb_info(env, info, &argCount, argValue, &thisVar, nullptr); in TestAccessPixels() 58 napi_value thisVar = nullptr; in TestUnAccessPixels() local 62 napi_get_cb_info(env, info, &argCount, argValue, &thisVar, nullptr); in TestUnAccessPixels()
|
/test/xts/acts/multimedia/image/image_js_standard/imageReceiverNDK/entry/src/main/cpp/napi/ |
H A D | image_receiver_mdk_test.cpp | 76 napi_value thisVar = nullptr; in JsCreateImageReceiver() local 82 if (napi_get_cb_info(env, info, &argCount, argValue, &thisVar, nullptr) != napi_ok || in JsCreateImageReceiver() 99 napi_value thisVar = nullptr; in getNativeReceiver() local 103 if (napi_get_cb_info(env, info, &argCount, argValue, &thisVar, nullptr) != napi_ok || in getNativeReceiver() 286 napi_value thisVar = nullptr; in getNativeImage() local 290 if (napi_get_cb_info(env, info, &argCount, argValue, &thisVar, nullptr) != napi_ok || in getNativeImage() 377 napi_value thisVar = nullptr; in JsImageGetComponent() local 383 if (napi_get_cb_info(env, info, &argCount, argValue, &thisVar, nullptr) != napi_ok || in JsImageGetComponent()
|
H A D | image_receiver_test.cpp | 294 napi_value thisVar = nullptr; in JsCreateImageReceiverOptions() local 299 if (napi_get_cb_info(env, info, &argCount, argValue, &thisVar, nullptr) != napi_ok) { in JsCreateImageReceiverOptions() 564 napi_value thisVar = nullptr; in JsOn() local 566 if (napi_get_cb_info(env, info, &argCount, argv, &thisVar, nullptr) != napi_ok) { in JsOn()
|
/test/xts/acts/multimedia/image/image_js_standard/imageSourceNDK/entry/src/main/cpp/napi/ |
H A D | image_source_test.cpp | 282 napi_value thisVar = nullptr; in Create() local 285 if (napi_get_cb_info(env, info, &argCount, argValue, &thisVar, nullptr) != napi_ok || in Create() 309 napi_value thisVar = nullptr; in CreateFromFd() local 312 if (napi_get_cb_info(env, info, &argCount, argValue, &thisVar, nullptr) != napi_ok || in CreateFromFd() 337 napi_value thisVar = nullptr; in CreateFromData() local 340 if (napi_get_cb_info(env, info, &argCount, argValue, &thisVar, nullptr) != napi_ok || in CreateFromData() 369 napi_value thisVar = nullptr; in CreateFromUri() local 372 if (napi_get_cb_info(env, info, &argCount, argValue, &thisVar, nullptr) != napi_ok || in CreateFromUri() 392 napi_value thisVar = nullptr; in CreateFromRawFile() local 395 if (napi_get_cb_info(env, info, &argCount, argValue, &thisVar, nullpt in CreateFromRawFile() 429 napi_value thisVar = nullptr; CreateIncremental() local 457 napi_value thisVar = nullptr; CreateIncrementalFromData() local 490 napi_value thisVar = nullptr; getNativeImageSource() local [all...] |
H A D | image_source_native_test.cpp | 74 napi_value thisVar = nullptr; in JsGetImageProperty() local 78 if (napi_get_cb_info(env, info, &argCount, argValue, &thisVar, nullptr) != napi_ok) { in JsGetImageProperty() 103 napi_value thisVar = nullptr; in JsModifyImageProperty() local 107 if (napi_get_cb_info(env, info, &argCount, argValue, &thisVar, nullptr) != napi_ok) { in JsModifyImageProperty()
|
/test/xts/acts/multimedia/photoAccess/photoAccess/entry/src/main/cpp/napi/ |
H A D | mediaAssetManager.cpp | 204 napi_value thisVar = nullptr; in TestRequestImageForPath() local 208 napi_get_cb_info(env, info, &argCount, argValue, &thisVar, nullptr); in TestRequestImageForPath() 240 napi_value thisVar = nullptr; in TestRequestVideoForPath() local 244 napi_get_cb_info(env, info, &argCount, argValue, &thisVar, nullptr); in TestRequestVideoForPath() 276 napi_value thisVar = nullptr; in TestCancelRequest() local 281 napi_get_cb_info(env, info, &argCount, argValue, &thisVar, nullptr); in TestCancelRequest()
|
/test/xts/acts/arkui/ace_napi_test/entry/src/main/cpp/napi/ |
H A D | napi_test.cpp | 947 napi_value thisVar = nullptr; in getPrototype() 948 napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, nullptr); in getPrototype() 949 return thisVar; in getPrototype() 1192 napi_value thisVar = nullptr; in instanceOf() 1193 napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, nullptr); in instanceOf() 1194 return thisVar; in instanceOf() 1250 napi_value thisVar = nullptr; in NapiDefineSendableClass() 1251 napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, nullptr); in NapiDefineSendableClass() 1264 napi_define_properties(env, thisVar, sizeof(props) / sizeof(props[0]), props); in NapiDefineSendableClass() 1265 return thisVar; in NapiDefineSendableClass() 1908 napi_value thisVar = nullptr; MyConstructor() local [all...] |
/test/xts/acts/multimedia/image/image_js_standard/imagePackingNDK/entry/src/main/cpp/napi/ |
H A D | image_packer_test.cpp | 292 napi_value thisVar = nullptr;
in JsPackToDataMultiFrames() local 295 if (napi_get_cb_info(env, info, &argCount, argValue, &thisVar, nullptr) != napi_ok) {
in JsPackToDataMultiFrames() 331 napi_value thisVar = nullptr;
in JsPackToFileMultiFrames() local 334 if (napi_get_cb_info(env, info, &argCount, argValue, &thisVar, nullptr) != napi_ok) {
in JsPackToFileMultiFrames()
|
H A D | image_packing_test.cpp | 179 napi_value thisVar = nullptr; in getNativeImagePacker() local 184 if (napi_get_cb_info(env, info, &argCount, argValue, &thisVar, nullptr) != napi_ok) { in getNativeImagePacker()
|
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/napi/ |
H A D | napi_test.cpp | 1183 JSVM_Value thisVar = nullptr; in testGetData1() 1184 OH_JSVM_GetCbInfo(env, info, nullptr, nullptr, &thisVar, nullptr); in testGetData1() 1185 return thisVar; in testGetData1() 1344 JSVM_Value thisVar = nullptr; in testValueOperation2() 1345 OH_JSVM_GetCbInfo(env, info, nullptr, nullptr, &thisVar, nullptr); in testValueOperation2() 1346 return thisVar; in testValueOperation2() 2815 JSVM_Value thisVar = nullptr; in testWrap() 2816 OH_JSVM_GetCbInfo(env, info, nullptr, nullptr, &thisVar, nullptr); in testWrap() 2818 return thisVar; in testWrap() 3114 JSVM_Value thisVar in checkArgs() [all...] |
/test/xts/acts/arkui/ace_napi_test_es/entry/src/main/cpp/napi/ |
H A D | napi_test.cpp | 887 napi_value thisVar = nullptr;
in getPrototype() 888 napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, nullptr);
in getPrototype() 889 return thisVar;
in getPrototype() 1129 napi_value thisVar = nullptr;
in instanceOf() 1130 napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, nullptr);
in instanceOf() 1131 return thisVar;
in instanceOf() 1187 napi_value thisVar = nullptr;
in NapiDefineSendableClass() 1188 napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, nullptr);
in NapiDefineSendableClass() 1201 napi_define_properties(env, thisVar, sizeof(props) / sizeof(props[0]), props);
in NapiDefineSendableClass() 1202 return thisVar;
in NapiDefineSendableClass() 1764 napi_value thisVar = nullptr; MyConstructor() local [all...] |
/test/xts/device_attest/interfaces/kits/napi/src/ |
H A D | devattest_napi.cpp | 146 napi_value thisVar = nullptr; // js对象的this指针 in GetAttestResultInfo() local 148 napi_get_cb_info(env, info, &argc, argv, &thisVar, &data); in GetAttestResultInfo()
|
/test/xts/acts/graphic/imageNdk/entry/src/main/cpp/ |
H A D | ImageNdk.cpp | 159 napi_value thisVar = nullptr; in TestScaleWithAntiAliasingAbnormal() local 164 if (napi_get_cb_info(env, info, &argCount, argValue, &thisVar, nullptr) != napi_ok || in TestScaleWithAntiAliasingAbnormal()
|
/test/xts/acts/multimedia/image/image_ets_standard/imageNdk/entry/src/main/cpp/ |
H A D | ImageNdk.cpp | 1194 napi_value thisVar = nullptr; in ReleaseDecodingOptions() local 1200 if (napi_get_cb_info(env, info, &argCount, argValue, &thisVar, nullptr) != napi_ok || argCount < NUM_1) { in ReleaseDecodingOptions() 2003 napi_value thisVar = nullptr; in CreateFromRawFile() local
|