Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Dbundle_mgr_proxy.cpp71 auto it = bundleCache_.Find(bundleKey); in GetBundleInfoFromBMS()
114 bundleCache_.Insert(bundleKey, bundle); in GetBundleInfoFromBMS()
140bundleCache_.Erase(bundleName + std::to_string(userId) + "appIndex" + std::to_string(appIndex)); in Delete()
142 bundleCache_.Erase(bundleName + std::to_string(userId)); in Delete()
H A Dbundle_mgr_proxy.h97 ConcurrentMap<std::string, BundleConfig> bundleCache_; variable