Home
last modified time | relevance | path

Searched refs:UpdateBundleInfo (Results 1 - 13 of 13) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dhmp_bundle_installer.h37 void UpdateBundleInfo(const std::string &bundleName, const std::string &bundleDir, const std::string &hspDir);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dhmp_bundle_installer.cpp269 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 Dbundle_mgr_service_event_handler.cpp2553 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 Dhmpbundleinstaller_fuzzer.cpp40 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 Dgt_bundle_installer.h49 uint8_t UpdateBundleInfo(uint8_t bundleStyle, uint32_t labelId, uint32_t iconId, BundleInfo *bundleInfo,
H A Dbundle_manager_service.h44 bool UpdateBundleInfo(BundleInfo *info);
H A Dbundle_installer.h44 uint8_t UpdateBundleInfo(const char *appId, const BundleRes &bundleRes, BundleInfo *bundleInfo, bool isUpdate,
H A Dgt_bundle_manager_service.h65 bool UpdateBundleInfo(BundleInfo *info);
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dgt_bundle_installer.cpp315 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 Dbundle_installer.cpp239 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 Dbundle_manager_service.cpp584 bool ManagerService::UpdateBundleInfo(BundleInfo *info) in UpdateBundleInfo() function in OHOS::ManagerService
H A Dgt_bundle_manager_service.cpp1085 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 Dbms_bundle_installer_test.cpp6752 installer.UpdateBundleInfo(bundleName, bundleDir, hspDir); in HWTEST_F()

Completed in 38 milliseconds