Searched refs:HotaRead (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/update/sys_installer_lite/interfaces/kits/ |
H A D | hota_updater.h | 146 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 D | ota_test.cpp | 180 (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 D | subsys-ota-guide.md | 410 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 D | hota_updater.c | 605 int HotaRead(unsigned int offset, unsigned int bufLen, unsigned char *buf) in HotaRead() function
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-ota-guide.md | 410 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) {
|