Searched refs:TestFunction (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/arkui/napi/test/unittest/ |
H A D | test_ark_api_allowlist.cpp | 51 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 D | drawing_demo.cpp | 56 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 D | drawing_demo.h | 59 int TestFunction(int type);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/ |
H A D | my_xnode.h | 46 static void TestFunction(OH_Drawing_Canvas* canvas, std::string caseName);
|
H A D | my_xnode.cpp | 65 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 D | test_ark_interop.cpp | 60 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 D | developer_test.md | 394 // GTEST_RUN_TASK(TestFunction)多线程启动函数,参数为自定义函数。
|
/ohos5.0/docs/en/device-dev/device-test/ |
H A D | developer_test.md | 399 …// 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 D | test_taskpool.cpp | 249 napi_value TestFunction(napi_env env) in TestFunction() function 372 napi_value func = TestFunction(env);
|