Lines Matching refs:AbilityManagerShellCommand
150 AbilityManagerShellCommand::AbilityManagerShellCommand(int argc, char* argv[]) : ShellCommand(argc, argv, TOOL_NAME)
157 ErrCode AbilityManagerShellCommand::CreateCommandMap()
182 ErrCode AbilityManagerShellCommand::CreateMessageMap()
221 ErrCode AbilityManagerShellCommand::init()
226 ErrCode AbilityManagerShellCommand::RunAsHelpCommand()
233 ErrCode AbilityManagerShellCommand::RunAsStartAbility()
267 ErrCode AbilityManagerShellCommand::RunAsStopService()
294 ErrCode AbilityManagerShellCommand::RunAsDumpsysCommand()
525 ErrCode AbilityManagerShellCommand::RunAsForceStop()
579 Reason AbilityManagerShellCommand::CovertExitReason(std::string& reasonStr)
606 pid_t AbilityManagerShellCommand::ConvertPid(std::string& inputPid)
617 ErrCode AbilityManagerShellCommand::RunAsAttachDebugCommand()
638 ErrCode AbilityManagerShellCommand::RunAsDetachDebugCommand()
659 bool AbilityManagerShellCommand::SwitchOptionForAppDebug(
694 bool AbilityManagerShellCommand::ParseAppDebugParameter(
742 ErrCode AbilityManagerShellCommand::RunAsAppDebugDebugCommand()
790 ErrCode AbilityManagerShellCommand::RunAsProcessCommand()
813 bool AbilityManagerShellCommand::MatchOrderString(const std::regex ®exScript, const std::string &orderCmd)
830 bool AbilityManagerShellCommand::CheckPerfCmdString(
868 bool AbilityManagerShellCommand::CheckParameters(int extraArguments)
881 ErrCode AbilityManagerShellCommand::ParseParam(ParametersInteger& pi)
897 ErrCode AbilityManagerShellCommand::ParseParam(ParametersString& ps, bool isNull = false)
910 ErrCode AbilityManagerShellCommand::ParseParam(ParametersBool& pb)
933 void AbilityManagerShellCommand::SetParams(const ParametersInteger& pi, Want& want)
940 void AbilityManagerShellCommand::SetParams(const ParametersString& ps, Want& want)
947 void AbilityManagerShellCommand::SetParams(const ParametersBool& pb, Want& want)
960 ErrCode AbilityManagerShellCommand::MakeWantForProcess(Want& want)
1176 void AbilityManagerShellCommand::ParseBundleName(std::string &bundleName)
1227 ErrCode AbilityManagerShellCommand::RunForceTimeoutForTest()
1259 ErrCode AbilityManagerShellCommand::MakeWantFromCmd(Want& want, std::string& windowMode)
1889 ErrCode AbilityManagerShellCommand::RunAsTestCommand()
1938 bool AbilityManagerShellCommand::IsTestCommandIntegrity(const std::map<std::string, std::string>& params)
1953 ErrCode AbilityManagerShellCommand::TestCommandError(const std::string& info)
1960 ErrCode AbilityManagerShellCommand::StartUserTest(const std::map<std::string, std::string>& params)
2008 sptr<IAbilityManager> AbilityManagerShellCommand::GetAbilityManagerService()
2020 ErrCode AbilityManagerShellCommand::RunAsSendAppNotRespondingWithUnknownOption()
2043 ErrCode AbilityManagerShellCommand::RunAsSendAppNotRespondingWithOption(int32_t option, std::string& pid)
2097 ErrCode AbilityManagerShellCommand::RunAsForceExitAppCommand()
2202 ErrCode AbilityManagerShellCommand::RunAsNotifyAppFaultCommand()