Home
last modified time | relevance | path

Searched defs:BorrowedMsgParcel (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/msdp/device_status/rust/data/sys/src/
H A Dplugin_manager.rs37 …fn enable(&self, context: &CallingContext, data: &BorrowedMsgParcel, reply: &mut BorrowedMsgParcel… in enable()
39 …fn disable(&self, context: &CallingContext, data: &BorrowedMsgParcel, reply: &mut BorrowedMsgParce… in disable()
41 …fn start(&self, context: &CallingContext, data: &BorrowedMsgParcel, reply: &mut BorrowedMsgParcel)… in start()
43 …fn stop(&self, context: &CallingContext, data: &BorrowedMsgParcel, reply: &mut BorrowedMsgParcel) … in stop()
45 …fn add_watch(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, reply: &mut Borro… in add_watch()
47 …fn remove_watch(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, reply: &mut Bo… in remove_watch()
49 …fn set_param(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, reply: &mut Borro… in set_param()
51 …fn get_param(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, reply: &mut Borro… in get_param()
54 …fn control(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, reply: &mut Borrowe… in control()
/ohos5.0/base/msdp/device_status/rust/modules/drag/server/src/
H A Dlib.rs66 fn enable(&self, context: &CallingContext, data: &BorrowedMsgParcel, in enable()
72 fn disable(&self, context: &CallingContext, data: &BorrowedMsgParcel, in disable()
78 fn start(&self, context: &CallingContext, data: &BorrowedMsgParcel, in start()
102 fn stop(&self, context: &CallingContext, data: &BorrowedMsgParcel, in stop()
108 fn add_watch(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in add_watch()
114 fn remove_watch(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in remove_watch()
120 fn set_param(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in set_param()
126 fn get_param(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in get_param()
132 fn control(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in control()
/ohos5.0/base/msdp/device_status/rust/modules/basic/server/src/
H A Dlib.rs43 …fn alloc_socket_pair(&self, data: &BorrowedMsgParcel, reply: &mut BorrowedMsgParcel) -> FusionResu… in alloc_socket_pair()
66 fn enable(&self, context: &CallingContext, data: &BorrowedMsgParcel, in enable()
72 fn disable(&self, context: &CallingContext, data: &BorrowedMsgParcel, in disable()
78 fn start(&self, context: &CallingContext, data: &BorrowedMsgParcel, in start()
85 fn stop(&self, context: &CallingContext, data: &BorrowedMsgParcel, in stop()
91 fn add_watch(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in add_watch()
97 fn remove_watch(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in remove_watch()
103 fn set_param(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in set_param()
109 fn get_param(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in get_param()
115 fn control(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in control()
/ohos5.0/base/msdp/device_status/rust/modules/coordination/server/src/
H A Dlib.rs46 fn enable(&self, context: &CallingContext, data: &BorrowedMsgParcel, in enable()
53 fn disable(&self, context: &CallingContext, data: &BorrowedMsgParcel, in disable()
60 fn start(&self, context: &CallingContext, data: &BorrowedMsgParcel, in start()
67 fn stop(&self, context: &CallingContext, data: &BorrowedMsgParcel, in stop()
74 fn add_watch(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in add_watch()
81 fn remove_watch(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in remove_watch()
88 fn set_param(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in set_param()
94 fn get_param(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in get_param()
101 fn control(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in control()
/ohos5.0/base/msdp/device_status/rust/ipc/server/src/
H A Dfusion_ipc_delegator.rs95 fn enable(&self, intention: Intention, data: &BorrowedMsgParcel, in enable()
106 fn disable(&self, intention: Intention, data: &BorrowedMsgParcel, in disable()
117 fn start(&self, intention: Intention, data: &BorrowedMsgParcel, in start()
128 fn stop(&self, intention: Intention, data: &BorrowedMsgParcel, in stop()
139 fn add_watch(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel, in add_watch()
150 fn remove_watch(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel, in remove_watch()
161 fn set_param(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel, in set_param()
172 fn get_param(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel, in get_param()
183 fn control(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel, in control()
/ohos5.0/foundation/communication/ipc/example/rust_test/service/src/
H A Dlib.rs98 fn on_icalc_remote_request(stub: &dyn ICalc, code: u32, data: &BorrowedMsgParcel, in on_icalc_remote_request()
/ohos5.0/foundation/ability/idl_tool/test/rust/moduletest/service/src/
H A DIIdlTestService.rs65 fn on_remote_request(stub: &dyn IIdlTestService, code: u32, data: &BorrowedMsgParcel, in on_remote_request()