Searched refs:GetFunctionCase (Results 1 – 3 of 3) sorted by relevance
25 …atic std::unordered_map<std::string, std::function<std::shared_ptr<TestBase>()>> GetFunctionCase();
36 …red_map<std::string, std::function<std::shared_ptr<TestBase>()>> TestCaseFactory::GetFunctionCase() in GetFunctionCase() function in OHOS::Rosen::TestCaseFactory
185 auto map = TestCaseFactory::GetFunctionCase(); in TestFunction()