/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/textarea/ |
H A D | textarea_onchange_test.cpp | 95 napi_value exports; in CreateNativeNode() local 96 napi_create_object(env, &exports); in CreateNativeNode() 98 return exports; in CreateNativeNode()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/timepicker/ |
H A D | timepicker_onchange_test.cpp | 114 napi_value exports; in CreateNativeNode() local 115 if (napi_create_object(env, &exports) != napi_ok) { in CreateNativeNode() 120 return exports; in CreateNativeNode()
|
/test/xts/acts/applications/print_fwk/print_xts/entry/src/main/cpp/ |
H A D | entry.cpp | 19 static napi_value Init(napi_env env, napi_value exports) in Init() argument 47 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc); in Init() 48 return exports; in Init()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/calendarpicker/ |
H A D | calendarpicker_onchange_test.cpp | 118 napi_value exports; in CreateNativeNode() local 119 if (napi_create_object(env, &exports) != napi_ok) { in CreateNativeNode() 124 return exports; in CreateNativeNode()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/button/ |
H A D | button_onclick_test.cpp | 114 napi_value exports; in CreateNativeNode() local 115 if (napi_create_object(env, &exports) != napi_ok) { in CreateNativeNode() 120 return exports; in CreateNativeNode()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/customcomponent/ |
H A D | customcomponent_focusable_test.cpp | 116 napi_value exports; in CreateNativeNode() local 117 if (napi_create_object(env, &exports) != napi_ok) { in CreateNativeNode() 122 return exports; in CreateNativeNode()
|
H A D | customcomponent_ontouch_test.cpp | 116 napi_value exports; in CreateNativeNode() local 117 if (napi_create_object(env, &exports) != napi_ok) { in CreateNativeNode() 122 return exports; in CreateNativeNode()
|
H A D | customcomponent_onmeasure_test.cpp | 87 napi_value exports; in CreateNativeNode() local 88 if (napi_create_object(env, &exports) != napi_ok) { in CreateNativeNode() 93 return exports; in CreateNativeNode()
|
H A D | customcomponent_onappear_test.cpp | 96 napi_value exports; in CreateNativeNode() local 97 if (napi_create_object(env, &exports) != napi_ok) { in CreateNativeNode() 102 return exports; in CreateNativeNode()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/drag/ |
H A D | drag_getModifierKeyStates.cpp | 113 napi_value exports; in CreateNativeNode() local 114 if (napi_create_object(env, &exports) != napi_ok) { in CreateNativeNode() 119 return exports; in CreateNativeNode()
|
H A D | drag_getDropOperation.cpp | 111 napi_value exports; in CreateNativeNode() local 112 if (napi_create_object(env, &exports) != napi_ok) { in CreateNativeNode() 117 return exports; in CreateNativeNode()
|
H A D | drag_getPreDragStatus.cpp | 111 napi_value exports; in CreateNativeNode() local 112 if (napi_create_object(env, &exports) != napi_ok) { in CreateNativeNode() 117 return exports; in CreateNativeNode()
|
H A D | dragAction_setDragPreviewOption.cpp | 113 napi_value exports; in CreateNativeNode() local 114 if (napi_create_object(env, &exports) != napi_ok) { in CreateNativeNode() 119 return exports; in CreateNativeNode()
|
H A D | dragAction_setTouchPointXY.cpp | 112 napi_value exports; in CreateNativeNode() local 113 if (napi_create_object(env, &exports) != napi_ok) { in CreateNativeNode() 118 return exports; in CreateNativeNode()
|
H A D | drag_disableDefaultDropAnimation.cpp | 112 napi_value exports; in CreateNativeNode() local 113 if (napi_create_object(env, &exports) != napi_ok) { in CreateNativeNode() 118 return exports; in CreateNativeNode()
|
H A D | dragAction_setPointerId.cpp | 109 napi_value exports; in CreateNativeNode() local 110 if (napi_create_object(env, &exports) != napi_ok) { in CreateNativeNode() 115 return exports; in CreateNativeNode()
|
H A D | dragAction_registerStatusListener.cpp | 118 napi_value exports; in CreateNativeNode() local 119 if (napi_create_object(env, &exports) != napi_ok) { in CreateNativeNode() 124 return exports; in CreateNativeNode()
|
H A D | dragAction_createDragAction.cpp | 110 napi_value exports; in CreateNativeNode() local 111 if (napi_create_object(env, &exports) != napi_ok) { in CreateNativeNode() 116 return exports; in CreateNativeNode()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/textpicker/ |
H A D | textpicker_onchange_test.cpp | 117 napi_value exports; in CreateNativeNode() local 118 if (napi_create_object(env, &exports) != napi_ok) { in CreateNativeNode() 122 return exports; in CreateNativeNode()
|
/test/xts/acts/arkcompiler/arkts_module_test/napi_load/harTwo/src/main/cpp/ |
H A D | hello.cpp | 79 static napi_value Init(napi_env env, napi_value exports)
in Init() argument 85 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc);
in Init() 86 return exports;
in Init()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/textinput/ |
H A D | textinput_onsubmit_test.cpp | 109 napi_value exports; in CreateNativeNode() local 110 if (napi_create_object(env, &exports) != napi_ok) { in CreateNativeNode() 115 return exports; in CreateNativeNode()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/commonevent/ |
H A D | commonevent_onappear_test.cpp | 94 napi_value exports; in CreateNativeNode() local 95 if (napi_create_object(env, &exports) != napi_ok) { in CreateNativeNode() 100 return exports; in CreateNativeNode()
|
H A D | commonevent_ontouch_test.cpp | 114 napi_value exports; in CreateNativeNode() local 115 if (napi_create_object(env, &exports) != napi_ok) { in CreateNativeNode() 120 return exports; in CreateNativeNode()
|
H A D | commonevent_onclick_test.cpp | 114 napi_value exports; in CreateNativeNode() local 115 if (napi_create_object(env, &exports) != napi_ok) { in CreateNativeNode() 120 return exports; in CreateNativeNode()
|
/test/xts/acts/arkcompiler/arkts_module_test/napi_load/hspOne/src/main/cpp/ |
H A D | hello.cpp | 79 static napi_value Init(napi_env env, napi_value exports)
in Init() argument 85 napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc);
in Init() 86 return exports;
in Init()
|