Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service_event_handler.cpp102 std::set<PreBundleConfigInfo> installListCapabilities_; variable
613 installListCapabilities_.clear(); in ClearPreInstallCache()
655 dir + INSTALL_LIST_CAPABILITY_CONFIG, installListCapabilities_); in ParsePreBundleProFile()
2575 if (preBundleConfigInfo.bundleName.empty() || installListCapabilities_.empty()) { in GetPreInstallCapability()
2580 auto iter = installListCapabilities_.find(preBundleConfigInfo); in GetPreInstallCapability()
2581 if (iter == installListCapabilities_.end()) { in GetPreInstallCapability()
2627 for (const auto &preBundleConfigInfo : installListCapabilities_) { in UpdateAllPrivilegeCapability()