Searched refs:aIphcLength (Results 1 – 2 of 2) sorted by relevance
188 void SetIphcHeader(const uint8_t *aIphc, uint16_t aIphcLength) in SetIphcHeader() argument190 memcpy(mIphcHeader.mData, aIphc, aIphcLength); in SetIphcHeader()191 mIphcHeader.mLength = aIphcLength; in SetIphcHeader()227 void GetCompressedStream(uint8_t *aIphc, uint16_t &aIphcLength);
40 void TestIphcVector::GetCompressedStream(uint8_t *aIphc, uint16_t &aIphcLength) in GetCompressedStream() argument45 aIphcLength = mIphcHeader.mLength + mPayload.mLength; in GetCompressedStream()