Searched refs:allowedAcls_ (Results 1 – 4 of 4) sorted by relevance
150 this->allowedAcls_ = info.allowedAcls_; in operator =()255 jsonObject[ALLOWED_ACLS] = allowedAcls_; in ToJson()801 allowedAcls_, in FromJson()
244 std::vector<std::string> allowedAcls_; variable
1454 allowedAcls_.clear(); in SetAllowedAcls()1457 allowedAcls_.emplace_back(acl); in SetAllowedAcls()1464 return allowedAcls_; in GetAllowedAcls()2259 std::vector<std::string> allowedAcls_; variable
293 this->allowedAcls_ = info.allowedAcls_; in operator =()466 jsonObject[ALLOWED_ACLS] = allowedAcls_; in ToJson()1286 allowedAcls_, in FromJson()4291 …if (!acl.empty() && (std::find(allowedAcls_.begin(), allowedAcls_.end(), acl) == allowedAcls_.end(… in AddAllowedAcls()4292 allowedAcls_.emplace_back(acl); in AddAllowedAcls()