Searched refs:disallowedList (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/account/os_account/tools/acm/src/ |
H A D | account_command.cpp | 134 std::string &shortName, OsAccountType &osAccountType, std::vector<std::string> &disallowedList) in ParseCreateCommandOpt() argument 156 …= RunAsCreateCommandExistentOptionArgument(option, name, shortName, osAccountType, disallowedList); in ParseCreateCommandOpt() 465 std::string &shortName, OsAccountType &type, std::vector<std::string> &disallowedList) in RunAsCreateCommandExistentOptionArgument() argument 497 result = AnalyzeDisallowedListArgument(disallowedList); in RunAsCreateCommandExistentOptionArgument() 705 … 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()
|
/ohos5.0/base/account/os_account/tools/acm/include/ |
H A D | account_command.h | 129 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);
|