/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/ |
H A D | main.cpp | 38 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 D | drawing_sample.h | 36 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 D | shadow_test.h | 30 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 D | layer_context.h | 33 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 D | bitmap_test.h | 34 using TestFunc = std::function<void(Canvas&, uint32_t, uint32_t)>; 42 std::vector<TestFunc> BitmapTestCase();
|
H A D | camera_test.h | 33 using TestFunc = std::function<void(Canvas&, uint32_t, uint32_t)>; 41 std::vector<TestFunc> CameraTestCase();
|
H A D | path_effect_test.h | 33 using TestFunc = std::function<void(Canvas&, uint32_t, uint32_t)>; 41 std::vector<TestFunc> PathEffectTestCase();
|
H A D | shader_test.h | 32 using TestFunc = std::function<void(Canvas&, uint32_t, uint32_t)>; 40 std::vector<TestFunc> ShaderTestCase();
|
H A D | matrix_test.h | 33 using TestFunc = std::function<void(Canvas&, uint32_t, uint32_t)>; 41 std::vector<TestFunc> MatrixTestCase();
|
H A D | filter_test.h | 31 using TestFunc = std::function<void(Canvas&, uint32_t, uint32_t)>; 39 std::vector<TestFunc> FilterTestCase();
|
H A D | image_test.h | 35 using TestFunc = std::function<void(Canvas&, uint32_t, uint32_t)>; 44 std::vector<TestFunc> ImageTestCase();
|
H A D | pen_test.h | 26 using TestFunc = std::function<void(Canvas&, uint32_t, uint32_t)>; 45 std::vector<TestFunc> PenTestCase();
|
H A D | path_test.h | 31 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 D | bitmap_test.cpp | 29 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 D | path_effect_test.cpp | 44 std::vector<PathEffectTest::TestFunc> PathEffectTest::PathEffectTestCase() in PathEffectTestCase() 46 std::vector<TestFunc> testFuncVec; in PathEffectTestCase()
|
H A D | shader_test.cpp | 39 std::vector<ShaderTest::TestFunc> ShaderTest::ShaderTestCase() in ShaderTestCase() 41 std::vector<TestFunc> testFuncVec; in ShaderTestCase()
|
H A D | filter_test.cpp | 52 std::vector<FilterTest::TestFunc> FilterTest::FilterTestCase() in FilterTestCase() 54 std::vector<TestFunc> testFuncVec; in FilterTestCase()
|
H A D | camera_test.cpp | 52 std::vector<CameraTest::TestFunc> CameraTest::CameraTestCase() in CameraTestCase() 54 std::vector<TestFunc> testFuncVec; in CameraTestCase()
|
H A D | matrix_test.cpp | 73 std::vector<MatrixTest::TestFunc> MatrixTest::MatrixTestCase() in MatrixTestCase() 75 std::vector<TestFunc> testFuncVec; in MatrixTestCase()
|
H A D | image_test.cpp | 87 std::vector<ImageTest::TestFunc> ImageTest::ImageTestCase() in ImageTestCase() 89 std::vector<TestFunc> testFuncVec; in ImageTestCase()
|
H A D | layer_context.cpp | 56 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 D | distributeddb_storage_rd_register_observer_test.cpp | 83 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 D | distributeddb_storage_register_observer_test.cpp | 84 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 D | IntfCallContextTest.cpp | 119 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 D | cj_environment_test.cpp | 60 void TestFunc() in TestFunc() function 71 void (*func)() = TestFunc; in HWTEST_F()
|