Home
last modified time | relevance | path

Searched defs:func (Results 1 – 25 of 82) sorted by relevance

1234

/test/testfwk/arkxtest/jsunit/src/
Dinterface.js20 const describe = function (desc, func) { argument
23 const it = function (desc, filter, func) { argument
26 const beforeItSpecified = function (itDescs, func) { argument
30 const afterItSpecified = function (itDescs, func) { argument
33 const beforeEach = function (func) { argument
36 const afterEach = function (func) { argument
39 const beforeAll = function (func) { argument
42 const afterAll = function (func) { argument
49 const xdescribe = function (desc, func) { argument
57 const xit = function (desc, filter, func) { argument
Dservice.js29 function getFuncWithArgsZero(func, timeout, isStressTest) { argument
47 function getFuncWithArgsOne(func, timeout, isStressTest) { argument
70 function getFuncWithArgsTwo(func, timeout, paramItem, isStressTest) { argument
93 function processFunc(coreContext, func) { argument
153 describe(desc, func) { argument
191 xdescribe(desc, func, reason) { argument
217 beforeAll(func) { argument
221 beforeEach(func) { argument
225 beforeItSpecified(itDescs, func) { argument
229 afterItSpecified(itDescs, func) { argument
[all …]
/test/xts/acts/commonlibrary/ets_utils/xml_lib_standard/entry/src/ohosTest/js/test/
Dxml.test.js1335 function func(key, value){ function
1367 function func(key, value){ function
1399 function func(key, value){ function
1431 function func(key, value){ function
1463 function func(key, value){ function
1495 function func(key, value){ function
1527 function func(key, value){ function
1559 function func(key, value){ function
1592 function func(key, value){ function
1625 function func(key, value){ function
[all …]
/test/xts/acts/arkui/ace_ets_web_napis/entry/src/main/cpp/common/
Dnative_common.h66 #define DECLARE_NAPI_FUNCTION(name, func) \ argument
71 #define DECLARE_NAPI_FUNCTION_WITH_DATA(name, func, data) \ argument
76 #define DECLARE_NAPI_STATIC_FUNCTION(name, func) \ argument
/test/xts/acts/arkui/ace_ets_web_scheme_handler_three_napis/entry/src/main/cpp/common/
Dnative_common.h66 #define DECLARE_NAPI_FUNCTION(name, func) \ argument
71 #define DECLARE_NAPI_FUNCTION_WITH_DATA(name, func, data) \ argument
76 #define DECLARE_NAPI_STATIC_FUNCTION(name, func) \ argument
/test/xts/acts/time/timeNDKTest/entry/src/main/cpp/
Dnative_common.h67 #define DECLARE_NAPI_FUNCTION(name, func) … argument
70 #define DECLARE_NAPI_FUNCTION_WITH_DATA(name, func, data) … argument
73 #define DECLARE_NAPI_STATIC_FUNCTION(name, func) … argument
/test/xts/acts/hdf/usb/usb_ndk/entry/src/main/cpp/
Dnative_common.h71 #define DECLARE_NAPI_FUNCTION(name, func) \ argument
76 #define DECLARE_NAPI_FUNCTION_WITH_DATA(name, func, data) \ argument
81 #define DECLARE_NAPI_STATIC_FUNCTION(name, func) \ argument
/test/xts/acts/hdf/base/base_ndk/entry/src/main/cpp/
Dnative_common.h71 #define DECLARE_NAPI_FUNCTION(name, func) \ argument
76 #define DECLARE_NAPI_FUNCTION_WITH_DATA(name, func, data) \ argument
81 #define DECLARE_NAPI_STATIC_FUNCTION(name, func) \ argument
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/common/
Dnative_common.h71 #define DECLARE_NAPI_FUNCTION(name, func) … argument
76 #define DECLARE_NAPI_FUNCTION_WITH_DATA(name, func, data) … argument
81 #define DECLARE_NAPI_STATIC_FUNCTION(name, func) … argument
/test/xts/acts/multimedia/media/media_js_standard/avPlayerNdk/entry/src/main/cpp/
Dnative_common.h71 #define DECLARE_NAPI_FUNCTION(name, func) \ argument
76 #define DECLARE_NAPI_FUNCTION_WITH_DATA(name, func, data) \ argument
81 #define DECLARE_NAPI_STATIC_FUNCTION(name, func) \ argument
/test/xts/acts/storage/storagefilesharendktest/entry/src/main/cpp/
Dnative_common.h71 #define DECLARE_NAPI_FUNCTION(name, func) \ argument
76 #define DECLARE_NAPI_FUNCTION_WITH_DATA(name, func, data) \ argument
81 #define DECLARE_NAPI_STATIC_FUNCTION(name, func) \ argument
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/common/
Dnative_common.h71 #define DECLARE_NAPI_FUNCTION(name, func) \ argument
76 #define DECLARE_NAPI_FUNCTION_WITH_DATA(name, func, data) \ argument
81 #define DECLARE_NAPI_STATIC_FUNCTION(name, func) \ argument
/test/xts/acts/hdf/hid/emit_event_test/entry/src/main/cpp/
Dnative_common.h71 #define DECLARE_NAPI_FUNCTION(name, func) \ argument
76 #define DECLARE_NAPI_FUNCTION_WITH_DATA(name, func, data) \ argument
81 #define DECLARE_NAPI_STATIC_FUNCTION(name, func) \ argument
/test/xts/acts/security/accesstokenNDKTest/entry/src/main/cpp/
Dnative_common.h67 #define DECLARE_NAPI_FUNCTION(name, func) … argument
70 #define DECLARE_NAPI_FUNCTION_WITH_DATA(name, func, data) … argument
73 #define DECLARE_NAPI_STATIC_FUNCTION(name, func) … argument
/test/xts/acts/ai/mindspore/mindsporendktest/entry/src/main/cpp/
Dnative_common.h71 #define DECLARE_NAPI_FUNCTION(name, func) \ argument
76 #define DECLARE_NAPI_FUNCTION_WITH_DATA(name, func, data) \ argument
81 #define DECLARE_NAPI_STATIC_FUNCTION(name, func) \ argument
/test/xts/acts/graphic/nativeimage/entry/src/main/cpp/common/
Dnative_common.h71 #define DECLARE_NAPI_FUNCTION(name, func) … argument
76 #define DECLARE_NAPI_FUNCTION_WITH_DATA(name, func, data) … argument
81 #define DECLARE_NAPI_STATIC_FUNCTION(name, func) … argument
/test/xts/acts/distributeddatamgr/UDMFtest/UDMFnapitest/entry/src/main/cpp/common/
Dcommon.h73 #define DECLARE_NAPI_FUNCTION(name, func) \ argument
78 #define DECLARE_NAPI_FUNCTION_WITH_DATA(name, func, data) \ argument
83 #define DECLARE_NAPI_STATIC_FUNCTION(name, func) \ argument
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/napi/
Dnative_common.h71 #define DECLARE_NAPI_FUNCTION(name, func) \ argument
76 #define DECLARE_NAPI_FUNCTION_WITH_DATA(name, func, data) \ argument
81 #define DECLARE_NAPI_STATIC_FUNCTION(name, func) \ argument
/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/common/
Dnative_common.h71 #define DECLARE_NAPI_FUNCTION(name, func) … argument
76 #define DECLARE_NAPI_FUNCTION_WITH_DATA(name, func, data) … argument
81 #define DECLARE_NAPI_STATIC_FUNCTION(name, func) … argument
/test/xts/acts/distributeddatamgr/relationalStoretest/rdbnapitest/entry/src/main/cpp/common/
Dcommon.h73 #define DECLARE_NAPI_FUNCTION(name, func) \ argument
78 #define DECLARE_NAPI_FUNCTION_WITH_DATA(name, func, data) \ argument
83 #define DECLARE_NAPI_STATIC_FUNCTION(name, func) \ argument
/test/xts/acts/commonlibrary/memory_utils/libpurgeablemem/entry/src/main/cpp/
Dnative_common.h71 #define DECLARE_NAPI_FUNCTION(name, func) \ argument
76 #define DECLARE_NAPI_FUNCTION_WITH_DATA(name, func, data) \ argument
81 #define DECLARE_NAPI_STATIC_FUNCTION(name, func) \ argument
/test/xts/acts/powermgr/ndk/entry/src/main/cpp/
Dnative_common.h67 #define DECLARE_NAPI_FUNCTION(name, func) … argument
70 #define DECLARE_NAPI_FUNCTION_WITH_DATA(name, func, data) … argument
73 #define DECLARE_NAPI_STATIC_FUNCTION(name, func) … argument
/test/xts/acts/startup/startup_standard/init_ndkTest/entry/src/main/cpp/
Dnative_common.h71 #define DECLARE_NAPI_FUNCTION(name, func) … argument
76 #define DECLARE_NAPI_FUNCTION_WITH_DATA(name, func, data) … argument
81 #define DECLARE_NAPI_STATIC_FUNCTION(name, func) … argument
/test/xts/acts/graphic/graphicEGL/entry/src/main/cpp/common/
Dnative_common.h71 #define DECLARE_NAPI_FUNCTION(name, func) … argument
76 #define DECLARE_NAPI_FUNCTION_WITH_DATA(name, func, data) … argument
81 #define DECLARE_NAPI_STATIC_FUNCTION(name, func) … argument
/test/xts/acts/inputmethod/InputMethodNDKTest/entry/src/main/cpp/
Dnative_common.h67 #define DECLARE_NAPI_FUNCTION(name, func) … argument
70 #define DECLARE_NAPI_FUNCTION_WITH_DATA(name, func, data) … argument
73 #define DECLARE_NAPI_STATIC_FUNCTION(name, func) … argument

1234