Home
last modified time | relevance | path

Searched refs:ComponentTableInfo (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/update/sys_installer_lite/interfaces/kits/
H A Dhota_partition.h52 } ComponentTableInfo; typedef
/ohos5.0/base/update/sys_installer_lite/hals/
H A Dhal_hota_board.h135 const ComponentTableInfo *HotaHalGetPartitionInfo(void);
/ohos5.0/base/update/sys_installer_lite/frameworks/source/updater/
H A Dhota_updater.c100 static ComponentTableInfo *g_otaComponents = NULL; /* ota partitions info */
599 g_otaComponents = (ComponentTableInfo *)HotaHalGetPartitionInfo(); in HotaInit()