Home
last modified time | relevance | path

Searched refs:allowedAcls_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dinner_bundle_info.cpp150 this->allowedAcls_ = info.allowedAcls_; in operator =()
255 jsonObject[ALLOWED_ACLS] = allowedAcls_; in ToJson()
801 allowedAcls_, in FromJson()
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/bundle_parser/
H A Dinner_bundle_info.h244 std::vector<std::string> allowedAcls_; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h1454 allowedAcls_.clear(); in SetAllowedAcls()
1457 allowedAcls_.emplace_back(acl); in SetAllowedAcls()
1464 return allowedAcls_; in GetAllowedAcls()
2259 std::vector<std::string> allowedAcls_; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinner_bundle_info.cpp293 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()