Home
last modified time | relevance | path

Searched refs:GetFunctionCase (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing/
H A Dtest_case_factory.h25 …atic std::unordered_map<std::string, std::function<std::shared_ptr<TestBase>()>> GetFunctionCase();
H A Dtest_case_factory.cpp36 …red_map<std::string, std::function<std::shared_ptr<TestBase>()>> TestCaseFactory::GetFunctionCase() in GetFunctionCase() function in OHOS::Rosen::TestCaseFactory
H A Ddrawing_demo.cpp185 auto map = TestCaseFactory::GetFunctionCase(); in TestFunction()