Home
last modified time | relevance | path

Searched refs:orderCmd (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/tools/aa/include/
H A Dability_command.h258 bool MatchOrderString(const std::regex &r, const std::string &orderCmd);
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp812 …tyManagerShellCommand::MatchOrderString(const std::regex &regexScript, const std::string &orderCmd) in MatchOrderString() argument
814 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()