Searched refs:ModuleUpdateKitsImpl (Results 1 – 2 of 2) sorted by relevance
39 return DelayedRefSingleton<ModuleUpdateKitsImpl>::GetInstance(); in GetInstance()42 ModuleUpdateKitsImpl::ModuleUpdateKitsImpl() {} in ModuleUpdateKitsImpl() function in OHOS::SysInstaller::ModuleUpdateKitsImpl44 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 …]
25 class ModuleUpdateKitsImpl final : public ModuleUpdateKits,26 public DelayedRefSingleton<ModuleUpdateKitsImpl> {27 DECLARE_DELAYED_REF_SINGLETON(ModuleUpdateKitsImpl);29 DISALLOW_COPY_AND_MOVE(ModuleUpdateKitsImpl);