D | wukong_util.cpp | 235 ErrCode WuKongUtil::SetAllowList(const std::string &optarg) in SetAllowList() argument 237 SplitStr(optarg, ",", allowList_); in SetAllowList() 263 ErrCode WuKongUtil::SetAllowAbilityList(const std::string &optarg) in SetAllowAbilityList() argument 265 SplitStr(optarg, ",", allowAbilityList_); in SetAllowAbilityList() 277 ErrCode WuKongUtil::SetBlockAbilityList(const std::string &optarg) in SetBlockAbilityList() argument 279 SplitStr(optarg, ",", blockAbilityList_); in SetBlockAbilityList() 304 ErrCode WuKongUtil::SetBlockList(const std::string &optarg) in SetBlockList() argument 306 SplitStr(optarg, ",", blockList_); in SetBlockList() 318 ErrCode WuKongUtil::SetBlockPageList(const std::string &optarg) in SetBlockPageList() argument 322 SplitStr(optarg, ",", temp); in SetBlockPageList() [all …]
|