Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/tools/aa/include/
H A Dability_command.h227 …bool ParseAppDebugParameter(std::string &bundleName, bool &isPersist, bool &isCancel, bool &isGet);
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp693 bool AbilityManagerShellCommand::ParseAppDebugParameter( in ParseAppDebugParameter() function in OHOS::AAFwk::AbilityManagerShellCommand
755 if (!ParseAppDebugParameter(bundleName, isPersist, isCancel, isGet)) { in RunAsAppDebugDebugCommand()