Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/tools/test/unittest/ability_tool/
H A Dability_tool_test.cpp84 const std::string ABILITY_TOOL_HELP_MSG_LACK_VALUE = "error: lack of value of key"; variable
255 EXPECT_EQ(cmd.ExecCommand(), ABILITY_TOOL_HELP_MSG_LACK_VALUE + "\n" +
504 …EXPECT_EQ(cmd.ExecCommand(), ABILITY_TOOL_HELP_MSG_LACK_VALUE + "\n" + ABILITY_TOOL_HELP_MSG_TEST);
524 …EXPECT_EQ(cmd.ExecCommand(), ABILITY_TOOL_HELP_MSG_LACK_VALUE + "\n" + ABILITY_TOOL_HELP_MSG_TEST);
544 …EXPECT_EQ(cmd.ExecCommand(), ABILITY_TOOL_HELP_MSG_LACK_VALUE + "\n" + ABILITY_TOOL_HELP_MSG_TEST);
564 …EXPECT_EQ(cmd.ExecCommand(), ABILITY_TOOL_HELP_MSG_LACK_VALUE + "\n" + ABILITY_TOOL_HELP_MSG_TEST);
584 …EXPECT_EQ(cmd.ExecCommand(), ABILITY_TOOL_HELP_MSG_LACK_VALUE + "\n" + ABILITY_TOOL_HELP_MSG_TEST);
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_tool_command.cpp84 const std::string ABILITY_TOOL_HELP_MSG_LACK_VALUE = "error: lack of value of key"; variable
483 ABILITY_TOOL_HELP_MSG_LACK_VALUE.c_str()); in GetKeyAndValueByOpt()
484 resultReceiver_.append(ABILITY_TOOL_HELP_MSG_LACK_VALUE + "\n"); in GetKeyAndValueByOpt()