Home
last modified time | relevance | path

Searched refs:borrowed_reply_parcel (Results 1 - 3 of 3) sorted by relevance

/base/msdp/device_status/rust/modules/coordination/client/src/
H A Dlib.rs53 let mut borrowed_reply_parcel = reply_parcel.borrowed(); in enable_coordination() variables
55 ipc_client.enable(Intention::Coordination, &param, &mut borrowed_reply_parcel) in enable_coordination()
73 let mut borrowed_reply_parcel = reply_parcel.borrowed(); in disable_coordination() variables
75 ipc_client.disable(Intention::Coordination, &param, &mut borrowed_reply_parcel) in disable_coordination()
96 let mut borrowed_reply_parcel = reply_parcel.borrowed(); in start_coordination() variables
98 ipc_client.start(Intention::Coordination, &param, &mut borrowed_reply_parcel) in start_coordination()
118 let mut borrowed_reply_parcel = reply_parcel.borrowed(); in stop_coordination() variables
120 ipc_client.stop(Intention::Coordination, &param, &mut borrowed_reply_parcel) in stop_coordination()
140 let mut borrowed_reply_parcel = reply_parcel.borrowed(); in get_coordination_state() variables
142 ipc_client.get_param(Intention::Coordination, 0u32, &param, &mut borrowed_reply_parcel) in get_coordination_state()
168 let mut borrowed_reply_parcel = reply_parcel.borrowed(); register_coordination_listener() variables
186 let mut borrowed_reply_parcel = reply_parcel.borrowed(); unregister_coordination_listener() variables
[all...]
/base/msdp/device_status/rust/modules/basic/client/src/
H A Dlib.rs47 let mut borrowed_reply_parcel = reply_parcel.borrowed(); in alloc_socket_pair() variables
51 param, &mut borrowed_reply_parcel)?; in alloc_socket_pair()
53 let fdesc = FileDesc::deserialize(&borrowed_reply_parcel).or(Err(FusionErrorCode::Fail))?; in alloc_socket_pair()
54 let token_type = i32::deserialize(&borrowed_reply_parcel).or(Err(FusionErrorCode::Fail))?; in alloc_socket_pair()
/base/msdp/device_status/rust/modules/drag/client/src/
H A Dlib.rs45 let mut borrowed_reply_parcel = reply_parcel.borrowed(); in start_drag() variables
47 ipc_client.start(Intention::Drag, drag_data, &mut borrowed_reply_parcel)?; in start_drag()
49 match DefaultReply::deserialize(&borrowed_reply_parcel) { in start_drag()

Completed in 2 milliseconds