Searched refs:TestTlv (Results 1 – 2 of 2) sorted by relevance
41 void TestTlv(void) in TestTlv() function191 ot::TestTlv(); in main()
90 class TestTlv : public Dso::Tlv class171 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()