Home
last modified time | relevance | path

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

/base/request/request/services/service/request/src/manager/events/
Dstop.rs22 pub(crate) fn stop(&mut self, uid: u64, task_id: u32) -> ErrorCode { in stop() method
Dmod.rs30 mod stop; module
99 pub(crate) fn stop(uid: u64, task_id: u32) -> (Self, Recv<ErrorCode>) { in stop() method
/base/telephony/call_manager/utils/include/
Dtimer.h67 void stop() in stop() function
/base/request/request/services/service/request/src/service/command/
Dmod.rs27 mod stop; module
/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/request/request/services/service/request/src/service/
Dability.rs88 pub(crate) fn stop() { in stop() method
Dmod.rs159 fn stop(&self, _data: &BorrowedMsgParcel, _reply: &mut BorrowedMsgParcel) -> IpcResult<()> { in stop() method
236 fn stop(&self, data: &BorrowedMsgParcel, reply: &mut BorrowedMsgParcel) -> IpcResult<()> { in stop() method
/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.cpp106 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