Lines Matching refs:ret
41 CommandResult ret = cf->Execute(const_cast<Command &>(*cmd.get()));
42 return ret;
79 CommandResult ret = CommandFunctionUnitTest::TestCommandFnExec(cmd, cmdLine);
80 EXPECT_EQ(ret, 0);
82 ret = CommandFunctionUnitTest::TestCommandFnExec(cmd, cmdLine);
84 EXPECT_EQ(ret, 0);
87 ret = CommandFunctionUnitTest::TestCommandFnExec(cmd, cmdLine);
88 EXPECT_EQ(ret, 0);
94 ret = CommandFunctionUnitTest::TestCommandFnExec(cmd, cmdLine);
95 EXPECT_EQ(ret, -1);
97 ret = CommandFunctionUnitTest::TestCommandFnExec(cmd, cmdLine);
98 EXPECT_EQ(ret, 0);
100 ret = CommandFunctionUnitTest::TestCommandFnExec(cmd, cmdLine);
101 EXPECT_EQ(ret, -1);
103 ret = CommandFunctionUnitTest::TestCommandFnExec(cmd, cmdLine);
104 EXPECT_EQ(ret, 0);