Home
last modified time | relevance | path

Searched refs:ErrAttributeNotFound (Results 1 – 14 of 14) sorted by relevance

/webrtc/stun/src/addr/
H A Daddr_test.rs29 Error::ErrAttributeNotFound, in test_mapped_address()
90 Error::ErrAttributeNotFound, in test_mapped_address_v6()
94 Error::ErrAttributeNotFound, in test_mapped_address_v6()
129 Error::ErrAttributeNotFound, in test_alternate_server()
133 Error::ErrAttributeNotFound, in test_alternate_server()
169 Error::ErrAttributeNotFound, in test_other_address()
173 Error::ErrAttributeNotFound, in test_other_address()
/webrtc/stun/src/textattrs/
H A Dtextattrs_test.rs53 Error::ErrAttributeNotFound, in test_software_add_to_invalid()
56 Error::ErrAttributeNotFound, in test_software_add_to_invalid()
124 assert_eq!(Error::ErrAttributeNotFound, err, "Should error"); in test_username()
163 Error::ErrAttributeNotFound, in test_realm_get_from()
166 Error::ErrAttributeNotFound, in test_realm_get_from()
208 Error::ErrAttributeNotFound, in test_realm_add_to_invalid()
211 Error::ErrAttributeNotFound, in test_realm_add_to_invalid()
236 Error::ErrAttributeNotFound, in test_nonce_get_from()
239 Error::ErrAttributeNotFound, in test_nonce_get_from()
281 Error::ErrAttributeNotFound, in test_nonce_add_to_invalid()
[all …]
/webrtc/ice/src/control/
H A Dcontrol_test.rs10 assert_eq!(stun::Error::ErrAttributeNotFound, err, "unexpected error"); in test_controlled_get_from()
47 assert_eq!(stun::Error::ErrAttributeNotFound, err, "unexpected error"); in test_controlling_get_from()
86 assert_eq!(stun::Error::ErrAttributeNotFound, err, "unexpected error"); in test_control_get_from()
97 assert_eq!(stun::Error::ErrAttributeNotFound, err, "unexpected error"); in test_control_get_from()
135 assert_eq!(stun::Error::ErrAttributeNotFound, err, "unexpected error"); in test_control_get_from()
H A Dmod.rs105 Err(stun::Error::ErrAttributeNotFound) in get_from()
/webrtc/turn/src/proto/data/
H A Ddata_test.rs25 stun::Error::ErrAttributeNotFound, in test_data_add_to()
/webrtc/ice/src/priority/
H A Dpriority_test.rs10 assert_eq!(err, stun::Error::ErrAttributeNotFound, "unexpected error"); in test_priority_get_from()
/webrtc/turn/src/proto/channum/
H A Dchannnum_test.rs59 stun::Error::ErrAttributeNotFound, in test_channel_number_add_to()
/webrtc/turn/src/proto/lifetime/
H A Dlifetime_test.rs33 stun::Error::ErrAttributeNotFound, in test_lifetime_add_to()
/webrtc/turn/src/proto/rsrvtoken/
H A Drsrvtoken_test.rs40 stun::Error::ErrAttributeNotFound, in test_reservation_token()
/webrtc/turn/src/proto/reqtrans/
H A Dreqtrans_test.rs54 stun::Error::ErrAttributeNotFound, in test_requested_transport_add_to()
/webrtc/turn/src/proto/reqfamily/
H A Dreqfamily_test.rs51 stun::Error::ErrAttributeNotFound, in test_requested_address_family_add_to()
/webrtc/turn/src/proto/evenport/
H A Devenport_test.rs60 stun::Error::ErrAttributeNotFound, in test_even_port_add_to()
/webrtc/stun/src/
H A Derror.rs13 ErrAttributeNotFound, enumerator
H A Dmessage.rs402 Err(Error::ErrAttributeNotFound) in get()