Home
last modified time | relevance | path

Searched refs:TestFunc (Results 1 - 25 of 31) sorted by relevance

12

/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/
H A Dmain.cpp38 using TestFunc = std::function<void(Canvas&, uint32_t, uint32_t)>;
51 std::map<string, std::vector<TestFunc>> testFuncMap; in main()
53 testFuncMap.insert(pair<string, std::vector<TestFunc>>("BitmapTest", BitmapTest::GetInstance().BitmapTestCase())); in main()
54 testFuncMap.insert(pair<string, std::vector<TestFunc>>("CameraTest", CameraTest::GetInstance().CameraTestCase())); in main()
55 testFuncMap.insert(pair<string, std::vector<TestFunc>>("FilterTest", FilterTest::GetInstance().FilterTestCase())); in main()
56 testFuncMap.insert(pair<string, std::vector<TestFunc>>("ImageTest", ImageTest::GetInstance().ImageTestCase())); in main()
57 testFuncMap.insert(pair<string, std::vector<TestFunc>>("MatrixTest", MatrixTest::GetInstance().MatrixTestCase())); in main()
58 testFuncMap.insert(pair<string, std::vector<TestFunc>>("PathTest", PathTest::GetInstance().PathTestCase())); in main()
59 testFuncMap.insert(pair<string, std::vector<TestFunc>>("ShaderTest", ShaderTest::GetInstance().ShaderTestCase())); in main()
60 testFuncMap.insert(pair<string, std::vector<TestFunc>>("ShadowTes in main()
[all...]
H A Ddrawing_sample.h36 using TestFunc = std::function<void(Canvas&, uint32_t, uint32_t)>;
43 inline DrawingSample& SetDraw(std::map<std::string, std::vector<TestFunc>> testFuncMap) in SetDraw()
67 std::map<std::string, std::vector<TestFunc>> drawFuncMap_;
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/include/
H A Dshadow_test.h30 using TestFunc = std::function<void(Canvas&, uint32_t, uint32_t)>;
39 std::vector<TestFunc> ShadowTestCase();
80 std::vector<ShadowTest::TestFunc> ShadowTest::ShadowTestCase() in ShadowTestCase()
82 std::vector<TestFunc> testFuncVec; in ShadowTestCase()
H A Dlayer_context.h33 using TestFunc = std::function<void(Canvas&, uint32_t, uint32_t)>;
38 SurfaceError DrawBuffer(TestFunc testFunc);
61 void DrawBaseLayer(void* image, int width, int height, TestFunc testFuc);
H A Dbitmap_test.h34 using TestFunc = std::function<void(Canvas&, uint32_t, uint32_t)>;
42 std::vector<TestFunc> BitmapTestCase();
H A Dcamera_test.h33 using TestFunc = std::function<void(Canvas&, uint32_t, uint32_t)>;
41 std::vector<TestFunc> CameraTestCase();
H A Dpath_effect_test.h33 using TestFunc = std::function<void(Canvas&, uint32_t, uint32_t)>;
41 std::vector<TestFunc> PathEffectTestCase();
H A Dshader_test.h32 using TestFunc = std::function<void(Canvas&, uint32_t, uint32_t)>;
40 std::vector<TestFunc> ShaderTestCase();
H A Dmatrix_test.h33 using TestFunc = std::function<void(Canvas&, uint32_t, uint32_t)>;
41 std::vector<TestFunc> MatrixTestCase();
H A Dfilter_test.h31 using TestFunc = std::function<void(Canvas&, uint32_t, uint32_t)>;
39 std::vector<TestFunc> FilterTestCase();
H A Dimage_test.h35 using TestFunc = std::function<void(Canvas&, uint32_t, uint32_t)>;
44 std::vector<TestFunc> ImageTestCase();
H A Dpen_test.h26 using TestFunc = std::function<void(Canvas&, uint32_t, uint32_t)>;
45 std::vector<TestFunc> PenTestCase();
H A Dpath_test.h31 using TestFunc = std::function<void(Canvas&, uint32_t, uint32_t)>;
64 std::vector<TestFunc> PathTestCase();
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
H A Dbitmap_test.cpp29 using TestFunc = std::function<void(Canvas&, uint32_t, uint32_t)>;
48 std::vector<BitmapTest::TestFunc> BitmapTest::BitmapTestCase() in BitmapTestCase()
50 std::vector<TestFunc> testFuncVec; in BitmapTestCase()
H A Dpath_effect_test.cpp44 std::vector<PathEffectTest::TestFunc> PathEffectTest::PathEffectTestCase() in PathEffectTestCase()
46 std::vector<TestFunc> testFuncVec; in PathEffectTestCase()
H A Dshader_test.cpp39 std::vector<ShaderTest::TestFunc> ShaderTest::ShaderTestCase() in ShaderTestCase()
41 std::vector<TestFunc> testFuncVec; in ShaderTestCase()
H A Dfilter_test.cpp52 std::vector<FilterTest::TestFunc> FilterTest::FilterTestCase() in FilterTestCase()
54 std::vector<TestFunc> testFuncVec; in FilterTestCase()
H A Dcamera_test.cpp52 std::vector<CameraTest::TestFunc> CameraTest::CameraTestCase() in CameraTestCase()
54 std::vector<TestFunc> testFuncVec; in CameraTestCase()
H A Dmatrix_test.cpp73 std::vector<MatrixTest::TestFunc> MatrixTest::MatrixTestCase() in MatrixTestCase()
75 std::vector<TestFunc> testFuncVec; in MatrixTestCase()
H A Dimage_test.cpp87 std::vector<ImageTest::TestFunc> ImageTest::ImageTestCase() in ImageTestCase()
89 std::vector<TestFunc> testFuncVec; in ImageTestCase()
H A Dlayer_context.cpp56 SurfaceError LayerContext::DrawBuffer(TestFunc testFunc) in DrawBuffer()
140 void LayerContext::DrawBaseLayer(void* image, int width, int height, TestFunc testFunc) in DrawBaseLayer()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_rd_register_observer_test.cpp83 void TestFunc(const KvDBCommitNotifyData &data) in TestFunc() function
237 g_entry1.key, TestFunc, result); in HWTEST_F()
261 g_entry1.key, TestFunc, result); in HWTEST_F()
285 g_emptyKey, TestFunc, result); in HWTEST_F()
309 g_emptyKey, TestFunc, result); in HWTEST_F()
H A Ddistributeddb_storage_register_observer_test.cpp84 void TestFunc(const KvDBCommitNotifyData &data) in TestFunc() function
375 g_entry1.key, TestFunc, result); in HWTEST_F()
418 TestFunc, result); in HWTEST_F()
456 TestFunc, result); in HWTEST_F()
484 TestFunc, result); in HWTEST_F()
507 TestFunc, result); in HWTEST_F()
530 TestFunc, result); in HWTEST_F()
553 TestFunc, result); in HWTEST_F()
577 TestFunc, result); in HWTEST_F()
606 g_entry1.key, TestFunc, resul in HWTEST_F()
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/test/src/interface/
H A DIntfCallContextTest.cpp119 int TestFunc(int a, int b, BASE_NS::string c) in TestFunc() function
125 CallFunction(c, this, &TestClass::TestFunc); in TestFuncMeta()
201 auto c = CreateCallContext(&TestClass::TestFunc, arr); in HWTEST_F()
215 return CreateCallContext(&TestClass::TestFunc, arr); in HWTEST_F()
232 auto c = CreateCallContext(&TestClass::TestFunc, arr); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/cj_environment_test/
H A Dcj_environment_test.cpp60 void TestFunc() in TestFunc() function
71 void (*func)() = TestFunc; in HWTEST_F()

Completed in 8 milliseconds

12