Home
last modified time | relevance | path

Searched refs:GetTestFlow (Results 1 - 3 of 3) sorted by relevance

/test/ostest/wukong/test_flow/include/
H A Dtest_flow_factory.h34 static std::shared_ptr<TestFlow> GetTestFlow(WuKongShellCommand& shellCommand, const std::string& command);
/test/ostest/wukong/test_flow/src/
H A Dtest_flow_factory.cpp24 std::shared_ptr<TestFlow> TestFlowFactory::GetTestFlow(WuKongShellCommand& shellCommand, const std::string& command) in GetTestFlow() function in OHOS::WuKong::TestFlowFactory
/test/ostest/wukong/shell_command/src/
H A Dwukong_shell_command.cpp114 std::shared_ptr<TestFlow> testFlow = TestFlowFactory::GetTestFlow(*this, cmd_); in RunTestCommand()
116 ERROR_LOG_STR("GetTestFlow TestFlow is null command (%s)", cmd_.c_str()); in RunTestCommand()

Completed in 2 milliseconds