/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | hmp_bundle_installer.h | 37 void UpdateBundleInfo(const std::string &bundleName, const std::string &bundleDir, const std::string &hspDir);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | hmp_bundle_installer.cpp | 269 void HmpBundleInstaller::UpdateBundleInfo(const std::string &bundleName, in UpdateBundleInfo() function in OHOS::AppExecFwk::HmpBundleInstaller 411 UpdateBundleInfo(bundleName, bundleDir, hspDir); in UpdateBundleInfoForHmp() 417 UpdateBundleInfo(bundleName, "", hspDir); in UpdateBundleInfoForHmp()
|
H A D | bundle_mgr_service_event_handler.cpp | 2553 installer->UpdateBundleInfo(item.second.bundleName, item.second.bundleDir, item.second.hspDir); in HandleHmpUninstall()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/hmpbundleinstaller_fuzzer/ |
H A D | hmpbundleinstaller_fuzzer.cpp | 40 hmpBundleInstaller.UpdateBundleInfo(std::string(data, size), std::string(data, size), std::string(data, size)); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | gt_bundle_installer.h | 49 uint8_t UpdateBundleInfo(uint8_t bundleStyle, uint32_t labelId, uint32_t iconId, BundleInfo *bundleInfo,
|
H A D | bundle_manager_service.h | 44 bool UpdateBundleInfo(BundleInfo *info);
|
H A D | bundle_installer.h | 44 uint8_t UpdateBundleInfo(const char *appId, const BundleRes &bundleRes, BundleInfo *bundleInfo, bool isUpdate,
|
H A D | gt_bundle_manager_service.h | 65 bool UpdateBundleInfo(BundleInfo *info);
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | gt_bundle_installer.cpp | 315 errorCode = UpdateBundleInfo(bundleStyle, labelId, iconId, bundleInfo, isUpdate); in ProcessBundleInstall() 521 uint8_t GtBundleInstaller::UpdateBundleInfo(uint8_t bundleStyle, uint32_t labelId, uint32_t iconId, in UpdateBundleInfo() function in OHOS::GtBundleInstaller 551 if (!GtManagerService::GetInstance().UpdateBundleInfo(bundleInfo)) { in UpdateBundleInfo()
|
H A D | bundle_installer.cpp | 239 errorCode = UpdateBundleInfo(installRecord.appId, bundleRes, bundleInfo, isUpdate, hapType); in ProcessBundleInstall() 393 uint8_t BundleInstaller::UpdateBundleInfo(const char *appId, const BundleRes &bundleRes, BundleInfo *bundleInfo, in UpdateBundleInfo() function in OHOS::BundleInstaller 419 if (!ManagerService::GetInstance().UpdateBundleInfo(bundleInfo)) { in UpdateBundleInfo()
|
H A D | bundle_manager_service.cpp | 584 bool ManagerService::UpdateBundleInfo(BundleInfo *info) in UpdateBundleInfo() function in OHOS::ManagerService
|
H A D | gt_bundle_manager_service.cpp | 1085 bool GtManagerService::UpdateBundleInfo(BundleInfo *info) in UpdateBundleInfo() function in OHOS::GtManagerService
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_test.cpp | 6752 installer.UpdateBundleInfo(bundleName, bundleDir, hspDir); in HWTEST_F()
|