Home
last modified time | relevance | path

Searched refs:ABILITY_TOOL_HELP_LACK_OPTIONS (Results 1 - 2 of 2) sorted by relevance

/foundation/ability/ability_runtime/tools/test/unittest/ability_tool/
H A Dability_tool_test.cpp86 const std::string ABILITY_TOOL_HELP_LACK_OPTIONS = "error: lack of essential args"; member
430 EXPECT_EQ(cmd.ExecCommand(), ABILITY_TOOL_HELP_LACK_OPTIONS + "\n" + ABILITY_TOOL_HELP_MSG_TEST); in HWTEST_F()
447 EXPECT_EQ(cmd.ExecCommand(), ABILITY_TOOL_HELP_LACK_OPTIONS + "\n" + ABILITY_TOOL_HELP_MSG_TEST); in HWTEST_F()
484 EXPECT_EQ(cmd.ExecCommand(), ABILITY_TOOL_HELP_LACK_OPTIONS + "\n" + ABILITY_TOOL_HELP_MSG_TEST); in HWTEST_F()
/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_tool_command.cpp86 const std::string ABILITY_TOOL_HELP_LACK_OPTIONS = "error: lack of essential args"; member
235 resultReceiver_ = ABILITY_TOOL_HELP_LACK_OPTIONS + "\n"; in RunAsTestCommand()

Completed in 2 milliseconds