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

  /external/webrtc/webrtc/p2p/base/
stun_unittest.cc 604 msg.GetByteString(STUN_ATTR_SOFTWARE);
609 msg.GetByteString(STUN_ATTR_USERNAME);
614 ASSERT_TRUE(msg.GetByteString(STUN_ATTR_MESSAGE_INTEGRITY) != NULL);
632 msg.GetByteString(STUN_ATTR_SOFTWARE);
642 ASSERT_TRUE(msg.GetByteString(STUN_ATTR_MESSAGE_INTEGRITY) != NULL);
655 msg.GetByteString(STUN_ATTR_SOFTWARE);
665 ASSERT_TRUE(msg.GetByteString(STUN_ATTR_MESSAGE_INTEGRITY) != NULL);
678 msg.GetByteString(STUN_ATTR_USERNAME);
683 msg.GetByteString(STUN_ATTR_NONCE);
688 msg.GetByteString(STUN_ATTR_REALM)
    [all...]
turnserver.cc 265 msg.GetByteString(STUN_ATTR_USERNAME)->GetString() !=
281 msg->GetByteString(STUN_ATTR_USERNAME);
297 msg->GetByteString(STUN_ATTR_MESSAGE_INTEGRITY);
299 msg->GetByteString(STUN_ATTR_USERNAME);
301 msg->GetByteString(STUN_ATTR_REALM);
303 msg->GetByteString(STUN_ATTR_NONCE);
617 msg->GetByteString(STUN_ATTR_USERNAME);
621 msg->GetByteString(STUN_ATTR_ORIGIN);
673 const StunByteStringAttribute* data_attr = msg->GetByteString(STUN_ATTR_DATA);
turnport.cc 799 msg.GetByteString(STUN_ATTR_DATA);
911 response->GetByteString(STUN_ATTR_REALM);
920 response->GetByteString(STUN_ATTR_NONCE);
    [all...]
port_unittest.cc 298 msg->GetByteString(STUN_ATTR_MESSAGE_INTEGRITY);
    [all...]
port.cc 353 if (!stun_msg->GetByteString(STUN_ATTR_USERNAME) ||
354 !stun_msg->GetByteString(STUN_ATTR_MESSAGE_INTEGRITY)) {
444 stun_msg->GetByteString(STUN_ATTR_USERNAME);
535 request->GetByteString(STUN_ATTR_USERNAME);
    [all...]
relayserver_unittest.cc 302 res->GetByteString(STUN_ATTR_DATA);
487 res->GetByteString(STUN_ATTR_DATA);
relayserver.cc 260 msg.GetByteString(STUN_ATTR_USERNAME);
308 msg->GetByteString(STUN_ATTR_USERNAME);
461 request.GetByteString(STUN_ATTR_DATA);
stun.h 155 const StunByteStringAttribute* GetByteString(int type) const;
relayport.cc 744 const StunByteStringAttribute* data_attr = msg.GetByteString(STUN_ATTR_DATA);
stun.cc 114 const StunByteStringAttribute* StunMessage::GetByteString(int type) const {
  /external/pdfium/core/fxcrt/
fx_basic.h 136 static CFX_ByteString GetByteString(uint16_t codepage,
fx_basic_bstring.cpp 862 return CFX_CharMap::GetByteString(0, str.AsStringC());
fx_basic_wstring.cpp 991 CFX_ByteString CFX_CharMap::GetByteString(uint16_t codepage,

Completed in 465 milliseconds