Home
last modified time | relevance | path

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

/ohos5.0/base/msdp/device_status/rust/data/sys/src/ipc/
H A Ddefault.rs38 pub struct CallingContext { struct
44 impl CallingContext { impl
/ohos5.0/base/msdp/device_status/rust/modules/coordination/server/src/
H A Dcoordination.rs38 pub fn enable(&self, context: &CallingContext, in enable()
45 pub fn disable(&self, context: &CallingContext, in disable()
52 pub fn start(&self, context: &CallingContext, in start()
59 pub fn stop(&self, context: &CallingContext, in stop()
66 pub fn get_state(&self, context: &CallingContext, in get_state()
73 pub fn register_listener(&self, context: &CallingContext, in register_listener()
80 pub fn unregister_listener(&self, context: &CallingContext, in unregister_listener()
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/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.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()
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/foundation/multimodalinput/input/intention/prototype/include/
H A Di_plugin.h24 struct CallingContext { struct
/ohos5.0/base/msdp/device_status/intention/prototype/include/
H A Di_plugin.h24 struct CallingContext { struct