Home
last modified time | relevance | path

Searched defs:CallingContext (Results 1 – 6 of 6) sorted by relevance

/base/msdp/device_status/rust/data/sys/src/ipc/
Ddefault.rs36 pub struct CallingContext { struct
42 impl CallingContext { implementation
/base/msdp/device_status/rust/modules/coordination/server/src/
Dcoordination.rs40 pub fn enable(&self, context: &CallingContext, in enable()
48 pub fn disable(&self, context: &CallingContext, in disable()
56 pub fn start(&self, context: &CallingContext, in start()
64 pub fn stop(&self, context: &CallingContext, in stop()
72 pub fn get_state(&self, context: &CallingContext, in get_state()
79 pub fn register_listener(&self, context: &CallingContext, in register_listener()
86 pub fn unregister_listener(&self, context: &CallingContext, in unregister_listener()
Dlib.rs56 fn enable(&self, context: &CallingContext, data: &BorrowedMsgParcel, in enable()
70 fn disable(&self, context: &CallingContext, data: &BorrowedMsgParcel, in disable()
84 fn start(&self, context: &CallingContext, data: &BorrowedMsgParcel, in start()
98 fn stop(&self, context: &CallingContext, data: &BorrowedMsgParcel, in stop()
112 fn add_watch(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in add_watch()
126 fn remove_watch(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in remove_watch()
140 fn set_param(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in set_param()
146 fn get_param(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in get_param()
160 fn control(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in control()
/base/msdp/device_status/rust/data/sys/src/
Dplugin_manager.rs35 …fn enable(&self, context: &CallingContext, data: &BorrowedMsgParcel, reply: &mut BorrowedMsgParcel… in enable()
37 …fn disable(&self, context: &CallingContext, data: &BorrowedMsgParcel, reply: &mut BorrowedMsgParce… in disable()
39 …fn start(&self, context: &CallingContext, data: &BorrowedMsgParcel, reply: &mut BorrowedMsgParcel)… in start()
41 …fn stop(&self, context: &CallingContext, data: &BorrowedMsgParcel, reply: &mut BorrowedMsgParcel) … in stop()
43 …fn add_watch(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, reply: &mut Borro… in add_watch()
45 …fn remove_watch(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, reply: &mut Bo… in remove_watch()
47 …fn set_param(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, reply: &mut Borro… in set_param()
49 …fn get_param(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, reply: &mut Borro… in get_param()
51 …fn control(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, reply: &mut Borrowe… in control()
/base/msdp/device_status/rust/modules/drag/server/src/
Dlib.rs56 fn enable(&self, context: &CallingContext, data: &BorrowedMsgParcel, in enable()
62 fn disable(&self, context: &CallingContext, data: &BorrowedMsgParcel, in disable()
68 fn start(&self, context: &CallingContext, data: &BorrowedMsgParcel, in start()
104 fn stop(&self, context: &CallingContext, data: &BorrowedMsgParcel, in stop()
110 fn add_watch(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in add_watch()
116 fn remove_watch(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in remove_watch()
122 fn set_param(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in set_param()
128 fn get_param(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in get_param()
134 fn control(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in control()
141 fn start(context: &CallingContext, data: &BorrowedMsgParcel, reply: &mut BorrowedMsgParcel) -> Fusi… in start()
/base/msdp/device_status/rust/modules/basic/server/src/
Dlib.rs84 fn enable(&self, context: &CallingContext, data: &BorrowedMsgParcel, in enable()
90 fn disable(&self, context: &CallingContext, data: &BorrowedMsgParcel, in disable()
96 fn start(&self, context: &CallingContext, data: &BorrowedMsgParcel, in start()
103 fn stop(&self, context: &CallingContext, data: &BorrowedMsgParcel, in stop()
109 fn add_watch(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in add_watch()
115 fn remove_watch(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in remove_watch()
121 fn set_param(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in set_param()
127 fn get_param(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in get_param()
133 fn control(&self, context: &CallingContext, id: u32, data: &BorrowedMsgParcel, in control()