Searched refs:CreateByteString (Results 1 – 6 of 6) sorted by relevance
80 StunAttribute::CreateByteString(cricket::STUN_ATTR_MAGIC_COOKIE); in SendStunError()439 StunAttribute::CreateByteString(cricket::STUN_ATTR_MAGIC_COOKIE); in HandleStunAllocate()512 StunAttribute::CreateByteString(cricket::STUN_ATTR_MAGIC_COOKIE); in HandleStunSend()622 StunAttribute::CreateByteString(cricket::STUN_ATTR_MAGIC_COOKIE); in Send()634 StunAttribute::CreateByteString(STUN_ATTR_DATA); in Send()
163 StunAttribute::CreateByteString(STUN_ATTR_MAGIC_COOKIE); in AddMagicCookieAttr()169 StunAttribute::CreateByteString(STUN_ATTR_USERNAME); in AddUsernameAttr()483 StunAttribute::CreateByteString(STUN_ATTR_DATA); in TEST_F()525 StunAttribute::CreateByteString(STUN_ATTR_DATA); in TEST_F()
577 StunAttribute::CreateByteString(STUN_ATTR_MAGIC_COOKIE); in SendTo()583 StunAttribute::CreateByteString(STUN_ATTR_USERNAME); in SendTo()603 StunAttribute::CreateByteString(STUN_ATTR_DATA); in SendTo()783 StunAttribute::CreateByteString(STUN_ATTR_USERNAME); in Prepare()
1338 StunAttribute::CreateByteString(STUN_ATTR_USERNAME); in TEST_F()1358 bytes2 = StunAttribute::CreateByteString(STUN_ATTR_MAGIC_COOKIE); in TEST_F()1398 bytes2 = StunAttribute::CreateByteString(STUN_ATTR_DATA); in TEST_F()
254 static StunByteStringAttribute* CreateByteString(uint16 type);
490 StunByteStringAttribute* StunAttribute::CreateByteString(uint16 type) { in CreateByteString() function in cricket::StunAttribute