Lines Matching defs:param
711 ErrCode BundleManagerShellCommand::GetBundlePath(const std::string& param,
714 if (param.empty()) {
717 if (param == "-r" || param == "--replace" || param == "-p" ||
718 param == "--bundle-path" || param == "-u" || param == "--user-id" ||
719 param == "-w" || param == "--waitting-time") {
722 bundlePaths.emplace_back(param);
2119 APP_LOGE("install param error");