Home
last modified time | relevance | path

Searched refs:INTERCEPT_STRING_LENGTH (Results 1 - 2 of 2) sorted by relevance

/base/msdp/device_status/rust/subsystem/dsoftbus/sys/src/
H A Ddsoftbus.rs31 INTERCEPT_STRING_LENGTH,
266 if local_network_id.len() >= INTERCEPT_STRING_LENGTH { in get_session_name()
267 let local_network_id_slice = local_network_id[0..INTERCEPT_STRING_LENGTH].to_string(); in get_session_name()
364 /// If the length of the remote network ID is less than INTERCEPT_STRING_LENGTH, an error is returned.
373 /// - `Err(FusionErrorCode::Fail)` if the length of the remote network ID is less than INTERCEPT_STRING_LENGTH.
375 if remote_network_id.len() >= INTERCEPT_STRING_LENGTH { in get_peer_session_name()
377 let remote_network_id_slice = remote_network_id[0..INTERCEPT_STRING_LENGTH].to_string(); in get_peer_session_name()
H A Dbinding.rs24 pub const INTERCEPT_STRING_LENGTH: usize = 20; consts

Completed in 2 milliseconds