Searched refs:ErrAttributeNotFound (Results 1 – 14 of 14) sorted by relevance
| /webrtc/stun/src/addr/ |
| H A D | addr_test.rs | 29 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 D | textattrs_test.rs | 53 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 D | control_test.rs | 10 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 D | mod.rs | 105 Err(stun::Error::ErrAttributeNotFound) in get_from()
|
| /webrtc/turn/src/proto/data/ |
| H A D | data_test.rs | 25 stun::Error::ErrAttributeNotFound, in test_data_add_to()
|
| /webrtc/ice/src/priority/ |
| H A D | priority_test.rs | 10 assert_eq!(err, stun::Error::ErrAttributeNotFound, "unexpected error"); in test_priority_get_from()
|
| /webrtc/turn/src/proto/channum/ |
| H A D | channnum_test.rs | 59 stun::Error::ErrAttributeNotFound, in test_channel_number_add_to()
|
| /webrtc/turn/src/proto/lifetime/ |
| H A D | lifetime_test.rs | 33 stun::Error::ErrAttributeNotFound, in test_lifetime_add_to()
|
| /webrtc/turn/src/proto/rsrvtoken/ |
| H A D | rsrvtoken_test.rs | 40 stun::Error::ErrAttributeNotFound, in test_reservation_token()
|
| /webrtc/turn/src/proto/reqtrans/ |
| H A D | reqtrans_test.rs | 54 stun::Error::ErrAttributeNotFound, in test_requested_transport_add_to()
|
| /webrtc/turn/src/proto/reqfamily/ |
| H A D | reqfamily_test.rs | 51 stun::Error::ErrAttributeNotFound, in test_requested_address_family_add_to()
|
| /webrtc/turn/src/proto/evenport/ |
| H A D | evenport_test.rs | 60 stun::Error::ErrAttributeNotFound, in test_even_port_add_to()
|
| /webrtc/stun/src/ |
| H A D | error.rs | 13 ErrAttributeNotFound, enumerator
|
| H A D | message.rs | 402 Err(Error::ErrAttributeNotFound) in get()
|