Searched refs:remote_network_id (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/msdp/device_status/rust/subsystem/dsoftbus/sys/src/ |
H A D | dsoftbus.rs | 375 if remote_network_id.len() >= INTERCEPT_STRING_LENGTH { in get_peer_session_name() 403 if self.check_device_session_state(remote_network_id) { in open_input_softbus() 433 self.wait_session_opend(remote_network_id, session_id) in open_input_softbus() 448 fn close_input_softbus(&mut self, remote_network_id: &String) { in close_input_softbus() 457 self.session_dev_map.remove(remote_network_id); in close_input_softbus() 458 self.channel_status_map.remove(remote_network_id); in close_input_softbus() 488 let get_result = self.channel_status_map.get(remote_network_id); in wait_session_opend() 698 if let Some(value) = self.session_dev_map.get(remote_network_id) { in check_device_session_state() 921 guard.open_input_softbus(remote_network_id) in open_input_softbus() 947 pub fn close_input_softbus(&self, remote_network_id: &String) { in close_input_softbus() [all …]
|
/ohos5.0/base/msdp/device_status/rust/frameworks/client/src/ |
H A D | lib.rs | 110 remote_network_id: *const c_char, start_device_id: i32) -> i32 in fusion_start_coordination() 112 if remote_network_id.is_null() { in fusion_start_coordination() 116 let remote_network_id: String = match CStr::from_ptr(remote_network_id).to_str() { in fusion_start_coordination() localVariable 124 fw.start_coordination(user_data, &remote_network_id, in fusion_start_coordination()
|
H A D | frameworks.rs | 151 remote_network_id: &str, in start_coordination() 158 self.coordination.start_coordination(user_data, remote_network_id, in start_coordination() 265 remote_network_id: &str, in start_coordination() 270 guard.start_coordination(user_data, remote_network_id, start_device_id) in start_coordination()
|
/ohos5.0/base/msdp/device_status/rust/data/sys/src/ipc/ |
H A D | coordination.rs | 64 pub remote_network_id: String, field 73 self.remote_network_id.serialize(parcel)?; in serialize() 85 remote_network_id: String::deserialize(parcel)?, in deserialize()
|
/ohos5.0/base/msdp/device_status/rust/modules/coordination/client/src/ |
H A D | lib.rs | 85 pub fn start_coordination(&self, user_data: i32, remote_network_id: &str, in start_coordination() 93 remote_network_id: remote_network_id.to_string(), in start_coordination()
|