Home
last modified time | relevance | path

Searched refs:RunAsStartAbility (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/tools/aa/include/
H A Dability_tool_command.h37 ErrCode RunAsStartAbility();
H A Dability_command.h222 ErrCode RunAsStartAbility();
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_tool_command.cpp119 {"start", [this]() { return this->RunAsStartAbility(); }}, in CreateCommandMap()
148 ErrCode AbilityToolCommand::RunAsStartAbility() in RunAsStartAbility() function in OHOS::AAFwk::AbilityToolCommand
H A Dability_command.cpp161 {"start", [this]() { return this->RunAsStartAbility(); }}, in CreateCommandMap()
232 ErrCode AbilityManagerShellCommand::RunAsStartAbility() in RunAsStartAbility() function in OHOS::AAFwk::AbilityManagerShellCommand
/ohos5.0/foundation/ability/ability_runtime/tools/test/unittest/ability_tool/
H A Dability_tool_test.cpp612 EXPECT_EQ(cmd.RunAsStartAbility(), OHOS::ERR_OK);