Home
last modified time | relevance | path

Searched defs:hmpName (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/base/update/sys_installer/services/module_update/src/
H A Dmodule_update_task.cpp26 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 Dmodule_file_repository.cpp39 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 Dmodule_update.cpp122 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 Dmodule_update_consumer.cpp50 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 Dmodule_update_main.cpp58 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 Dmodule_update_producer.cpp84 for (const auto &hmpName : hmpNameSet_) { in AddAbnormalApp() local
/ohos5.0/base/update/sys_installer/frameworks/ipc_server/src/
H A Dmodule_update_service.cpp71 int32_t ModuleUpdateService::UninstallModulePackage(const std::string &hmpName) in UninstallModulePackage()
77 int32_t ModuleUpdateService::GetModulePackageInfo(const std::string &hmpName, in GetModulePackageInfo()
H A Dmodule_update_stub.cpp81 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 Dmodule_update_kits_impl.cpp111 int32_t ModuleUpdateKitsImpl::UninstallModulePackage(const std::string &hmpName) in UninstallModulePackage()
122 int32_t ModuleUpdateKitsImpl::GetModulePackageInfo(const std::string &hmpName, in GetModulePackageInfo()
H A Dmodule_update_proxy.cpp55 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 Dmodule_ipc_helper.h30 std::string hmpName; member
H A Dmodule_file.h77 std::string hmpName; member
/ohos5.0/base/update/sys_installer/services/module_update/util/src/
H A Dmodule_utils.cpp209 void Revert(const std::string &hmpName, bool reboot) in Revert()
299 bool IsHotHmpPackage(const std::string &hmpName) in IsHotHmpPackage()