Searched refs:ReloadBundleInfo (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | bundle_manager_service.h | 73 …void ReloadBundleInfo(const char *codePath, const char *appId, const char *bundleName, bool isSyst…
|
H A D | gt_bundle_manager_service.h | 92 bool ReloadBundleInfo(const char *profileDir, const char *appId, bool isSystemApp);
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | bundle_manager_service.cpp | 472 ReloadBundleInfo(codePath, appId, bundleName, isSystemApp); in ReloadEntireBundleInfo() 487 ReloadBundleInfo(codePath, appId, bundleName, isSystemApp); in ReloadEntireBundleInfo() 492 void ManagerService::ReloadBundleInfo(const char *codePath, const char *appId, const char *bundleNa… in ReloadBundleInfo() function in OHOS::ManagerService
|
H A D | gt_bundle_manager_service.cpp | 462 (void) ReloadBundleInfo(toBeInstalledApp->installedPath, toBeInstalledApp->appId, in InstallPreBundle() 774 bool ret = ReloadBundleInfo(codePath, appId, isSystemApp); in ReloadEntireBundleInfo() 802 bool GtManagerService::ReloadBundleInfo(const char *profileDir, const char *appId, bool isSystemApp) in ReloadBundleInfo() function in OHOS::GtManagerService
|