/ohos5.0/base/update/sys_installer/services/module_update/src/ |
H A D | module_update_task.cpp | 26 std::string hmpName = task.GetHmpName(); in TaskCallback() local 36 ModuleUpdateTask::ModuleUpdateTask(const std::string &hmpName) in ModuleUpdateTask() 41 void ModuleUpdateTask::SetHmpName(const std::string &hmpName) in SetHmpName() 66 bool ModuleUpdateTaskManager::AddTask(const std::string &hmpName) in AddTask()
|
H A D | module_file_repository.cpp | 39 void ModuleFileRepository::InitRepository(const string &hmpName, const Timer &timer) in InitRepository() 53 void ModuleFileRepository::SaveInstallerResult(const std::string &path, const std::string &hmpName, in SaveInstallerResult() 85 void ModuleFileRepository::ProcessFile(const string &hmpName, const string &path, const string &fil… in ProcessFile()
|
H A D | module_update.cpp | 122 bool ModuleUpdate::RemoveMountPoint(const string &hmpName) in RemoveMountPoint() 155 std::unique_ptr<ModuleFile> ModuleUpdate::GetLatestUpdateModulePackage(const string &hmpName) in GetLatestUpdateModulePackage() 264 std::string hmpName = GetHmpName(file); in CheckModuleUpdate() local 280 for (auto &hmpName : hmpNameSet) { in CheckModuleUpdate() local
|
/ohos5.0/base/update/sys_installer/services/module_update/service/src/ |
H A D | module_update_consumer.cpp | 50 void ModuleUpdateConsumer::DoRevert(const std::string &hmpName, int32_t saId) in DoRevert() 61 void ModuleUpdateConsumer::DoUnload(const std::string &hmpName, int32_t saId) in DoUnload() 102 std::string hmpName = it->second; in Run() local
|
H A D | module_update_main.cpp | 58 int32_t CreateModuleDirs(const std::string &hmpName) in CreateModuleDirs() 92 std::string hmpName = GetHmpName(file); in BackupFile() local 213 int32_t ModuleUpdateMain::CheckHmpName(const std::string &hmpName) in CheckHmpName() 234 std::string hmpName = GetFileName(pkgPath); in ReallyInstallModulePackage() local 319 int32_t ModuleUpdateMain::InstallModuleFile(const std::string &hmpName, const std::string &file, in InstallModuleFile() 353 int32_t ModuleUpdateMain::UninstallModulePackage(const std::string &hmpName) in UninstallModulePackage() 380 int32_t ModuleUpdateMain::GetModulePackageInfo(const std::string &hmpName, in GetModulePackageInfo() 396 void ModuleUpdateMain::CollectModulePackageInfo(const std::string &hmpName, in CollectModulePackageInfo() 602 std::string hmpName = GetHmpName(file); in ScanPreInstalledHmp() local
|
H A D | module_update_producer.cpp | 84 for (const auto &hmpName : hmpNameSet_) { in AddAbnormalApp() local
|
/ohos5.0/base/update/sys_installer/frameworks/ipc_server/src/ |
H A D | module_update_service.cpp | 71 int32_t ModuleUpdateService::UninstallModulePackage(const std::string &hmpName) in UninstallModulePackage() 77 int32_t ModuleUpdateService::GetModulePackageInfo(const std::string &hmpName, in GetModulePackageInfo()
|
H A D | module_update_stub.cpp | 81 string hmpName = Str16ToStr8(data.ReadString16()); in UninstallModulePackageStub() local 94 string hmpName = Str16ToStr8(data.ReadString16()); in GetModulePackageInfoStub() local
|
/ohos5.0/base/update/sys_installer/interfaces/innerkits/ipc_client/src/ |
H A D | module_update_kits_impl.cpp | 111 int32_t ModuleUpdateKitsImpl::UninstallModulePackage(const std::string &hmpName) in UninstallModulePackage() 122 int32_t ModuleUpdateKitsImpl::GetModulePackageInfo(const std::string &hmpName, in GetModulePackageInfo()
|
H A D | module_update_proxy.cpp | 55 int32_t ModuleUpdateProxy::UninstallModulePackage(const std::string &hmpName) in UninstallModulePackage() 83 int32_t ModuleUpdateProxy::GetModulePackageInfo(const std::string &hmpName, in GetModulePackageInfo()
|
/ohos5.0/base/update/sys_installer/services/module_update/util/include/ |
H A D | module_ipc_helper.h | 30 std::string hmpName; member
|
H A D | module_file.h | 77 std::string hmpName; member
|
/ohos5.0/base/update/sys_installer/services/module_update/util/src/ |
H A D | module_utils.cpp | 209 void Revert(const std::string &hmpName, bool reboot) in Revert() 299 bool IsHotHmpPackage(const std::string &hmpName) in IsHotHmpPackage()
|