/test/xts/acts/arkui/ace_napi_test/entry/src/main/cpp/napi/ |
H A D | napi_test.cpp | 9840 DECLARE_NAPI_FUNCTION("getLastErrorInfo", getLastErrorInfo), in Init() 9841 DECLARE_NAPI_FUNCTION("cleanUpErrorInfo", cleanUpErrorInfo), in Init() 9842 DECLARE_NAPI_FUNCTION("throwExistingError", throwExistingError), in Init() 9843 DECLARE_NAPI_FUNCTION("throwError", throwError), in Init() 9844 DECLARE_NAPI_FUNCTION("throwTypeError", throwTypeError), in Init() 9845 DECLARE_NAPI_FUNCTION("throwRangeError", throwRangeError), in Init() 9846 DECLARE_NAPI_FUNCTION("isError", isError), in Init() 9847 DECLARE_NAPI_FUNCTION("createError", createError), in Init() 9848 DECLARE_NAPI_FUNCTION("createTypeError", createTypeError), in Init() 9849 DECLARE_NAPI_FUNCTION("createRangeErro in Init() [all...] |
H A D | test_string.cpp | 51 napi_property_descriptor properties[] = { DECLARE_NAPI_FUNCTION("TestLatin1", TestLatin1), }; in Init()
|
/test/xts/hats/hdf/external_device_manager/ndk_permission_js_test/ndk_permission/entry/src/main/cpp/ |
H A D | ddk_permission_test.cpp | 219 DECLARE_NAPI_FUNCTION("usbInit", UsbInit), in Init() 220 DECLARE_NAPI_FUNCTION("usbGetDeviceDescriptor", UsbGetDeviceDescriptor), in Init() 221 DECLARE_NAPI_FUNCTION("usbGetConfigDescriptor", UsbGetConfigDescriptor), in Init() 222 DECLARE_NAPI_FUNCTION("usbClaimInterface", UsbClaimInterface), in Init() 223 DECLARE_NAPI_FUNCTION("usbReleaseInterface", UsbReleaseInterface), in Init() 224 DECLARE_NAPI_FUNCTION("usbSelectInterfaceSetting", UsbSelectInterfaceSetting), in Init() 225 DECLARE_NAPI_FUNCTION("usbGetCurrentInterfaceSetting", UsbGetCurrentInterfaceSetting), in Init() 226 DECLARE_NAPI_FUNCTION("usbSendControlReadRequest", UsbSendControlReadRequest), in Init() 227 DECLARE_NAPI_FUNCTION("usbSendControlWriteRequest", UsbSendControlWriteRequest), in Init() 228 DECLARE_NAPI_FUNCTION("usbSendPipeReques in Init() [all...] |
/test/xts/acts/arkui/ace_napi_test_es/entry/src/main/cpp/napi/ |
H A D | napi_test.cpp | 4738 DECLARE_NAPI_FUNCTION("getLastErrorInfo", getLastErrorInfo),
in Init() 4739 DECLARE_NAPI_FUNCTION("cleanUpErrorInfo", cleanUpErrorInfo),
in Init() 4740 DECLARE_NAPI_FUNCTION("throwExistingError", throwExistingError),
in Init() 4741 DECLARE_NAPI_FUNCTION("throwError", throwError),
in Init() 4742 DECLARE_NAPI_FUNCTION("throwTypeError", throwTypeError),
in Init() 4743 DECLARE_NAPI_FUNCTION("throwRangeError", throwRangeError),
in Init() 4744 DECLARE_NAPI_FUNCTION("isError", isError),
in Init() 4745 DECLARE_NAPI_FUNCTION("createError", createError),
in Init() 4746 DECLARE_NAPI_FUNCTION("createTypeError", createTypeError),
in Init() 4747 DECLARE_NAPI_FUNCTION("createRangeErro in Init() [all...] |
/test/xts/acts/arkui/ace_ets_xcomponent/entry/src/main/cpp/render/ |
H A D | plugin_render.cpp | 604 DECLARE_NAPI_FUNCTION("changeShape", PluginRender::NapiChangeShape), in Export() 605 DECLARE_NAPI_FUNCTION("drawTriangle", PluginRender::NapiDrawTriangle), in Export() 606 DECLARE_NAPI_FUNCTION("changeColor", PluginRender::NapiChangeColor), in Export() 607 DECLARE_NAPI_FUNCTION("TestGetXComponentId", PluginRender::TestGetXComponentId), in Export() 608 DECLARE_NAPI_FUNCTION("TestOnSurfaceCreated", PluginRender::TestOnSurfaceCreated), in Export() 609 DECLARE_NAPI_FUNCTION("TestGetXComponentSize_Height", PluginRender::TestGetXComponentSize_Height), in Export() 610 DECLARE_NAPI_FUNCTION("TestGetXComponentSize_Width", PluginRender::TestGetXComponentSize_Width), in Export() 611 DECLARE_NAPI_FUNCTION("TestGetXComponentOffset_x", PluginRender::TestGetXComponentOffset_x), in Export() 612 DECLARE_NAPI_FUNCTION("TestGetXComponentOffset_y", PluginRender::TestGetXComponentOffset_y), in Export() 613 DECLARE_NAPI_FUNCTION("TestGetXComponent_TouchEven in Export() [all...] |
/test/xts/acts/arkui/ace_ets_xcomponent/entry/src/main/cpp/ |
H A D | plugin_manager.cpp | 65 DECLARE_NAPI_FUNCTION("onCreate", PluginManager::NapiOnCreate), in GetContext() 66 DECLARE_NAPI_FUNCTION("onShow", PluginManager::NapiOnShow), in GetContext() 67 DECLARE_NAPI_FUNCTION("onHide", PluginManager::NapiOnHide), in GetContext() 68 DECLARE_NAPI_FUNCTION("onDestroy", PluginManager::NapiOnDestroy), in GetContext() 79 DECLARE_NAPI_FUNCTION("onPageShow", PluginManager::NapiOnPageShow), in GetContext() 80 DECLARE_NAPI_FUNCTION("onPageHide", PluginManager::NapiOnPageHide), in GetContext()
|
/test/xts/acts/arkui/ace_ets_xcomponent/entry/src/main/cpp/napi/ |
H A D | napi_init.cpp | 26 DECLARE_NAPI_FUNCTION("getContext", PluginManager::GetContext), in Init()
|
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/napi/ |
H A D | napi_test.cpp | 10099 DECLARE_NAPI_FUNCTION("testEngineAndContext",testEngineAndContext), in Init() 10100 DECLARE_NAPI_FUNCTION("testError",testError), in Init() 10101 DECLARE_NAPI_FUNCTION("testTypeError",testTypeError), in Init() 10102 DECLARE_NAPI_FUNCTION("testRangeError",testRangeError), in Init() 10103 DECLARE_NAPI_FUNCTION("testSyntaxError",testSyntaxError), in Init() 10104 DECLARE_NAPI_FUNCTION("testClearError",testClearError), in Init() 10105 DECLARE_NAPI_FUNCTION("testLifeCycle",testLifeCycle), in Init() 10106 DECLARE_NAPI_FUNCTION("testLifeCycle2", testLifeCycle2), in Init() 10107 DECLARE_NAPI_FUNCTION("testCreateData1",testCreateData1), in Init() 10108 DECLARE_NAPI_FUNCTION("testCreateData in Init() [all...] |
H A D | native_common.h | 71 #define DECLARE_NAPI_FUNCTION(name, func) \ macro
|
/test/xts/acts/account/account_ndk/osaccount_ndk/entry/src/main/cpp/ |
H A D | native_common.h | 71 #define DECLARE_NAPI_FUNCTION(name, func) \ macro
|
/test/xts/acts/ai/mindspore/mindsporendktest/entry/src/main/cpp/ |
H A D | native_common.h | 71 #define DECLARE_NAPI_FUNCTION(name, func) \
macro
|
/test/xts/acts/ai/nnrtndk/entry/src/main/cpp/common/ |
H A D | native_common.h | 71 #define DECLARE_NAPI_FUNCTION(name, func) \
macro
|
/test/xts/acts/arkui/ace_ets_web_scheme_handler_three_napis/entry/src/main/cpp/common/ |
H A D | native_common.h | 66 #define DECLARE_NAPI_FUNCTION(name, func) \ macro
|
/test/xts/acts/arkui/ace_ets_xcomponent/entry/src/main/cpp/common/ |
H A D | native_common.h | 71 #define DECLARE_NAPI_FUNCTION(name, func) \ macro
|
/test/xts/acts/arkui/ace_ets_web_napis/entry/src/main/cpp/common/ |
H A D | native_common.h | 66 #define DECLARE_NAPI_FUNCTION(name, func) \ macro
|
/test/xts/acts/arkui/ace_napi_test_es/entry/src/main/cpp/common/ |
H A D | native_common.h | 71 #define DECLARE_NAPI_FUNCTION(name, func) \
macro
|
/test/xts/acts/arkui/ace_ets_web_scheme_handler_two_napis/entry/src/main/cpp/common/ |
H A D | native_common.h | 60 #define DECLARE_NAPI_FUNCTION(name, func) \
|
/test/xts/acts/arkui/ace_napi_test/entry/src/main/cpp/common/ |
H A D | native_common.h | 71 #define DECLARE_NAPI_FUNCTION(name, func) \ macro
|
/test/xts/acts/commonlibrary/memory_utils/libpurgeablemem/entry/src/main/cpp/ |
H A D | native_common.h | 71 #define DECLARE_NAPI_FUNCTION(name, func) \
macro
|
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/common/ |
H A D | native_common.h | 71 #define DECLARE_NAPI_FUNCTION(name, func) \ macro
|
/test/xts/acts/bundlemanager/zlib/actszlibndktest/entry/src/main/cpp/ |
H A D | native_common.h | 71 #define DECLARE_NAPI_FUNCTION(name, func) \ macro
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/common/ |
H A D | native_common.h | 71 #define DECLARE_NAPI_FUNCTION(name, func) \
macro
|
/test/xts/acts/distributeddatamgr/preferencesNdktestHvigor/entry/src/main/cpp/ |
H A D | common.h | 73 #define DECLARE_NAPI_FUNCTION(name, func) \
macro
|
/test/xts/acts/distributeddatamgr/relationalStoretest/rdbnapitest/entry/src/main/cpp/common/ |
H A D | common.h | 73 #define DECLARE_NAPI_FUNCTION(name, func) \
macro
|
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreNdktest/entry/src/main/cpp/ |
H A D | common.h | 71 #define DECLARE_NAPI_FUNCTION(name, func) \ macro
|