Home
last modified time | relevance | path

Searched defs:Intention (Results 1 – 5 of 5) sorted by relevance

/base/msdp/device_status/rust/ipc/service/src/
Dlib.rs49 …fn enable(&self, intention: Intention, data: &BorrowedMsgParcel<'_>, reply: &mut BorrowedMsgParcel… in enable()
51 …fn disable(&self, intention: Intention, data: &BorrowedMsgParcel<'_>, reply: &mut BorrowedMsgParce… in disable()
53 …fn start(&self, intention: Intention, data: &BorrowedMsgParcel<'_>, reply: &mut BorrowedMsgParcel<… in start()
55 …fn stop(&self, intention: Intention, data: &BorrowedMsgParcel<'_>, reply: &mut BorrowedMsgParcel<'… in stop()
57 …fn add_watch(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>, reply: &mut Borro… in add_watch()
59 …fn remove_watch(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>, reply: &mut Bo… in remove_watch()
61 …fn set_param(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>, reply: &mut Borro… in set_param()
63 …fn get_param(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>, reply: &mut Borro… in get_param()
65 …fn control(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>, reply: &mut Borrowe… in control()
142 fn send_request(&self, action: CommonAction, intention: Intention, id: u32, in send_request()
[all …]
Didentity.rs54 pub fn compose_param_id(action: CommonAction, intention: Intention, param: u32) -> u32 in compose_param_id()
68 pub fn split_intention(code: u32) -> FusionResult<Intention> in split_intention()
/base/msdp/device_status/rust/ipc/client/src/
Dlib.rs86 pub fn enable(&self, intention: Intention, data: &dyn Serialize, in enable()
109 pub fn disable(&self, intention: Intention, data: &dyn Serialize, in disable()
132 pub fn start(&self, intention: Intention, data: &dyn Serialize, in start()
155 pub fn stop(&self, intention: Intention, data: &dyn Serialize, in stop()
178 pub fn add_watch(&self, intention: Intention, id: u32, data: &dyn Serialize, in add_watch()
201 pub fn remove_watch(&self, intention: Intention, id: u32, data: &dyn Serialize, in remove_watch()
224 pub fn set_param(&self, intention: Intention, id: u32, data: &dyn Serialize, in set_param()
247 pub fn get_param(&self, intention: Intention, id: u32, data: &dyn Serialize, in get_param()
270 pub fn control(&self, intention: Intention, id: u32, data: &dyn Serialize, in control()
/base/msdp/device_status/rust/ipc/server/src/
Dfusion_ipc_delegator.rs91 fn enable(&self, intention: Intention, data: &BorrowedMsgParcel, in enable()
102 fn disable(&self, intention: Intention, data: &BorrowedMsgParcel, in disable()
113 fn start(&self, intention: Intention, data: &BorrowedMsgParcel, in start()
124 fn stop(&self, intention: Intention, data: &BorrowedMsgParcel, in stop()
135 fn add_watch(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel, in add_watch()
146 fn remove_watch(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel, in remove_watch()
157 fn set_param(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel, in set_param()
168 fn get_param(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel, in get_param()
179 fn control(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel, in control()
/base/msdp/device_status/rust/plugin_manager/src/
Dlib.rs63 fn instantiate_loader(&mut self, intention: &Intention) { in instantiate_loader()
141 pub fn unload_plugin(&mut self, intention: Intention) { in unload_plugin()