Searched refs:allowAbilityList_ (Results 1 – 2 of 2) sorted by relevance
265 SplitStr(optarg, ",", allowAbilityList_); in SetAllowAbilityList()266 ErrCode result = CheckAbilityArgumentList(allowAbilityList_); in SetAllowAbilityList()269 DelRepeatArguments(allowAbilityList_); in SetAllowAbilityList()270 if (allowAbilityList_.size() > 0) { in SetAllowAbilityList()293 std::set<std::string> m(allowAbilityList_.begin(), allowAbilityList_.end()); in CheckAbilityNameList()350 allowAbilityList = allowAbilityList_; in GetAllowAbilityList()
314 std::vector<std::string> allowAbilityList_; variable