Home
last modified time | relevance | path

Searched refs:GetDataMgr (Results 1 – 25 of 105) sorted by relevance

12345

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/
H A Dbms_data_mgr_test.cpp213 auto dataMgr = GetDataMgr(); in MatchShare()
226 auto dataMgr = GetDataMgr();
242 auto dataMgr = GetDataMgr();
262 auto dataMgr = GetDataMgr();
284 auto dataMgr = GetDataMgr();
304 auto dataMgr = GetDataMgr();
324 auto dataMgr = GetDataMgr();
341 auto dataMgr = GetDataMgr();
358 auto dataMgr = GetDataMgr();
375 auto dataMgr = GetDataMgr();
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_aot_test/
H A Dbms_data_aot_test.cpp478 DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr()->bundleInfos_.emplace(
487 DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr()->bundleInfos_.clear();
526 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr();
554 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr();
740 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr();
879 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr();
981 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr();
1001 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr();
1031 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr();
1061 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr();
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installers_test/
H A Dbms_bundle_installers_test.cpp89 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr();
140 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr();
164 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr();
188 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr();
208 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr();
235 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr();
261 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr();
300 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr();
324 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr();
348 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr();
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dsystem_bundle_installer.cpp70 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in OTAInstallSystemBundle()
101 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in OTAInstallSystemBundleNeedCheckUser()
139 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in UninstallSystemBundle()
165 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in UninstallSystemBundle()
192 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in UninstallSystemBundle()
220 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in UninstallSystemBundle()
237 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in CheckUninstallSystemHsp()
H A Dbundle_multiuser_installer.cpp57 if (GetDataMgr() != ERR_OK) { in InstallExistedApp()
92 if (GetDataMgr() != ERR_OK) { in ProcessBundleInstall()
200 if (GetDataMgr() != ERR_OK) { in CreateDataGroupDir()
243 if (GetDataMgr() != ERR_OK) { in CreateEl5Dir()
268 ErrCode BundleMultiUserInstaller::GetDataMgr() in GetDataMgr() function in OHOS::AppExecFwk::BundleMultiUserInstaller
271 dataMgr_ = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in GetDataMgr()
H A Dbundle_mgr_service_event_handler.cpp296 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in LoadInstallInfosFromDb()
388 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in ScanAndAnalyzeUserDatas()
740 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in CombineBundleInfoAndUserInfo()
779 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in SaveInstallInfoToCache()
1077 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in CreateAppInstallDir()
1094 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in SetAllInstallFlag()
1199 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in InnerProcessCheckAppDataDir()
1235 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in InnerProcessCheckPreinstallData()
1286 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in InnerProcessCheckAppLogDir()
1314 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in InnerProcessCheckAppFileManagerDir()
[all …]
H A Dbundle_event_callback_death_recipient.cpp40 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in OnRemoteDied()
H A Dbundle_status_callback_death_recipient.cpp41 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in OnRemoteDied()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_event_handler_test/
H A Dmock_system_bundle_installer.cpp65 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in OTAInstallSystemBundle()
87 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in UninstallSystemBundle()
115 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in UninstallSystemBundle()
144 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in UninstallSystemBundle()
173 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in UninstallSystemBundle()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bms_extension/
H A Dbms_extension_client.cpp34 auto dataMgr = GetDataMgr(); in QueryLauncherAbility()
75 auto dataMgr = GetDataMgr(); in QueryAbilityInfos()
115 auto dataMgr = GetDataMgr(); in BatchQueryAbilityInfos()
181 auto dataMgr = GetDataMgr(); in GetBundleInfos()
208 auto dataMgr = GetDataMgr(); in GetBundleInfo()
243 auto dataMgr = GetDataMgr(); in BatchGetBundleInfo()
278 auto dataMgr = GetDataMgr(); in ImplicitQueryAbilityInfos()
450 const std::shared_ptr<BundleDataMgr> BmsExtensionClient::GetDataMgr() const in GetDataMgr() function in OHOS::AppExecFwk::BmsExtensionClient
452 return DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in GetDataMgr()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/sandbox_app/
H A Dbundle_sandbox_installer.cpp159 if (GetDataMgr() != ERR_OK) { in UninstallSandboxApp()
305 if (GetDataMgr() != ERR_OK) { in UninstallAllSandboxApps()
343 if (GetDataMgr() != ERR_OK) { in GetInnerBundleInfo()
354 if (GetDataMgr() != ERR_OK) { in GetSandboxDataMgr()
368 ErrCode BundleSandboxInstaller::GetDataMgr() in GetDataMgr() function in OHOS::AppExecFwk::BundleSandboxInstaller
371 dataMgr_ = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in GetDataMgr()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/clone/
H A Dbundle_clone_installer.cpp64 …hared_ptr<BundleDataMgr> dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in InstallCloneApp()
93 …hared_ptr<BundleDataMgr> dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in UninstallCloneApp()
113 if (GetDataMgr() != ERR_OK) { in UninstallAllCloneApps()
152 …hared_ptr<BundleDataMgr> dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in ProcessCloneBundleInstall()
260 if (GetDataMgr() != ERR_OK) { in ProcessCloneBundleUninstall()
354 ErrCode BundleCloneInstaller::GetDataMgr() in GetDataMgr() function in OHOS::AppExecFwk::BundleCloneInstaller
357 dataMgr_ = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in GetDataMgr()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aging/
H A Dbundle_aging_mgr.cpp132 auto dataMgr = OHOS::DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in ResetRequest()
151 auto dataMgr = OHOS::DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in QueryBundleStatsInfoByInterval()
173 auto dataMgr = OHOS::DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in InitAgingRequest()
246 auto dataMgr = OHOS::DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in Start()
H A Drecently_unused_bundle_aging_handler.cpp105 auto dataMgr = OHOS::DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in UpdateUsedTotalDataBytes()
155 auto dataMgr = OHOS::DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in GetCachePath()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_process.cpp50 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in GetAllResourceInfo()
91 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in GetResourceInfoByBundleName()
118 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in GetLauncherResourceInfoByAbilityName()
152 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in GetResourceInfoByColorModeChanged()
341 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in GetLauncherAbilityResourceInfos()
448 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in GetExternalOverlayHapState()
503 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in GetTargetBundleName()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fix_deleter.cpp155 ErrCode QuickFixDeleter::GetDataMgr() in GetDataMgr() function in OHOS::AppExecFwk::QuickFixDeleter
158 dataMgr_ = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in GetDataMgr()
169 if (GetDataMgr() != ERR_OK) { in RemoveDeployingInfo()
H A Dquick_fix_switcher.cpp140 if (GetDataMgr() != ERR_OK) { in InnerSwitchQuickFix()
246 ErrCode QuickFixSwitcher::GetDataMgr() in GetDataMgr() function in OHOS::AppExecFwk::QuickFixSwitcher
249 dataMgr_ = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in GetDataMgr()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_handler.cpp118 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in GetArkProfilePath()
160 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in BuildAOTArgs()
215 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in AOTInternal()
274 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in ClearArkCacheDir()
297 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in ClearArkAp()
339 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in HandleResetAOT()
384 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in HandleCopyAp()
478 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in ResetAOTFlags()
570 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in OTACompileInternal()
767 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in HandleIdle()
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dshared_bundle_installer.cpp77 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in CheckDependency()
153 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in FindDependencyInInstalledBundles()
192 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in GetCallingEventInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dbundle_mgr_service_event_handler.cpp97 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in LoadInstallInfosFromDb()
155 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in ScanAndAnalyzeUserDatas()
278 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in CombineBundleInfoAndUserInfo()
311 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in SaveInstallInfoToCache()
449 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in LoadAllPreInstallBundleInfos()
667 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in ProcessBundleProvisionInfo()
685 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in ProcessSharedBundleProvisionInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_app_service_fwk_installer.cpp125 bundleMgrService_->GetDataMgr()->AddUserId(USERID); in InstallSystemBundle()
188 bundleMgrService_->GetDataMgr()->AddUserId(USERID); in SetUp()
202 return bundleMgrService_->GetDataMgr(); in GetBundleDataMgr()
251 auto dataMgr = bundleMgrService_->GetDataMgr(); in ClearBundleInfo()
278 auto dataMgr = bundleMgrService_->GetDataMgr(); in AddBundleInfo()
291 auto dataMgr = bundleMgrService_->GetDataMgr(); in DeleteBundleInfo()
301 auto dataMgr = bundleMgrService_->GetDataMgr(); in DeletePreBundleInfo()
490 auto dataMgr = bundleMgrService_->GetDataMgr();
632 … appServiceFwkInstaller.dataMgr_ = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr();
1099 installer.dataMgr_ = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr();
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_clone_installer_test/
H A Dbms_bundle_clone_installer_test.cpp96 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in SetInnerBundleInfo()
134 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in DeleteBundle()
164 auto dataMgr = DelayedSingleton<BundleMgrService>::GetInstance()->GetDataMgr(); in SetUserIdToDataMgr()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_uninstaller_test/
H A Dbms_bundle_uninstaller_test.cpp247 auto dataMgt = bundleMgrService_->GetDataMgr(); in ClearBundleInfo()
272 auto dataMgr = bundleMgrService_->GetDataMgr(); in CheckBundleInfoExist()
282 auto dataMgr = bundleMgrService_->GetDataMgr(); in CheckBundleInfoNonExist()
296 return bundleMgrService_->GetDataMgr(); in GetBundleDataMgr()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_def_list_test.cpp162 bundleMgrService_->GetDataMgr()->AddUserId(USERID); in StartBundleService()
169 return bundleMgrService_->GetDataMgr(); in GetBundleDataMgr()
H A Dbms_bundle_permission_start_full_test.cpp149 bundleMgrService_->GetDataMgr()->AddUserId(USERID); in StartBundleService()
156 return bundleMgrService_->GetDataMgr(); in GetBundleDataMgr()

12345