Home
last modified time | relevance | path

Searched defs:stop (Results 1 – 18 of 18) sorted by relevance

/base/request/request/services/src/manage/events/
Dstop.rs20 pub(crate) fn stop(&mut self, uid: u64, task_id: u32) -> ErrorCode { in stop() method
Dmod.rs33 mod stop; module
75 pub(crate) fn stop(uid: u64, task_id: u32) -> (Self, Recv<ErrorCode>) { in stop() method
/base/request/request/services/src/service/command/
Dstop.rs22 pub(crate) fn stop(&self, data: &mut MsgParcel, reply: &mut MsgParcel) -> IpcResult<()> { in stop() method
Dmod.rs26 mod stop; module
/base/telephony/call_manager/utils/include/
Dtimer.h70 void stop() in stop() function
/base/startup/init/services/modules/bootchart/
Dbootchart.h24 int stop; member
/base/security/device_security_level/services/include/
Ddslm_notify_node.h32 uint64_t stop; member
/base/startup/init/services/loopevent/loop/
Dle_loop.h40 uint32_t stop; member
/base/msdp/device_status/rust/modules/coordination/server/src/
Dcoordination.rs59 pub fn stop(&self, context: &CallingContext, in stop() method
Dlib.rs67 fn stop(&self, context: &CallingContext, data: &BorrowedMsgParcel, in stop() method
/base/web/webview/test/unittest/ohos_adapter/enterprise_device_impl_test/
Denterprise_device_impl_test.cpp112 bool stop = EnterpriseDeviceManagementAdapterImpl::GetInstance().StopObservePolicyChange(); variable
/base/msdp/device_status/rust/data/sys/src/
Dplugin_manager.rs43 …fn stop(&self, context: &CallingContext, data: &BorrowedMsgParcel, reply: &mut BorrowedMsgParcel) … in stop() method
/base/msdp/device_status/rust/modules/drag/server/src/
Dlib.rs102 fn stop(&self, context: &CallingContext, data: &BorrowedMsgParcel, in stop() method
/base/msdp/device_status/rust/ipc/service/src/
Dlib.rs57 …fn stop(&self, intention: Intention, data: &BorrowedMsgParcel<'_>, reply: &mut BorrowedMsgParcel<'… in stop() method
198 fn stop(&self, intention: Intention, data: &BorrowedMsgParcel<'_>, in stop() method
/base/msdp/device_status/rust/modules/basic/server/src/
Dlib.rs85 fn stop(&self, context: &CallingContext, data: &BorrowedMsgParcel, in stop() method
/base/msdp/device_status/rust/ipc/client/src/
Dlib.rs150 pub fn stop(&self, intention: Intention, data: &dyn Serialize, in stop() method
/base/msdp/device_status/rust/ipc/server/src/
Dfusion_ipc_delegator.rs128 fn stop(&self, intention: Intention, data: &BorrowedMsgParcel, in stop() method
/base/request/request/test/rustest/src/
Dlib.rs209 pub fn stop(&self, task_id: u32) { in stop() method