Home
last modified time | relevance | path

Searched refs:ReadUintPacked (Results 1 – 7 of 7) sorted by relevance

/openthread-latest/tests/unit/
Dtest_spinel_decoder.cpp146 SuccessOrQuit(decoder.ReadUintPacked(u_1)); in TestDecoder()
148 SuccessOrQuit(decoder.ReadUintPacked(u_2)); in TestDecoder()
149 SuccessOrQuit(decoder.ReadUintPacked(u_3)); in TestDecoder()
150 SuccessOrQuit(decoder.ReadUintPacked(u_4)); in TestDecoder()
220 SuccessOrQuit(decoder.ReadUintPacked(u_1)); in TestDecoder()
221 SuccessOrQuit(decoder.ReadUintPacked(u_2)); in TestDecoder()
222 SuccessOrQuit(decoder.ReadUintPacked(u_3)); in TestDecoder()
223 SuccessOrQuit(decoder.ReadUintPacked(u_4)); in TestDecoder()
246 SuccessOrQuit(decoder.ReadUintPacked(u_1)); in TestDecoder()
247 SuccessOrQuit(decoder.ReadUintPacked(u_2)); in TestDecoder()
[all …]
Dtest_spinel_prop_codec.cpp80 SuccessOrQuit(error = decoder.ReadUintPacked(command)); in TestDnssd()
82 SuccessOrQuit(error = decoder.ReadUintPacked(propKey)); in TestDnssd()
121 SuccessOrQuit(error = decoder.ReadUintPacked(command)); in TestDnssd()
123 SuccessOrQuit(error = decoder.ReadUintPacked(propKey)); in TestDnssd()
167 SuccessOrQuit(error = decoder.ReadUintPacked(command)); in TestDnssd()
169 SuccessOrQuit(error = decoder.ReadUintPacked(propKey)); in TestDnssd()
Dtest_multipan_rcp_instances.cpp190 SuccessOrQuit(decoder.ReadUintPacked(command)); in updateSpinelStatus()
191 SuccessOrQuit(decoder.ReadUintPacked(propKey)); in updateSpinelStatus()
192 SuccessOrQuit(decoder.ReadUintPacked(status)); in updateSpinelStatus()
/openthread-latest/src/lib/spinel/
Dspinel_decoder.hpp232 otError ReadUintPacked(unsigned int &aUint);
Dspinel_decoder.cpp201 otError Decoder::ReadUintPacked(unsigned int &aUint) in ReadUintPacked() function in ot::Spinel::Decoder
/openthread-latest/src/ncp/
Dncp_base.cpp982 SuccessOrExit(error = mDecoder.ReadUintPacked(command)); in HandleCommand()
1348 error = mDecoder.ReadUintPacked(propKey); in CommandHandler_PROP_VALUE_update()
1533 SuccessOrExit(error = mDecoder.ReadUintPacked(channel)); in HandlePropertySet()
1923 SuccessOrExit(error = mDecoder.ReadUintPacked(propKey)); in HandlePropertySet()
1948 SuccessOrExit(error = mDecoder.ReadUintPacked(propKey)); in HandlePropertyInsert()
1961 SuccessOrExit(error = mDecoder.ReadUintPacked(propKey)); in HandlePropertyRemove()
Dncp_base_mtd.cpp567 SuccessOrExit(error = mDecoder.ReadUintPacked(role)); in HandlePropertySet()
1425 SuccessOrExit(error = mDecoder.ReadUintPacked(propKey)); in DecodeOperationalDataset()