Home
last modified time | relevance | path

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

/ohos5.0/base/update/sys_installer/interfaces/innerkits/ipc_client/src/
H A Dmodule_update_kits_impl.cpp39 return DelayedRefSingleton<ModuleUpdateKitsImpl>::GetInstance(); in GetInstance()
42 ModuleUpdateKitsImpl::ModuleUpdateKitsImpl() {} in ModuleUpdateKitsImpl() function in OHOS::SysInstaller::ModuleUpdateKitsImpl
44 ModuleUpdateKitsImpl::~ModuleUpdateKitsImpl() {} in ~ModuleUpdateKitsImpl()
60 sptr<IModuleUpdate> ModuleUpdateKitsImpl::GetService() in GetService()
134 int32_t ModuleUpdateKitsImpl::ExitModuleUpdate() in ExitModuleUpdate()
148 int32_t ModuleUpdateKitsImpl::Init() in Init()
177 int32_t ModuleUpdateKitsImpl::InitModuleUpdate() in InitModuleUpdate()
196 std::vector<HmpVersionInfo> ModuleUpdateKitsImpl::GetHmpVersionInfo() in GetHmpVersionInfo()
232 std::vector<HmpUpdateInfo> ModuleUpdateKitsImpl::GetHmpUpdateResult() in GetHmpUpdateResult()
245 void ModuleUpdateKitsImpl::LoadServiceSuccess() in LoadServiceSuccess()
[all …]
/ohos5.0/base/update/sys_installer/interfaces/innerkits/ipc_client/include/
H A Dmodule_update_kits_impl.h25 class ModuleUpdateKitsImpl final : public ModuleUpdateKits,
26 public DelayedRefSingleton<ModuleUpdateKitsImpl> {
27 DECLARE_DELAYED_REF_SINGLETON(ModuleUpdateKitsImpl);
29 DISALLOW_COPY_AND_MOVE(ModuleUpdateKitsImpl);