Searched refs:TestFunction (Results 1 - 5 of 5) sorted by relevance
/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 53 HILOG_INFO("this is TestFunction"); in TestFunction() 152 DECLARE_NAPI_FUNCTION("getSystemLanguage", TestFunction), in HWTEST_F() 153 DECLARE_NAPI_FUNCTION("is24HourClock", TestFunction), in HWTEST_F() 154 DECLARE_NAPI_FUNCTION("systemOtherFunction", TestFunction), in HWTEST_F() 161 DECLARE_NAPI_FUNCTION("getSystemLanguage", TestFunction), in HWTEST_F() 162 DECLARE_NAPI_FUNCTION("i18nOtherFunction", TestFunction), in HWTEST_F() 204 DECLARE_NAPI_FUNCTION("function001", TestFunction), in HWTEST_F() 205 DECLARE_NAPI_FUNCTION("function002", TestFunction), in HWTEST_F() 206 DECLARE_NAPI_FUNCTION("systemOtherFunction", TestFunction), in HWTEST_F() [all...] |
/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 178 DRAWING_LOGI("MyXNode TestFunction start %{public}s", caseName.c_str()); in TestFunction()
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing/ |
H A D | drawing_demo.h | 59 int TestFunction(int type);
|
H A D | drawing_demo.cpp | 59 return TestFunction(FUNCTION_CPU); in Test() 61 return TestFunction(FUNCTION_GPU_UPSCREEN); in Test() 207 int DrawingDemo::TestFunction(int type) in TestFunction() function in OHOS::Rosen::DrawingDemo 215 TestCommon::Log("TestFunction start!"); in TestFunction() 254 TestCommon::Log("TestFunction end!"); in TestFunction()
|
Completed in 3 milliseconds