Home
last modified time | relevance | path

Searched refs:InstallModuleFile (Results 1 – 2 of 2) sorted by relevance

/base/update/sys_installer/frameworks/ipc_server/include/
Dmodule_update_service.h56 int32_t InstallModuleFile(const std::string &hmpName, const std::string &file) const;
/base/update/sys_installer/frameworks/ipc_server/src/
Dmodule_update_service.cpp165 ret = InstallModuleFile(hmpName, file); in ReallyInstallModulePackage()
184 int32_t ModuleUpdateService::InstallModuleFile(const std::string &hmpName, const std::string &file)… in InstallModuleFile() function in OHOS::SysInstaller::ModuleUpdateService