Home
last modified time | relevance | path

Searched refs:TestFunc (Results 1 – 25 of 44) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/
H A Dmain.cpp38 using TestFunc = std::function<void(Canvas&, uint32_t, uint32_t)>; typedef
51 std::map<string, std::vector<TestFunc>> testFuncMap; in main()
53 …testFuncMap.insert(pair<string, std::vector<TestFunc>>("BitmapTest", BitmapTest::GetInstance().Bit… in main()
54 …testFuncMap.insert(pair<string, std::vector<TestFunc>>("CameraTest", CameraTest::GetInstance().Cam… in main()
55 …testFuncMap.insert(pair<string, std::vector<TestFunc>>("FilterTest", FilterTest::GetInstance().Fil… in main()
56 …testFuncMap.insert(pair<string, std::vector<TestFunc>>("ImageTest", ImageTest::GetInstance().Image… in main()
57 …testFuncMap.insert(pair<string, std::vector<TestFunc>>("MatrixTest", MatrixTest::GetInstance().Mat… in main()
58 …testFuncMap.insert(pair<string, std::vector<TestFunc>>("PathTest", PathTest::GetInstance().PathTes… in main()
59 …testFuncMap.insert(pair<string, std::vector<TestFunc>>("ShaderTest", ShaderTest::GetInstance().Sha… in main()
60 …testFuncMap.insert(pair<string, std::vector<TestFunc>>("ShadowTest", ShadowTest::GetInstance().Sha… 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_;
/ohos5.0/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 Dfilter_test.h31 using TestFunc = std::function<void(Canvas&, uint32_t, uint32_t)>;
39 std::vector<TestFunc> FilterTestCase();
H A Dmatrix_test.h33 using TestFunc = std::function<void(Canvas&, uint32_t, uint32_t)>;
41 std::vector<TestFunc> MatrixTestCase();
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 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();
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_register_observer_test.cpp420 TestFunc, result);
459 TestFunc, result);
488 TestFunc, result);
512 TestFunc, result);
536 TestFunc, result);
560 TestFunc, result);
585 TestFunc, result);
663 g_emptyKey, TestFunc, result);
687 g_emptyKey, TestFunc, result);
752 TestFunc, result);
[all …]
H A Ddistributeddb_storage_rd_register_observer_test.cpp83 void TestFunc(const KvDBCommitNotifyData &data) in TestFunc() function
237 g_entry1.key, TestFunc, result);
261 g_entry1.key, TestFunc, result);
285 g_emptyKey, TestFunc, result);
309 g_emptyKey, TestFunc, result);
/ohos5.0/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)>; typedef
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 Dcamera_test.cpp52 std::vector<CameraTest::TestFunc> CameraTest::CameraTestCase() in CameraTestCase()
54 std::vector<TestFunc> testFuncVec; in CameraTestCase()
H A Dfilter_test.cpp52 std::vector<FilterTest::TestFunc> FilterTest::FilterTestCase() in FilterTestCase()
54 std::vector<TestFunc> testFuncVec; in FilterTestCase()
H A Dmatrix_test.cpp73 std::vector<MatrixTest::TestFunc> MatrixTest::MatrixTestCase() in MatrixTestCase()
75 std::vector<TestFunc> testFuncVec; in MatrixTestCase()
/ohos5.0/base/hiviewdfx/faultloggerd/example/
H A Ddump_catcher_demo.h22 __attribute__((noinline)) int TestFunc##FuncNumA() \
24 return TestFunc##FuncNumB(); \
/ohos5.0/drivers/hdf_core/adapter/khdf/uniproton/test/sample_driver/include/
H A Dhdf_main_test.h42 typedef int32_t (*TestFunc)(HdfTestMsg *); typedef
46 TestFunc testFunc; // function
/ohos5.0/drivers/hdf_core/framework/test/unittest/common/
H A Dhdf_main_test.h21 typedef int32_t (*TestFunc)(HdfTestMsg *); typedef
25 TestFunc testFunc; // function
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
H A Dmultithread_constructor.h22 __attribute__((noinline)) int TestFunc##FuncNumA() \
24 return TestFunc##FuncNumB(); \
/ohos5.0/base/hiviewdfx/faultloggerd/tools/crasher_c/
H A Ddfx_crasher.h24 __attribute__((noinline)) int TestFunc##FuncNumA() \
26 return TestFunc##FuncNumB(); \

12