/base/web/webview/test/unittest/ohos_adapter/enterprise_device_impl_test/ |
H A D | enterprise_device_impl_test.cpp | 112 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 D | stop.rs | 22 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 D | mod.rs | 26 mod stop; modules
|
/base/telephony/call_manager/utils/include/ |
H A D | timer.h | 45 stop(); in ~Timer() 67 void stop() in stop() function in OHOS::Telephony::Timer
|
/base/security/device_security_level/services/include/ |
H A D | dslm_notify_node.h | 32 uint64_t stop; member
|
/base/startup/init/services/modules/bootchart/ |
H A D | bootchart.h | 24 int stop; member
|
H A D | bootchart.c | 185 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 D | mod.rs | 155 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 D | le_loop.c | 61 (*loop)->stop = 0;
in CreateLoop_() 82 if (!loop->stop) {
in CloseLoop() 176 loop->stop = 1;
in LE_StopLoop()
|
H A D | le_loop.h | 40 uint32_t stop;
member
|
H A D | le_epoll.c | 138 if (loop->stop) { in RunLoop_()
|
/base/msdp/device_status/rust/modules/coordination/server/src/ |
H A D | lib.rs | 67 fn stop(&self, context: &CallingContext, data: &BorrowedMsgParcel, in stop() functions 69 call_debug_enter!("FusionCoordinationServer::stop"); in stop() 71 self.0.stop(context, ¶m) in stop()
|
H A D | coordination.rs | 59 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 D | stop.rs | 20 pub(crate) fn stop(&mut self, uid: u64, task_id: u32) -> ErrorCode { 21 debug!("TaskManager stop, tid{}", task_id);
|
H A D | mod.rs | 33 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 D | plugin_manager.rs | 43 fn stop(&self, context: &CallingContext, data: &BorrowedMsgParcel, reply: &mut BorrowedMsgParcel) -> FusionResult<()>; in stop() functions
|
/base/msdp/device_status/rust/ipc/service/src/ |
H A D | lib.rs | 57 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 D | dslm_hidumper.c | 245 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 D | fusion_ipc_delegator.rs | 128 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 D | lib.rs | 85 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 D | lib.rs | 51 /// * `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 D | print_http_server_manager.cpp | 129 printHttpServerMap[printerName]->stop(); in StopServer()
|
/base/msdp/device_status/rust/ipc/client/src/ |
H A D | lib.rs | 149 /// 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 D | lib.rs | 107 /// Request to stop multi-device cooperation. 119 debug!(LOG_LABEL, "Call ipc_client::stop()"); in stop_coordination() 120 ipc_client.stop(Intention::Coordination, ¶m, &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 D | notification_bar.rs | 177 self.event_inner(task_id, TaskManagerEvent::stop) in stop_task()
|