Home
last modified time | relevance | path

Searched refs:ReadInt8 (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/src/lib/spinel/
Dspinel_decoder.hpp136 otError ReadInt8(int8_t &aInt8);
Dspinel_decoder.cpp107 otError Decoder::ReadInt8(int8_t &aInt8) in ReadInt8() function in ot::Spinel::Decoder
/openthread-latest/tests/unit/
Dtest_spinel_decoder.cpp133 SuccessOrQuit(decoder.ReadInt8(i8)); in TestDecoder()
206 SuccessOrQuit(decoder.ReadInt8(i8)); in TestDecoder()
/openthread-latest/src/ncp/
Dncp_base.cpp2443 SuccessOrExit(error = mDecoder.ReadInt8(threshold)); in HandlePropertySet()
2474 SuccessOrExit(error = mDecoder.ReadInt8(txPower)); in HandlePropertySet()
2505 SuccessOrExit(error = mDecoder.ReadInt8(gain)); in HandlePropertySet()
2519 SuccessOrExit(error = mDecoder.ReadInt8(maxPower)); in HandlePropertySet()
Dncp_base_radio.cpp498 SuccessOrExit(mDecoder.ReadInt8(aFrame.mInfo.mTxInfo.mTxPower)); in DecodeStreamRawTxRequest()
Dncp_base_mtd.cpp2445 SuccessOrExit(error = mDecoder.ReadInt8(threshold)); in HandlePropertySet()
3064 SuccessOrExit(error = mDecoder.ReadInt8(rss)); in HandlePropertySet()
3195 SuccessOrExit(error = mDecoder.ReadInt8(rss)); in HandlePropertySet()
3462 SuccessOrExit(error = mDecoder.ReadInt8(rss)); in HandlePropertyInsert()
3512 SuccessOrExit(error = mDecoder.ReadInt8(rss)); in HandlePropertyInsert()