Home
last modified time | relevance | path

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

/external/chromium_org/remoting/protocol/
Dtransport.h48 enum RouteType { enum
55 static std::string GetTypeString(RouteType type);
60 RouteType type;
Dtransport.cc13 std::string TransportRoute::GetTypeString(RouteType type) { in GetTypeString()
/external/chromium_org/remoting/host/
Dserver_log_entry.h55 void AddConnectionTypeField(protocol::TransportRoute::RouteType type);
Dlog_to_server.h76 std::map<std::string, protocol::TransportRoute::RouteType>
Dserver_log_entry.cc135 protocol::TransportRoute::RouteType type) { in AddConnectionTypeField()
Ddaemon_process.cc351 static_cast<protocol::TransportRoute::RouteType>(route.type); in OnClientRouteChange()