Home
last modified time | relevance | path

Searched refs:GetCommandId (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/core/mac/
Dmac_frame.cpp822 Error Frame::GetCommandId(uint8_t &aCommandId) const in GetCommandId() function in ot::Mac::Frame
841 SuccessOrExit(GetCommandId(commandId)); in IsDataRequestCommand()
1601 if (GetCommandId(commandId) != kErrorNone) in ToInfoString()
Dmac_frame.hpp482 Error GetCommandId(uint8_t &aCommandId) const;
Dmac.cpp2194 IgnoreError(aFrame.GetCommandId(commandId)); in HandleMacCommand()
/openthread-latest/tests/unit/
Dtest_mac_frame.cpp641 SuccessOrQuit(frame.GetCommandId(commandId)); in TestMacFrameApi()
657 SuccessOrQuit(frame.GetCommandId(commandId)); in TestMacFrameApi()