Searched defs:pause (Results 1 – 6 of 6) sorted by relevance
18 pub(crate) fn pause(&mut self, uid: u64, task_id: u32) -> ErrorCode { in pause() method
29 mod pause; module59 pub(crate) fn pause(uid: u64, task_id: u32) -> (Self, Recv<ErrorCode>) { in pause() method
24 pub(crate) fn pause(&self, data: &mut MsgParcel, reply: &mut MsgParcel) -> IpcResult<()> { in pause() method
18 mod pause; module
41 pub(crate) fn pause(client_manager: &ClientManagerEntry, notify_data: NotifyData) { in pause() method
117 pub fn pause(&self, task_id: u32) { in pause() method