Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_tool_command.cpp109 aaShellCmd_ = std::make_shared<AbilityManagerShellCommand>(argc, argv); in AbilityToolCommand()
110 if (aaShellCmd_.get() == nullptr) { in AbilityToolCommand()
130 if (aaShellCmd_.get() == nullptr) { in CreateMessageMap()
134 return aaShellCmd_.get()->CreateMessageMap(); in CreateMessageMap()
228 if (aaShellCmd_.get() == nullptr) { in RunAsTestCommand()
233 if (!aaShellCmd_.get()->IsTestCommandIntegrity(params)) { in RunAsTestCommand()
239 return aaShellCmd_.get()->StartUserTest(params); in RunAsTestCommand()
/ohos5.0/foundation/ability/ability_runtime/tools/aa/include/
H A Dability_tool_command.h47 std::shared_ptr<AbilityManagerShellCommand> aaShellCmd_; variable