Home
last modified time | relevance | path

Searched refs:TestCaseFactory (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing/
H A Dtest_case_factory.h21 class TestCaseFactory {
23 TestCaseFactory(){}; in TestCaseFactory() function
24 virtual ~TestCaseFactory() = default;
H A Dtest_case_factory.cpp36 std::unordered_map<std::string, std::function<std::shared_ptr<TestBase>()>> TestCaseFactory::GetFun… in GetFunctionCase()
41 std::unordered_map<std::string, std::function<std::shared_ptr<TestBase>()>> TestCaseFactory::GetPer… in GetPerformanceCase()
H A Ddrawing_demo.cpp185 auto map = TestCaseFactory::GetFunctionCase(); in TestFunction()
242 auto map = TestCaseFactory::GetPerformanceCase(); in GetPerformanceParam()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dtestcasefactory.h20 class TestCaseFactory {
22 TestCaseFactory() = default;
23 ~TestCaseFactory() {}; in ~TestCaseFactory()
H A Dmy_xnode.cpp131 auto testCase = TestCaseFactory::GetFunctionCpuCase(caseName); in NapiGetPixelMapWidth()
164 auto testCase = TestCaseFactory::GetFunctionCpuCase(caseName); in NapiGetPixelMapHeight()
179 auto testCase = TestCaseFactory::GetFunctionCpuCase(caseName); in TestFunction()
192 auto testCase = TestCaseFactory::GetPerformanceCpuCase(caseName); in TestPerformance()
212 for (auto map: TestCaseFactory::GetFunctionCpuCaseAll()) { in NapiGetTestNames()
H A Dmy_xcomponent.cpp266 auto testCase = TestCaseFactory::GetPerformanceCpuCase(caseName); in TestPerformanceCpu()
280 auto testCase = TestCaseFactory::GetPerformanceCpuCase(caseName); in TestPerformanceGpu()
294 auto testCase = TestCaseFactory::GetFunctionCpuCase(caseName); in TestFunctionCpu()
308 for (auto map: TestCaseFactory::GetStabilityCpuCaseAll()) { in TestStabilityCpuInner()
317 auto testCase = TestCaseFactory::GetStabilityCpuCase(caseName); in TestStabilityCpuInner()
339 auto testCase = TestCaseFactory::GetFunctionCpuCase(caseName); in TestFunctionGpu()
462 for (auto map: TestCaseFactory::GetFunctionCpuCaseAll()) { in GetTestNames()
H A Dtestcasefactory.cpp533 std::shared_ptr<TestBase> TestCaseFactory::GetFunctionCpuCase(std::string caseName) in GetFunctionCpuCase()
543 std::shared_ptr<TestBase> TestCaseFactory::GetPerformanceCpuCase(std::string caseName) in GetPerformanceCpuCase()
553 std::shared_ptr<TestBase> TestCaseFactory::GetStabilityCpuCase(std::string caseName) in GetStabilityCpuCase()
563 std::unordered_map<std::string, std::function<std::shared_ptr<TestBase>()>> TestCaseFactory::GetFun… in GetFunctionCpuCaseAll()
568 std::unordered_map<std::string, std::function<std::shared_ptr<TestBase>()>> TestCaseFactory::GetSta… in GetStabilityCpuCaseAll()