Searched refs:TestCommandError (Results 1 – 2 of 2) sorted by relevance
1898 return TestCommandError("error: option [" + opt + "] requires a value.\n"); in RunAsTestCommand()1904 return TestCommandError("error: option [" + opt + "] requires a value.\n"); in RunAsTestCommand()1909 … return TestCommandError("error: option [" + opt + "] only supports integer numbers.\n"); in RunAsTestCommand()1915 return TestCommandError("error: option [-s] is incorrect.\n"); in RunAsTestCommand()1923 return TestCommandError("error: unknown option: " + opt + "\n"); in RunAsTestCommand()1942 TestCommandError("error: the option [" + opt + "] is expected.\n"); in IsTestCommandIntegrity()1949 ErrCode AbilityManagerShellCommand::TestCommandError(const std::string& info) in TestCommandError() function in OHOS::AAFwk::AbilityManagerShellCommand
257 ErrCode TestCommandError(const std::string& info);