Home
last modified time | relevance | path

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

/openthread-3.6.0/tests/unit/
Dtest_tlv.cpp41 void TestTlv(void) in TestTlv() function
191 ot::TestTlv(); in main()
Dtest_dso.cpp90 class TestTlv : public Dso::Tlv class
171 TestTlv testTlv; in PrepareTestMessage()
183 TestTlv testTlv; in ParseTestMessage()
191 VerifyOrQuit(testTlv.GetType() == TestTlv::kType); in ParseTestMessage()
223 VerifyOrExit(aPrimaryTlvType == TestTlv::kType, error = kErrorNotFound); in ProcessRequestMessage()
236 if (aPrimaryTlvType == TestTlv::kType) in ProcessUnidirectionalMessage()
261 VerifyOrQuit(aResponseTlvType == TestTlv::kType); in ProcessResponseMessage()
262 VerifyOrQuit(aRequestTlvType == TestTlv::kType); in ProcessResponseMessage()