Lines Matching defs:index
94 * @tc.name : Obtains the index of the A or B partition to be upgraded
100 unsigned int index = 0;
101 ret = HotaGetUpdateIndex(&index);
102 printf("index = %d\r\n, get index return = %d\r\n", index, ret);
128 unsigned int index = 0;
129 ret = HotaGetUpdateIndex(&index);
130 printf("index = %d, get index return = %d\r\n", index, ret);
148 unsigned int index = 0;
151 HotaGetUpdateIndex(&index);