Home
last modified time | relevance | path

Searched refs:shellcommand (Results 1 – 8 of 8) sorted by relevance

/test/ostest/wukong/test_flow/src/
Dtest_flow.cpp26 TestFlow::TestFlow(WuKongShellCommand &shellcommand) in TestFlow() argument
27 : shellcommand_(shellcommand), in TestFlow()
Dspecial_test_flow.cpp83 SpecialTestFlow::SpecialTestFlow(WuKongShellCommand &shellcommand) : TestFlow(shellcommand) in SpecialTestFlow() argument
Dfocus_test_flow.cpp127 FocusTestFlow::FocusTestFlow(WuKongShellCommand &shellcommand) in FocusTestFlow() argument
128 : TestFlow(shellcommand), in FocusTestFlow()
Drandom_test_flow.cpp139 RandomTestFlow::RandomTestFlow(WuKongShellCommand &shellcommand) in RandomTestFlow() argument
140 : TestFlow(shellcommand), in RandomTestFlow()
/test/ostest/wukong/test_flow/include/
Dtest_flow.h39 TestFlow(WuKongShellCommand &shellcommand);
Dfocus_test_flow.h28 FocusTestFlow(WuKongShellCommand &shellcommand);
Dspecial_test_flow.h29 SpecialTestFlow(WuKongShellCommand &shellcommand);
Drandom_test_flow.h28 RandomTestFlow(WuKongShellCommand &shellcommand);