Home
last modified time | relevance | path

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

/base/update/sys_installer/frameworks/ipc_server/src/
Dmodule_update_service.cpp37 int32_t CreateModuleDirs(const std::string &hmpName) in CreateModuleDirs()
56 bool ClearModuleDirs(const std::string &hmpName) in ClearModuleDirs()
69 std::string hmpName = GetHmpName(file); in BackupFile() local
111 std::string hmpName = GetFileName(realPath); in InstallModulePackage() local
153 int32_t ModuleUpdateService::InstallModuleFile(const std::string &hmpName, const std::string &file)… in InstallModuleFile() argument
204 int32_t ModuleUpdateService::UninstallModulePackage(const std::string &hmpName) in UninstallModulePackage()
231 int32_t ModuleUpdateService::GetModulePackageInfo(const std::string &hmpName, in GetModulePackageInfo()
245 void ModuleUpdateService::CollectModulePackageInfo(const std::string &hmpName, in CollectModulePackageInfo()
304 std::string hmpName = saIdHmpMap_.at(status.saId); in ProcessSaStatus() local
341 void ModuleUpdateService::OnHmpError(const std::string &hmpName) in OnHmpError()
[all …]
Dmodule_update_stub.cpp67 string hmpName = Str16ToStr8(data.ReadString16()); in UninstallModulePackageStub() local
80 string hmpName = Str16ToStr8(data.ReadString16()); in GetModulePackageInfoStub() local
/base/update/sys_installer/interfaces/innerkits/ipc_client/src/
Dmodule_update_kits_impl.cpp108 int32_t ModuleUpdateKitsImpl::UninstallModulePackage(const std::string &hmpName) in UninstallModulePackage()
119 int32_t ModuleUpdateKitsImpl::GetModulePackageInfo(const std::string &hmpName, in GetModulePackageInfo()
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()
/base/update/sys_installer/services/module_update/util/include/
Dmodule_ipc_helper.h47 std::string hmpName; member