Lines Matching refs:ChppAppHeader
205 transHeader.length = sizeof(ChppAppHeader); in addTransportHeaderToBuf()
225 ChppAppHeader *addAppHeaderToBuf(uint8_t *buf, size_t *location) { in addAppHeaderToBuf()
229 ChppAppHeader appHeader = {}; in addAppHeaderToBuf()
239 return (ChppAppHeader *)&buf[oldLoc]; in addAppHeaderToBuf()
282 ChppAppHeader *appHeader = addAppHeaderToBuf(buf, &len); in openService()
308 sizeof(ChppAppHeader)); in openService()
335 ChppAppHeader *appHeader = addAppHeaderToBuf(buf, &len); in sendCommandToService()
716 ChppAppHeader *appHeader = addAppHeaderToBuf(mBuf, &len); in TEST_P()
727 struct ChppAppHeader *responseHeader = in TEST_P()
728 (ChppAppHeader *)mTransportContext.txDatagramQueue.datagram[end].payload; in TEST_P()
739 .payload[sizeof(ChppAppHeader)]; in TEST_P()
744 sizeof(ChppAppHeader) + kServiceCount * sizeof(ChppServiceDescriptor)); in TEST_P()
980 ChppAppHeader *appHeader = addAppHeaderToBuf(mBuf, &len); in TEST_F()
1035 ChppAppHeader *appHeader = addAppHeaderToBuf(buf, &len); in TEST_F()
1063 ChppAppHeader *appHeader = addAppHeaderToBuf(mBuf, &loc); in TEST_F()
1110 ChppAppHeader *appHeader = addAppHeaderToBuf(buf, &len); in messageToInvalidHandle()
1114 len = sizeof(struct ChppAppHeader); in messageToInvalidHandle()