Searched refs:bundleStateStorage_ (Results 1 – 2 of 2) sorted by relevance
129 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()
1255 std::shared_ptr<BundleStateStorage> bundleStateStorage_; variable