Lines Matching defs:pb
74 {"pb", required_argument, nullptr, OPTION_PARAMETER_BOOL},
910 ErrCode AbilityManagerShellCommand::ParseParam(ParametersBool& pb)
928 pb[key] = value;
947 void AbilityManagerShellCommand::SetParams(const ParametersBool& pb, Want& want)
949 for (auto it = pb.begin(); it != pb.end(); it++) {
1439 // 'aa start --pb' with no argument
1440 TAG_LOGI(AAFwkTag::AA_TOOL, "'aa %{public}s -pb' no arg", cmd_.c_str());
1664 // 'aa start --pb xxx'
1666 resultReceiver_.append("invalid number of parameters for option --pb\n");