Lines Matching defs:Intention
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()
180 fn enable(&self, intention: Intention, data: &BorrowedMsgParcel<'_>, in enable()
186 fn disable(&self, intention: Intention, data: &BorrowedMsgParcel<'_>, in disable()
192 fn start(&self, intention: Intention, data: &BorrowedMsgParcel<'_>, in start()
198 fn stop(&self, intention: Intention, data: &BorrowedMsgParcel<'_>, in stop()
204 fn add_watch(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>, in add_watch()
210 fn remove_watch(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>, in remove_watch()
216 fn set_param(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>, in set_param()
222 fn get_param(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>, in get_param()
228 fn control(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>, in control()