Home
last modified time | relevance | path

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

/ohos5.0/base/update/sys_installer/interfaces/innerkits/ipc_client/src/
H A Dmodule_update_proxy.cpp27 int32_t ModuleUpdateProxy::InstallModulePackage(const std::string &pkgPath) in InstallModulePackage()
55 int32_t ModuleUpdateProxy::UninstallModulePackage(const std::string &hmpName) in UninstallModulePackage()
83 int32_t ModuleUpdateProxy::GetModulePackageInfo(const std::string &hmpName, in GetModulePackageInfo()
113 int32_t ModuleUpdateProxy::ExitModuleUpdate() in ExitModuleUpdate()
140 std::vector<HmpVersionInfo> ModuleUpdateProxy::GetHmpVersionInfo() in GetHmpVersionInfo()
175 int32_t ModuleUpdateProxy::StartUpdateHmpPackage(const std::string &path, in StartUpdateHmpPackage()
213 std::vector<HmpUpdateInfo> ModuleUpdateProxy::GetHmpUpdateResult() in GetHmpUpdateResult()
/ohos5.0/base/update/sys_installer/interfaces/innerkits/ipc_client/include/
H A Dmodule_update_proxy.h24 class ModuleUpdateProxy : public IRemoteProxy<IModuleUpdate> {
26 … explicit ModuleUpdateProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IModuleUpdate>(impl) {} in ModuleUpdateProxy() function
39 static inline BrokerDelegator<ModuleUpdateProxy> delegator_;