Home
last modified time | relevance | path

Searched refs:value0 (Results 1 - 25 of 31) sorted by relevance

12

/test/xts/acts/multimodalinput/multimodalinput_ndk_hvigor/InputNdkNormal/entry/src/main/cpp/
H A Dinputndk.cpp57 int32_t value0; in SetKeyCode() local
58 napi_get_value_int32(env, args[0], &value0); in SetKeyCode()
62 OH_Input_SetKeyCode(keyState, value0); in SetKeyCode()
64 napi_create_int32(env, keyCode == value0 ? 1 : 0, &result); in SetKeyCode()
79 int32_t value0; in SetKeyPressed() local
80 napi_get_value_int32(env, args[0], &value0); in SetKeyPressed()
84 OH_Input_SetKeyPressed(keyState, value0); in SetKeyPressed()
86 napi_create_int32(env, keyAction == value0 ? 1 : 0, &result); in SetKeyPressed()
100 int32_t value0; in SetKeySwitch() local
101 napi_get_value_int32(env, args[0], &value0); in SetKeySwitch()
122 int32_t value0; GetKeyPressed() local
145 int32_t value0; GetKeySwitch() local
168 int32_t value0; GetKeyState() local
274 int32_t value0; GetKeyEventActionTime() local
296 int32_t value0; GetKeyEventActionTimeDestroy() local
336 int value0; touchEventAction() local
357 int value0; touchEventFingerId() local
378 int value0; touchEventDisplayX() local
399 int value0; touchEventDisplayY() local
420 int value0; touchEventActionTime() local
443 int value0; injectTouchEvent() local
488 int value0; mouseEventAction() local
509 int value0; mouseEventDisplayX() local
530 int value0; mouseEventDisplayY() local
551 int value0; mouseEventButton() local
572 int value0; mouseEventAxisType() local
593 double value0; mouseEventAxisValue() local
614 int value0; mouseEventActionTime() local
637 int value0; injectMouseEvent() local
[all...]
/test/xts/acts/ability/crossplatform/ability_runtime/actscontexttest/src/main/cpp/
H A Dhello.cpp32 double value0; in Add() local
33 napi_get_value_double(env, args[0], &value0); in Add()
39 napi_create_double(env, value0 + value1, &sum); in Add()
/test/xts/acts/arkcompiler/esmodule/esmodule_ohostest/entry/src/ohosTest/cpp/
H A Dhello.cpp31 double value0; in Add() local
32 napi_get_value_double(env, args[0], &value0); in Add()
38 napi_create_double(env, value0 + value1, &sum); in Add()
/test/xts/acts/arkcompiler/esmodule/esmodule_ohostestlib/entry/src/main/cpp/
H A Dhello.cpp31 double value0; in Add() local
32 napi_get_value_double(env, args[0], &value0); in Add()
38 napi_create_double(env, value0 + value1, &sum); in Add()
/test/xts/acts/arkcompiler/arkts_module_test/basic_scenario/entry/src/main/cpp/
H A Dnapi_init.cpp32 double value0; in Add() local
33 napi_get_value_double(env, args[0], &value0); in Add()
39 napi_create_double(env, value0 + value1, &sum); in Add()
/test/xts/acts/arkcompiler/arkts_module_test/basic_scenario/library/src/main/cpp/
H A Dnapi_init.cpp32 double value0; in Add() local
33 napi_get_value_double(env, args[0], &value0); in Add()
39 napi_create_double(env, value0 + value1, &sum); in Add()
/test/xts/acts/appbuild/cmake_test/ohos_app_demo_test/entry/src/main/cpp/
H A Dhello.cpp31 double value0; in Add() local
32 napi_get_value_double(env, args[0], &value0); in Add()
38 napi_create_double(env, value0 + value1, &sum); in Add()
/test/xts/acts/arkcompiler/esmodule/esmodule_dynamicimport/entry/src/main/cpp/
H A Dhello.cpp32 double value0; in Add() local
33 napi_get_value_double(env, args[0], &value0); in Add()
39 napi_create_double(env, value0 + value1, &sum); in Add()
/test/xts/acts/arkcompiler/esmodule/esmodule_entry/entry/src/main/cpp/
H A Dhello.cpp31 double value0; in Add() local
32 napi_get_value_double(env, args[0], &value0); in Add()
38 napi_create_double(env, value0 + value1, &sum); in Add()
/test/xts/acts/arkcompiler/arkts_module_test/basic_scenario/library2/src/main/cpp/
H A Dnapi_init.cpp32 double value0; in Add() local
33 napi_get_value_double(env, args[0], &value0); in Add()
39 napi_create_double(env, value0 + value1, &sum); in Add()
/test/xts/acts/arkui/ace_ets_web_dev_cloudservice_webController_group/ace_ets_web_dev_cloudservice_webController_group_eleven/entry/src/main/cpp/
H A Dnapi_init.cpp30 double value0; in Add() local
31 napi_get_value_double(env, args[0], &value0); in Add()
37 napi_create_double(env, value0 + value1, &sum); in Add()
/test/xts/acts/arkui/ace_ets_web_dev_cloudservice_webController_group/ace_ets_web_dev_cloudservice_webController_group_thirteen/entry/src/main/cpp/
H A Dnapi_init.cpp30 double value0; in Add() local
31 napi_get_value_double(env, args[0], &value0); in Add()
37 napi_create_double(env, value0 + value1, &sum); in Add()
/test/xts/acts/arkui/ace_napi_test_es/entry/src/main/cpp/
H A Dhello.cpp32 double value0; in Add() local
33 napi_get_value_double(env, args[0], &value0); in Add()
39 napi_create_double(env, value0 + value1, &sum); in Add()
/test/xts/acts/arkui/ace_ets_web_dev_cloudservice_webController_group/ace_ets_web_dev_cloudservice_webController_group_twelve/entry/src/main/cpp/
H A Dnapi_init.cpp30 double value0; in Add() local
31 napi_get_value_double(env, args[0], &value0); in Add()
37 napi_create_double(env, value0 + value1, &sum); in Add()
/test/xts/acts/demo/hvigor_sample/demo_ndk_stage/entry/src/main/cpp/
H A Dhello.cpp26 double value0; in Add() local
27 napi_get_value_double(env, args[0], &value0); in Add()
31 napi_create_double(env, value0 + value1, &sum); in Add()
/test/xts/acts/demo/hvigor_sample/demo_ndk_fa_js/entry/src/main/cpp/
H A Dhello.cpp26 double value0; in Add() local
27 napi_get_value_double(env, args[0], &value0); in Add()
31 napi_create_double(env, value0 + value1, &sum); in Add()
/test/xts/acts/demo/hvigor_sample/demo_ndk_fa_ets/entry/src/main/cpp/
H A Dhello.cpp26 double value0; in Add() local
27 napi_get_value_double(env, args[0], &value0); in Add()
31 napi_create_double(env, value0 + value1, &sum); in Add()
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dinndk.cpp40 int value0; in Ntohl() local
41 napi_get_value_int32(env, args[0], &value0); in Ntohl()
54 int value0; in Ntohs() local
55 napi_get_value_int32(env, args[0], &value0); in Ntohs()
/test/xts/acts/arkcompiler/arkts_module_test/napi_load/entry/src/main/cpp/
H A Dhello.cpp34 double value0; in Add() local
35 napi_get_value_double(env, args[0], &value0); in Add()
41 napi_create_double(env, value0 + value1, &sum); in Add()
/test/xts/acts/arkcompiler/arkts_module_test/napi_load/harOne/src/main/cpp/
H A Dhello.cpp34 double value0; in Add() local
35 napi_get_value_double(env, args[0], &value0); in Add()
41 napi_create_double(env, value0 + value1, &sum); in Add()
/test/xts/acts/arkcompiler/arkts_module_test/napi_load/harTwo/src/main/cpp/
H A Dhello.cpp34 double value0; in Add() local
35 napi_get_value_double(env, args[0], &value0); in Add()
41 napi_create_double(env, value0 + value1, &sum); in Add()
/test/xts/acts/arkcompiler/arkts_module_test/napi_load/hspOne/src/main/cpp/
H A Dhello.cpp34 double value0; in Add() local
35 napi_get_value_double(env, args[0], &value0); in Add()
41 napi_create_double(env, value0 + value1, &sum); in Add()
/test/xts/acts/arkcompiler/arkts_module_test/napi_load/hspTwo/src/main/cpp/
H A Dhello.cpp34 double value0; in Add() local
35 napi_get_value_double(env, args[0], &value0); in Add()
41 napi_create_double(env, value0 + value1, &sum); in Add()
/test/xts/acts/hiviewdfx/hilogndktest/entry/src/main/cpp/
H A Dnapi_init.cpp58 double value0; in Add() local
59 napi_get_value_double(env, args[0], &value0); in Add()
64 g_test = value0 + value1; // 5 in Add()
/test/xts/acts/ability/ability_runtime/capichildprocess/entry/src/main/cpp/
H A Dhello.cpp75 int32_t value0; in ChildProcessAdd() local
76 napi_get_value_int32(env, args[0], &value0); in ChildProcessAdd()
80 result = g_ipcProxyPnt->Add(value0, value1); in ChildProcessAdd()
82 value0, value1, result); in ChildProcessAdd()

Completed in 13 milliseconds

12