Home
last modified time | relevance | path

Searched refs:TestCommandError (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp1898 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
/ohos5.0/foundation/ability/ability_runtime/tools/aa/include/
H A Dability_command.h257 ErrCode TestCommandError(const std::string& info);