Home
last modified time | relevance | path

Searched refs:moduleUpdate (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/update/sys_installer/interfaces/innerkits/ipc_client/src/
H A Dmodule_update_kits_impl.cpp103 auto moduleUpdate = GetService(); in InstallModulePackage() local
104 if (moduleUpdate == nullptr) { in InstallModulePackage()
114 auto moduleUpdate = GetService(); in UninstallModulePackage() local
115 if (moduleUpdate == nullptr) { in UninstallModulePackage()
126 auto moduleUpdate = GetService(); in GetModulePackageInfo() local
127 if (moduleUpdate == nullptr) { in GetModulePackageInfo()
137 auto moduleUpdate = GetService(); in ExitModuleUpdate() local
138 if (moduleUpdate == nullptr) { in ExitModuleUpdate()
201 if (moduleUpdate == nullptr) { in GetHmpVersionInfo()
219 if (moduleUpdate == nullptr) { in StartUpdateHmpPackage()
[all …]
/ohos5.0/base/update/sys_installer/frameworks/ipc_server/src/
H A Dmodule_update_service.cpp182 SysInstaller::ModuleUpdateMain& moduleUpdate = SysInstaller::ModuleUpdateMain::GetInstance(); in OnStart() local
183 moduleUpdate.ScanPreInstalledHmp(); in OnStart()
192 moduleUpdate.Start(); in OnStart()
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/common/include/
H A Dsa_profiles.h122 bool moduleUpdate = false; member
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_mgr_util_test.cpp346 saprofile.moduleUpdate = true;
H A Dsystem_ability_mgr_new_test.cpp1118 saprofile.moduleUpdate = true;
/ohos5.0/foundation/systemabilitymgr/samgr/services/common/src/
H A Dparse_util.cpp393 GetBoolFromJson(systemAbilityJson, SA_TAG_MODULE_UPDATE, saProfile.moduleUpdate); in ParseSystemAbilityGetSaExtInfo()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager.cpp1339 return saProfile.moduleUpdate; in IsModuleUpdate()