Lines Matching refs:ProtobufWireAdapter
18 #include "polo/wire/protobuf/protobufwireadapter.h"
31 ProtobufWireAdapter::ProtobufWireAdapter(PoloWireInterface* interface)
35 void ProtobufWireAdapter::GetNextMessage() {
47 void ProtobufWireAdapter::SendConfigurationMessage(
63 void ProtobufWireAdapter::SendConfigurationAckMessage(
71 void ProtobufWireAdapter::SendOptionsMessage(
101 void ProtobufWireAdapter::SendPairingRequestMessage(
116 void ProtobufWireAdapter::SendPairingRequestAckMessage(
130 void ProtobufWireAdapter::SendSecretMessage(
141 void ProtobufWireAdapter::SendSecretAckMessage(
152 void ProtobufWireAdapter::OnBytesReceived(
172 void ProtobufWireAdapter::ParseMessage(const std::vector<uint8_t>& data) {
228 void ProtobufWireAdapter::ParseConfigurationMessage(
247 void ProtobufWireAdapter::ParseConfigurationAckMessage(
260 void ProtobufWireAdapter::ParseOptionsMessage(const std::string& payload) {
292 void ProtobufWireAdapter::ParsePairingRequestMessage(
311 void ProtobufWireAdapter::ParsePairingRequestAckMessage(
329 void ProtobufWireAdapter::ParseSecretMessage(const std::string& payload) {
344 void ProtobufWireAdapter::ParseSecretAckMessage(const std::string& payload) {
359 void ProtobufWireAdapter::OnError() {
364 void ProtobufWireAdapter::SendErrorMessage(pairing::PoloError error) {
385 void ProtobufWireAdapter::SendMessagePayload(OuterMessage_MessageType type,
397 void ProtobufWireAdapter::SendOuterMessage(const OuterMessage& message) {
415 Options_Encoding_EncodingType ProtobufWireAdapter::EncodingTypeToProto(
432 ProtobufWireAdapter::EncodingTypeFromProto(
448 Options_RoleType ProtobufWireAdapter::RoleToProto(
461 ProtobufWireAdapter::RoleFromProto(Options_RoleType role) {