Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_data_mgr.h1259 std::set<std::string> appServiceHspBundleName_; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp2889 for (const std::string &hspName : appServiceHspBundleName_) { in GetBaseSharedBundleInfos()
3911 if (appServiceHspBundleName_.find(bundleName) != appServiceHspBundleName_.end()) { in DeleteBundleInfo()
3912 appServiceHspBundleName_.erase(bundleName); in DeleteBundleInfo()
8026 appServiceHspBundleName_.insert(bundleName); in AddAppHspBundleName()