Home
last modified time | relevance | path

Searched refs:disallowedList (Results 1 - 2 of 2) sorted by relevance

/base/account/os_account/tools/acm/src/
H A Daccount_command.cpp134 std::string &shortName, OsAccountType &osAccountType, std::vector<std::string> &disallowedList) in ParseCreateCommandOpt()
156 result = RunAsCreateCommandExistentOptionArgument(option, name, shortName, osAccountType, disallowedList); in ParseCreateCommandOpt()
465 std::string &shortName, OsAccountType &type, std::vector<std::string> &disallowedList) in RunAsCreateCommandExistentOptionArgument()
497 result = AnalyzeDisallowedListArgument(disallowedList); in RunAsCreateCommandExistentOptionArgument()
705 static ErrCode GetDisallowedListByPath(const std::string &path, std::vector<std::string> &disallowedList) in GetDisallowedListByPath() argument
720 disallowedList.emplace_back(str); in GetDisallowedListByPath()
726 ErrCode AccountCommand::AnalyzeDisallowedListArgument(std::vector<std::string> &disallowedList) in AnalyzeDisallowedListArgument() argument
729 return GetDisallowedListByPath(listPath, disallowedList); in AnalyzeDisallowedListArgument()
133 ParseCreateCommandOpt(std::string &name, std::string &shortName, OsAccountType &osAccountType, std::vector<std::string> &disallowedList) ParseCreateCommandOpt() argument
464 RunAsCreateCommandExistentOptionArgument(const int &option, std::string &name, std::string &shortName, OsAccountType &type, std::vector<std::string> &disallowedList) RunAsCreateCommandExistentOptionArgument() argument
/base/account/os_account/tools/acm/include/
H A Daccount_command.h129 std::string &shortName, OsAccountType &type, std::vector<std::string> &disallowedList);
141 std::string &shortName, OsAccountType &osAccountType, std::vector<std::string> &disallowedList);
144 ErrCode AnalyzeDisallowedListArgument(std::vector<std::string> &disallowedList);

Completed in 3 milliseconds