Lines Matching refs:ChppWwanCellInfo
92 const ChppWwanCellInfo *chppIn) { in compareCellInfo()
94 ChppWwanCellInfo chppLocal; in compareCellInfo()
95 memcpy(&chppLocal, chppIn, sizeof(ChppWwanCellInfo)); in compareCellInfo()
96 const ChppWwanCellInfo *chpp = &chppLocal; in compareCellInfo()
258 sizeof(ChppWwanCellInfo)); in TEST()
264 EXPECT_EQ(chpp->cells.length, sizeof(ChppWwanCellInfo)); in TEST()
266 ChppWwanCellInfo *chppCell = in TEST()
267 (ChppWwanCellInfo *)((uint8_t *)chpp + chpp->cells.offset); in TEST()
283 ChppWwanCellInfo *chppCell = in TEST()
284 (ChppWwanCellInfo *)((uint8_t *)chpp + chpp->cells.offset); in TEST()
322 2 * sizeof(ChppWwanCellInfo)); in TEST()
328 EXPECT_EQ(chpp->cells.length, 2 * sizeof(ChppWwanCellInfo)); in TEST()
330 ChppWwanCellInfo *chppCells = in TEST()
331 (ChppWwanCellInfo *)((uint8_t *)chpp + chpp->cells.offset); in TEST()
359 ChppWwanCellInfo *chppCells = in TEST()
360 (ChppWwanCellInfo *)((uint8_t *)chpp + chpp->cells.offset); in TEST()