Searched refs:ReadAndVerifyContent (Results 1 – 1 of 1) sorted by relevance
/openthread-3.7.0/tests/unit/ |
D | test_spinel_buffer.cpp | 163 void ReadAndVerifyContent(Spinel::Buffer &aNcpBuffer, const uint8_t *aContentBuffer, uint16_t aBuff… in ReadAndVerifyContent() function 204 ReadAndVerifyContent(aNcpBuffer, sMottoText, sizeof(sMottoText)); in VerifyAndRemoveFrame1() 205 ReadAndVerifyContent(aNcpBuffer, sMysteryText, sizeof(sMysteryText)); in VerifyAndRemoveFrame1() 206 ReadAndVerifyContent(aNcpBuffer, sMottoText, sizeof(sMottoText)); in VerifyAndRemoveFrame1() 207 ReadAndVerifyContent(aNcpBuffer, sHelloText, sizeof(sHelloText)); in VerifyAndRemoveFrame1() 250 ReadAndVerifyContent(aNcpBuffer, sMysteryText, sizeof(sMysteryText)); in VerifyAndRemoveFrame2() 251 ReadAndVerifyContent(aNcpBuffer, sOpenThreadText, sizeof(sOpenThreadText)); in VerifyAndRemoveFrame2() 252 ReadAndVerifyContent(aNcpBuffer, sHelloText, sizeof(sHelloText)); in VerifyAndRemoveFrame2() 290 ReadAndVerifyContent(aNcpBuffer, sMysteryText, sizeof(sMysteryText)); in VerifyAndRemoveFrame3() 320 ReadAndVerifyContent(aNcpBuffer, sOpenThreadText, sizeof(sOpenThreadText)); in VerifyAndRemoveFrame4() [all …]
|