Home
last modified time | relevance | path

Searched refs:HotaRead (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/update/sys_installer_lite/interfaces/kits/
H A Dhota_updater.h146 int HotaRead(unsigned int offset, unsigned int bufLen, unsigned char *buf);
/ohos5.0/base/update/sys_installer_lite/frameworks/test/unittest/common/src/
H A Dota_test.cpp180 (void)HotaRead(0, 0, NULL); in HotaInterfaceTest()
248 if (HotaRead(offset, READ_BUF_LEN, reinterpret_cast<unsigned char *>(g_readBuf)) != 0) { in HotaReadTest()
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-ota-guide.md410 4. 写入完成后,调用HotaRead接口读取数据,厂商可以自行校验升级包。
470 if (HotaRead(offset, READ_BUF_LEN, (unsigned char *)g_readBuf) != 0) {
/ohos5.0/base/update/sys_installer_lite/frameworks/source/updater/
H A Dhota_updater.c605 int HotaRead(unsigned int offset, unsigned int bufLen, unsigned char *buf) in HotaRead() function
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-ota-guide.md410 4. Call the **HotaRead** function to read data. Vendors can choose whether to verify the data.
470 if (HotaRead(offset, READ_BUF_LEN, (unsigned char *)g_readBuf) != 0) {