Lines Matching refs:u32

60     fn add_watch(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>, reply: &mut BorrowedMsgParcel<'_>) -> FusionResult<()>;
62 fn remove_watch(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>, reply: &mut BorrowedMsgParcel<'_>) -> FusionResult<()>;
65 fn set_param(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>, reply: &mut BorrowedMsgParcel<'_>) -> FusionResult<()>;
68 fn get_param(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>, reply: &mut BorrowedMsgParcel<'_>) -> FusionResult<()>;
72 fn control(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>, reply: &mut BorrowedMsgParcel<'_>) -> FusionResult<()>;
75 fn on_remote_request(stub: &dyn IDeviceStatus, code: u32, data: &BorrowedMsgParcel<'_>,
149 fn send_request(&self, action: CommonAction, intention: Intention, id: u32,
183 self.send_request(CommonAction::Enable, intention, 0u32, data, reply)
189 self.send_request(CommonAction::Disable, intention, 0u32, data, reply)
195 self.send_request(CommonAction::Start, intention, 0u32, data, reply)
201 self.send_request(CommonAction::Stop, intention, 0u32, data, reply)
204 fn add_watch(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>,
210 fn remove_watch(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>,
216 fn set_param(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>,
222 fn get_param(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>,
228 fn control(&self, intention: Intention, id: u32, data: &BorrowedMsgParcel<'_>,