Lines Matching defs:ps
73 {"ps", required_argument, nullptr, OPTION_PARAMETER_STRING},
897 ErrCode AbilityManagerShellCommand::ParseParam(ParametersString& ps, bool isNull = false)
904 ps[key] = value;
940 void AbilityManagerShellCommand::SetParams(const ParametersString& ps, Want& want)
942 for (auto it = ps.begin(); it != ps.end(); it++) {
1428 // 'aa start --ps' with no argument
1429 TAG_LOGI(AAFwkTag::AA_TOOL, "'aa %{public}s --ps' no arg", cmd_.c_str());
1649 // 'aa start --ps xxx'
1651 resultReceiver_.append("invalid number of parameters for option --ps\n");