Home
last modified time | relevance | path

Searched refs:TestFunction (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/napi/test/unittest/
H A Dtest_ark_api_allowlist.cpp51 napi_value TestFunction(napi_env env, napi_callback_info info) in TestFunction() function
152 DECLARE_NAPI_FUNCTION("getSystemLanguage", TestFunction),
153 DECLARE_NAPI_FUNCTION("is24HourClock", TestFunction),
154 DECLARE_NAPI_FUNCTION("systemOtherFunction", TestFunction),
161 DECLARE_NAPI_FUNCTION("getSystemLanguage", TestFunction),
162 DECLARE_NAPI_FUNCTION("i18nOtherFunction", TestFunction),
204 DECLARE_NAPI_FUNCTION("function001", TestFunction),
205 DECLARE_NAPI_FUNCTION("function002", TestFunction),
206 DECLARE_NAPI_FUNCTION("systemOtherFunction", TestFunction),
213 DECLARE_NAPI_FUNCTION("getSystemLanguage", TestFunction),
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing/
H A Ddrawing_demo.cpp56 return TestFunction(FUNCTION_CPU); in Test()
58 return TestFunction(FUNCTION_GPU_UPSCREEN); in Test()
183 int DrawingDemo::TestFunction(int type) in TestFunction() function in OHOS::Rosen::DrawingDemo
H A Ddrawing_demo.h59 int TestFunction(int type);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dmy_xnode.h46 static void TestFunction(OH_Drawing_Canvas* canvas, std::string caseName);
H A Dmy_xnode.cpp65 TestFunction(canvas, caseName); in NapiFunction()
176 void MyXNode::TestFunction(OH_Drawing_Canvas* canvas, std::string caseName) in TestFunction() function in MyXNode
/ohos5.0/foundation/arkui/napi/test/unittest/cj_native/
H A Dtest_ark_interop.cpp60 TestFunction(); in RunLocalTest()
78 static void TestFunction();
693 void ArkInteropTest::TestFunction() in TestFunction() function in __anon2e6194970110::ArkInteropTest
/ohos5.0/docs/zh-cn/device-dev/device-test/
H A Ddeveloper_test.md394 // GTEST_RUN_TASK(TestFunction)多线程启动函数,参数为自定义函数。
/ohos5.0/docs/en/device-dev/device-test/
H A Ddeveloper_test.md399 …// GTEST_RUN_TASK(TestFunction) is a multi-thread startup function. The parameter is a custom func…
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/taskpool/test/
H A Dtest_taskpool.cpp249 napi_value TestFunction(napi_env env) in TestFunction() function
372 napi_value func = TestFunction(env);