Home
last modified time | relevance | path

Searched refs:stop (Results 1 - 25 of 29) sorted by relevance

12

/base/web/webview/test/unittest/ohos_adapter/enterprise_device_impl_test/
H A Denterprise_device_impl_test.cpp112 bool stop = EnterpriseDeviceManagementAdapterImpl::GetInstance().StopObservePolicyChange(); in HWTEST_F() local
113 EXPECT_TRUE(stop); in HWTEST_F()
115 stop = EnterpriseDeviceManagementAdapterImpl::GetInstance().StopObservePolicyChange(); in HWTEST_F()
116 EXPECT_FALSE(stop); in HWTEST_F()
118 stop = EnterpriseDeviceManagementAdapterImpl::GetInstance().StopObservePolicyChange(); in HWTEST_F()
119 EXPECT_TRUE(stop); in HWTEST_F()
/base/request/request/services/src/service/command/
H A Dstop.rs22 pub(crate) fn stop(&self, data: &mut MsgParcel, reply: &mut MsgParcel) -> IpcResult<()> {
24 info!("Service stop tid {}", task_id);
27 error!("End Service stop, failed: task_id not valid");
38 let (event, rx) = TaskManagerEvent::stop(uid, task_id);
46 "End Service stop, tid: {}, failed: receives ret failed",
54 error!("End Service stop, tid: {}, failed: {}", task_id, ret as i32);
H A Dmod.rs26 mod stop; modules
/base/telephony/call_manager/utils/include/
H A Dtimer.h45 stop(); in ~Timer()
67 void stop() in stop() function in OHOS::Telephony::Timer
/base/security/device_security_level/services/include/
H A Ddslm_notify_node.h32 uint64_t stop; member
/base/startup/init/services/modules/bootchart/
H A Dbootchart.h24 int stop; member
H A Dbootchart.c185 if (g_bootchartCtrl->stop) { in BootchartThreadMain()
209 PLUGIN_LOGI("bootcharting stop"); in BootchartThreadMain()
238 g_bootchartCtrl->stop = 0; in DoBootchartStart()
257 g_bootchartCtrl->stop = 1; in DoBootchartStop()
272 } else if (strcmp(argv[0], "stop") == 0) { in DoBootchartCmd()
/base/request/request/services/src/manage/
H A Dmod.rs155 manager.stop(uid, task_id); in ut_manager_task_state_and_reason()
223 assert_eq!(manager.stop(uid, task_id), ErrorCode::TaskStateErr); in ut_manager_state_change_error()
246 assert_eq!(manager.stop(uid, task_id), ErrorCode::TaskStateErr); in ut_manager_state_change_error()
257 assert_eq!(manager.stop(uid, task_id), ErrorCode::ErrOk); in ut_manager_state_change_error()
259 assert_eq!(manager.stop(uid, task_id), ErrorCode::TaskStateErr); in ut_manager_state_change_error()
262 assert_eq!(manager.stop(uid, task_id), ErrorCode::ErrOk); in ut_manager_state_change_error()
310 manager.stop(uid, task_id); in ut_manager_reschedule()
321 manager.stop(uid, task_id); in ut_manager_reschedule()
/base/startup/init/services/loopevent/loop/
H A Dle_loop.c61 (*loop)->stop = 0; in CreateLoop_()
82 if (!loop->stop) { in CloseLoop()
176 loop->stop = 1; in LE_StopLoop()
H A Dle_loop.h40 uint32_t stop; member
H A Dle_epoll.c138 if (loop->stop) { in RunLoop_()
/base/msdp/device_status/rust/modules/coordination/server/src/
H A Dlib.rs67 fn stop(&self, context: &CallingContext, data: &BorrowedMsgParcel, in stop() functions
69 call_debug_enter!("FusionCoordinationServer::stop"); in stop()
71 self.0.stop(context, &param) in stop()
H A Dcoordination.rs59 pub fn stop(&self, context: &CallingContext, in stop() functions
62 call_debug_enter!("Coordination::stop"); in stop()
/base/request/request/services/src/manage/events/
H A Dstop.rs20 pub(crate) fn stop(&mut self, uid: u64, task_id: u32) -> ErrorCode {
21 debug!("TaskManager stop, tid{}", task_id);
H A Dmod.rs33 mod stop; modules
75 pub(crate) fn stop(uid: u64, task_id: u32) -> (Self, Recv<ErrorCode>) {
342 let (event, _rx) = TaskManagerEvent::stop(uid, task_id); in ut_task_manager_stop_resume()
/base/msdp/device_status/rust/data/sys/src/
H A Dplugin_manager.rs43 fn stop(&self, context: &CallingContext, data: &BorrowedMsgParcel, reply: &mut BorrowedMsgParcel) -> FusionResult<()>; in stop() functions
/base/msdp/device_status/rust/ipc/service/src/
H A Dlib.rs57 fn stop(&self, intention: Intention, data: &BorrowedMsgParcel<'_>, reply: &mut BorrowedMsgParcel<'_>) -> FusionResult<()>; in stop() functions
95 info!(LOG_LABEL, "Call stub.stop()");
96 stub.stop(intention, data, reply)
198 fn stop(&self, intention: Intention, data: &BorrowedMsgParcel<'_>, in stop() functions
200 call_debug_enter!("FusionIpcProxy::stop"); in stop()
/base/security/device_security_level/services/dfx/
H A Ddslm_hidumper.c245 if (strcpy_s(timeStop, TIME_STRING_LEN, GetTimeStringFromTimeStamp(notifyNode->stop)) != EOK) { in DumpHistoryCalls()
249 uint32_t cost = (notifyNode->stop > notifyNode->start) ? (notifyNode->stop - notifyNode->start) : 0; in DumpHistoryCalls()
/base/msdp/device_status/rust/ipc/server/src/
H A Dfusion_ipc_delegator.rs128 fn stop(&self, intention: Intention, data: &BorrowedMsgParcel, in stop() functions
130 call_debug_enter!("FusionIpcDelegator::stop"); in stop()
135 info!(LOG_LABEL, "Call plugin.stop()"); in stop()
136 plugin.stop(&context, data, reply) in stop()
/base/msdp/device_status/rust/modules/basic/server/src/
H A Dlib.rs85 fn stop(&self, context: &CallingContext, data: &BorrowedMsgParcel, in stop() functions
87 call_debug_enter!("FusionBasicServer::stop"); in stop()
/base/msdp/device_status/rust/modules/drag/server/src/
H A Dlib.rs51 /// * `IPlugin::stop` to start drag and reset mode of service.
102 fn stop(&self, context: &CallingContext, data: &BorrowedMsgParcel, in stop() functions
104 call_debug_enter!("FusionDragServer::stop"); in stop()
/base/print/print_fwk/services/print_service/src/
H A Dprint_http_server_manager.cpp129 printHttpServerMap[printerName]->stop(); in StopServer()
/base/msdp/device_status/rust/ipc/client/src/
H A Dlib.rs149 /// Request to stop the service identified by [`intention`].
150 pub fn stop(&self, intention: Intention, data: &dyn Serialize, in stop() functions
152 call_debug_enter!("FusionIpcClient::stop"); in stop()
162 info!(LOG_LABEL, "Call proxy.stop()");
163 self.0.stop(intention, &borrowed_data_parcel, reply)
/base/msdp/device_status/rust/modules/coordination/client/src/
H A Dlib.rs107 /// Request to stop multi-device cooperation.
119 debug!(LOG_LABEL, "Call ipc_client::stop()"); in stop_coordination()
120 ipc_client.stop(Intention::Coordination, &param, &mut borrowed_reply_parcel) in stop_coordination()
179 /// Request to stop listening for events of multi-device cooperation.
/base/request/request/services/src/service/
H A Dnotification_bar.rs177 self.event_inner(task_id, TaskManagerEvent::stop) in stop_task()

Completed in 9 milliseconds

12