Home
last modified time | relevance | path

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

/openthread-3.7.0/tests/unit/
Dtest_spinel_decoder.cpp50 const bool kBool_1 = true; in TestDecoder() local
116kBool_1, kBool_2, kUint8, kInt8, kUint16, kInt16, kUint32, kInt32, kUint64, kInt64, kUint_1, kUint… in TestDecoder()
163 VerifyOrQuit(b_1 == kBool_1); in TestDecoder()
226 VerifyOrQuit(b_1 == kBool_1); in TestDecoder()
415 kUint8, kString_1, kBool_1, &kIp6Addr, kUint16, &kEui48, kUint32, kInt32); in TestDecoder()
446 VerifyOrQuit(b_1 == kBool_1); in TestDecoder()
479 VerifyOrQuit(b_1 == kBool_1); in TestDecoder()
508 VerifyOrQuit(b_1 == kBool_1); in TestDecoder()
540 VerifyOrQuit(b_1 == kBool_1); in TestDecoder()
564 VerifyOrQuit(b_1 == kBool_1); in TestDecoder()
[all …]
Dtest_spinel_encoder.cpp66 const bool kBool_1 = true; in TestEncoder() local
121 SuccessOrQuit(encoder.WriteBool(kBool_1)); in TestEncoder()
159 VerifyOrQuit(b_1 == kBool_1); in TestEncoder()
240 SuccessOrQuit(encoder.WriteBool(kBool_1)); in TestEncoder()
268 VerifyOrQuit(b_1 == kBool_1); in TestEncoder()