Home
last modified time | relevance | path

Searched refs:kInt16 (Results 1 – 2 of 2) sorted by relevance

/openthread-3.7.0/tests/unit/
Dtest_spinel_encoder.cpp71 const int16_t kInt16 = -567; in TestEncoder() local
126 SuccessOrQuit(encoder.WriteInt16(kInt16)); in TestEncoder()
164 VerifyOrQuit(i16 == kInt16); in TestEncoder()
195 SuccessOrQuit(encoder.WriteInt16(kInt16)); in TestEncoder()
212 VerifyOrQuit(i16 == kInt16); in TestEncoder()
226 VerifyOrQuit(i16 == kInt16); in TestEncoder()
Dtest_spinel_decoder.cpp55 const int16_t kInt16 = -567; in TestDecoder() local
116 …kBool_1, kBool_2, kUint8, kInt8, kUint16, kInt16, kUint32, kInt32, kUint64, kInt64, kUint_1, kUint… in TestDecoder()
168 VerifyOrQuit(i16 == kInt16); in TestDecoder()
231 VerifyOrQuit(i16 == kInt16); in TestDecoder()
303 kUint8, kUint32, &kEui48, kUint_3, kInt16); in TestDecoder()
321 VerifyOrQuit(i16 == kInt16); in TestDecoder()
345 VerifyOrQuit(i16 == kInt16); in TestDecoder()
400 VerifyOrQuit(i16 == kInt16); in TestDecoder()