Searched refs:orderCmd (Results 1 – 2 of 2) sorted by relevance
258 bool MatchOrderString(const std::regex &r, const std::string &orderCmd);
812 …tyManagerShellCommand::MatchOrderString(const std::regex ®exScript, const std::string &orderCmd) in MatchOrderString() argument814 TAG_LOGD(AAFwkTag::AA_TOOL, "orderCmd: %{public}s", orderCmd.c_str()); in MatchOrderString()815 if (orderCmd.empty()) { in MatchOrderString()821 if (!std::regex_match(orderCmd, matchResults, regexScript)) { in MatchOrderString()