Home
last modified time | relevance | path

Searched defs:updateService (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/update/updateservice/interfaces/inner_api/engine/src/
H A Dupdate_service_kits_impl.cpp39 auto updateService = GetService(); in RegisterUpdateCallback() local
56 auto updateService = GetService(); in UnregisterUpdateCallback() local
72 auto updateService = GetService(); in CheckNewVersion() local
83 auto updateService = GetService(); in Download() local
94 auto updateService = GetService(); in PauseDownload() local
105 auto updateService = GetService(); in ResumeDownload() local
116 auto updateService = GetService(); in Upgrade() local
127 auto updateService = GetService(); in ClearError() local
137 auto updateService = GetService(); in TerminateUpgrade() local
148 auto updateService = GetService(); in GetNewVersionInfo() local
[all …]
/ohos5.0/base/update/sys_installer/interfaces/innerkits/ipc_client/src/
H A Dsys_installer_kits_impl.cpp141 auto updateService = GetService(); in SysInstallerInit() local
153 auto updateService = GetService(); in StartUpdatePackageZip() local
171 auto updateService = GetService(); in SetUpdateCallback() local
187 auto updateService = GetService(); in GetUpdateStatus() local
199 auto updateService = GetService(); in StartUpdateParaZip() local
215 auto updateService = GetService(); in StartDeleteParaZip() local
232 auto updateService = GetService(); in AccDecompressAndVerifyPkg() local
248 auto updateService = GetService(); in AccDeleteDir() local
H A Dmodule_update_kits_impl.cpp187 auto updateService = GetService(); in InitModuleUpdate() local
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/test/unittest/sample_driver/
H A Dsample_hdi.h60 int32_t (*updateService)(struct HdfDeviceObject *device, const char *info); member