Searched defs:Intention (Results 1 – 6 of 6) sorted by relevance
| /base/msdp/device_status/rust/ipc/service/src/ |
| D | lib.rs | 51 …fn enable(&self, intention: Intention, data: &BorrowedMsgParcel<'_>, reply: &mut BorrowedMsgParcel… in enable() 53 …fn disable(&self, intention: Intention, data: &BorrowedMsgParcel<'_>, reply: &mut BorrowedMsgParce… in disable() 55 …fn start(&self, intention: Intention, data: &BorrowedMsgParcel<'_>, reply: &mut BorrowedMsgParcel<… in start() 57 …fn stop(&self, intention: Intention, data: &BorrowedMsgParcel<'_>, reply: &mut BorrowedMsgParcel<'… in stop() 60 …fn add_watch(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>, reply: &mut Borro… in add_watch() 62 …fn remove_watch(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>, reply: &mut Bo… in remove_watch() 65 …fn set_param(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>, reply: &mut Borro… in set_param() 68 …fn get_param(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>, reply: &mut Borro… in get_param() 72 …fn control(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>, reply: &mut Borrowe… in control() 149 fn send_request(&self, action: CommonAction, intention: Intention, id: u32, in send_request() [all …]
|
| D | identity.rs | 56 pub fn compose_param_id(action: CommonAction, intention: Intention, param: u32) -> u32 in compose_param_id() 70 pub fn split_intention(code: u32) -> FusionResult<Intention> in split_intention()
|
| /base/msdp/device_status/rust/ipc/client/src/ |
| D | lib.rs | 81 pub fn enable(&self, intention: Intention, data: &dyn Serialize, in enable() 104 pub fn disable(&self, intention: Intention, data: &dyn Serialize, in disable() 127 pub fn start(&self, intention: Intention, data: &dyn Serialize, in start() 150 pub fn stop(&self, intention: Intention, data: &dyn Serialize, in stop() 175 pub fn add_watch(&self, intention: Intention, id: u32, data: &dyn Serialize, in add_watch() 198 pub fn remove_watch(&self, intention: Intention, id: u32, data: &dyn Serialize, in remove_watch() 223 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() 272 pub fn control(&self, intention: Intention, id: u32, data: &dyn Serialize, in control()
|
| /base/msdp/device_status/rust/ipc/server/src/ |
| D | fusion_ipc_delegator.rs | 95 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()
|
| /base/msdp/device_status/rust/plugin_manager/src/ |
| D | lib.rs | 64 fn instantiate_loader(&mut self, intention: &Intention) { in instantiate_loader() 142 pub fn unload_plugin(&mut self, intention: Intention) { in unload_plugin()
|
| /base/msdp/device_status/intention/prototype/include/ |
| D | intention_identity.h | 39 enum class Intention : uint32_t { enum
|