Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/tools/test/unittest/ability_tool/
H A Dability_tool_test.cpp43 const std::string ABILITY_TOOL_HELP_MSG_START = variable
175 ABILITY_TOOL_HELP_MSG_START);
194 ABILITY_TOOL_HELP_MSG_START);
213 ABILITY_TOOL_HELP_MSG_START);
232 ABILITY_TOOL_HELP_MSG_START);
256 ABILITY_TOOL_HELP_MSG_START);
280 EXPECT_NE(cmd.ExecCommand().find(ABILITY_TOOL_HELP_MSG_START), string::npos);
632 ABILITY_TOOL_HELP_MSG_NO_BUNDLE_NAME_OPTION + "\n" + ABILITY_TOOL_HELP_MSG_START);
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_tool_command.cpp43 const std::string ABILITY_TOOL_HELP_MSG_START = variable
155 resultReceiver_.append(ABILITY_TOOL_HELP_MSG_START); in RunAsStartAbility()