Home | History | Annotate | Download | only in src

Lines Matching defs:msg

61   test_harness::raw_message msg;
62 if(harness->GetData(&msg, 4096 * BYTE_TIME) !=
69 if (msg.type != APImessageID::TESTING_API_RESPONSE) {
72 (APImessageID)msg.type) << " (" << msg.type << ")\n";
73 if (msg.type == APImessageID::NOTICE) {
76 reinterpret_cast<char *>(msg.data), msg.data_len)) {
83 if (msg.data_len != 2) {
85 << msg.data_len << "\n";
89 uint16_t subtype = (msg.data[0] << 8) | msg.data[1];