HomeSort by relevance Sort by last modified time
    Searched refs:ProtocolType (Results 1 - 11 of 11) sorted by null

  /external/chromium/net/socket_stream/
socket_stream_metrics.h 21 enum ProtocolType {
51 void CountProtocolType(ProtocolType protocol_type);
socket_stream_metrics.cc 20 ProtocolType proto_type = PROTOCOL_UNKNOWN;
87 void SocketStreamMetrics::CountProtocolType(ProtocolType protocol_type) {
88 UMA_HISTOGRAM_ENUMERATION("Net.SocketStream.ProtocolType",
socket_stream_metrics_unittest.cc 27 TEST(SocketStreamMetricsTest, ProtocolType) {
35 "Net.SocketStream.ProtocolType", &histogram)) {
47 "Net.SocketStream.ProtocolType", &histogram));
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmppclientsettings.h 86 void set_protocol(cricket::ProtocolType protocol) { protocol_ = protocol; }
95 cricket::ProtocolType protocol() const { return protocol_; }
105 cricket::ProtocolType protocol_;
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
port.h 55 enum ProtocolType {
62 const char* ProtoToString(ProtocolType proto);
63 bool StringToProto(const char* value, ProtocolType* proto);
67 ProtocolType proto;
69 ProtocolAddress(const talk_base::SocketAddress& a, ProtocolType p)
relayserver.h 77 cricket::ProtocolType proto);
90 cricket::ProtocolType> ServerSocketMap;
relayport.cc 60 ProtocolType GetProtocol() const {
513 ProtocolType proto = PROTO_UDP;
port.cc 113 const char* ProtoToString(ProtocolType proto) {
117 bool StringToProto(const char* value, ProtocolType* proto) {
120 *proto = static_cast<ProtocolType>(i);
relayserver.cc 147 cricket::ProtocolType proto) {
  /external/chromium/third_party/libjingle/source/talk/p2p/client/
basicportallocator.h 142 void OnProtocolEnabled(AllocationSequence* seq, ProtocolType proto);
199 ProtocolType type);
basicportallocator.cc 75 cricket::ProtocolType proto;
143 void EnableProtocol(ProtocolType proto);
144 bool ProtocolEnabled(ProtocolType proto) const;
147 typedef std::vector<ProtocolType> ProtocolList;
440 ProtocolType pvalue;
453 ProtocolType proto) {
462 ProtocolType pvalue;
644 void AllocationSequence::EnableProtocol(ProtocolType proto) {
651 bool AllocationSequence::ProtocolEnabled(ProtocolType proto) const {
791 const PortConfiguration::RelayServer& relay, ProtocolType type)
    [all...]

Completed in 164 milliseconds