Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp129 bundleStateStorage_ = std::make_shared<BundleStateStorage>(); in BundleDataMgr()
152 bool bundleStateDbExist = bundleStateStorage_->HasBundleUserInfoJsonDb(); in LoadDataFromPersistentStorage()
195 bundleStateStorage_->SaveBundleStateStorage( in CompatibleOldBundleStateInKvDb()
205 … if (!bundleStateStorage_->LoadAllBundleStateData(bundleStateInfos) || bundleStateInfos.empty()) { in LoadAllBundleStateDataFromJsonDb()
587 bundleStateStorage_->DeleteBundleState(bundleName, userId); in RemoveInnerBundleUserInfo()
4240 bundleStateStorage_->DeleteBundleState(bundleName, requestUserId); in SetApplicationEnabled()
4242 bundleStateStorage_->SaveBundleStateStorage( in SetApplicationEnabled()
4380 bundleStateStorage_->DeleteBundleState(abilityInfo.bundleName, requestUserId); in SetAbilityEnabled()
4382 bundleStateStorage_->SaveBundleStateStorage( in SetAbilityEnabled()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_data_mgr.h1255 std::shared_ptr<BundleStateStorage> bundleStateStorage_; variable