Home
last modified time | relevance | path

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

/system/core/adb/pairing_connection/
Dpairing_connection.cpp111 bool CheckHeaderType(adb::proto::PairingPacket::Type expected, uint8_t actual);
261 bool PairingConnectionCtx::CheckHeaderType(adb::proto::PairingPacket::Type expected_type, in CheckHeaderType() function in PairingConnectionCtx
315 if (!CheckHeaderType(adb::proto::PairingPacket::SPAKE2_MSG, header.type)) { in DoExchangeMsgs()
371 if (!CheckHeaderType(adb::proto::PairingPacket::PEER_INFO, header.type)) { in DoExchangePeerInfo()