Home
last modified time | relevance | path

Searched full:cancel (Results 1 – 25 of 391) sorted by relevance

12345678910>>...16

/base/print/print_fwk/etc/init/
Dcupsd.conf74 …on Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspe…
87 …-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After Cancel-Jobs CUPS-Accept-J…
93 # Only the owner or an administrator can cancel or authenticate a job...
94 <Limit Cancel-Job CUPS-Authenticate-Job>
118 …on Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspe…
132 …-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After Cancel-Jobs CUPS-Accept-J…
138 # Only the owner or an administrator can cancel or authenticate a job...
139 <Limit Cancel-Job CUPS-Authenticate-Job>
164 …on Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspe…
178 …-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After Cancel-Jobs CUPS-Accept-J…
[all …]
/base/powermgr/power_manager/services/native/src/wakeup/
Dwakeup_controller.h46 void Cancel();
120 virtual void Cancel() = 0;
156 void Cancel() override;
167 void Cancel() override;
175 void Cancel() override;
183 void Cancel() override;
191 void Cancel() override;
199 void Cancel() override;
207 void Cancel() override;
215 void Cancel() override;
[all …]
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_constant.h216 * Indicates that a notification is deleted by bundle because the application cancel it.
221 * Indicates that a notification is deleted by agent because the application cancel it.
226 * Indicates that a notification is deleted because the reminder cancel it.
231 * Indicates that a notification is deleted because the application cancel it by group.
236 * Indicates that a notification is deleted by group because the system cancel it.
241 * Indicates that aLL notification is deleted because the system cancel it.
246 * Indicates that aLL notification is deleted by userId because the system cancel it.
251 * Indicates that notification is deleted because eight-hour timer cancel it.
256 * Indicates that notification is deleted because four-hour timer cancel it.
261 * Indicates that notification is deleted because ten-minutes timer cancel it.
[all …]
/base/powermgr/power_manager/power_dialog/entry/src/main/ets/pages/
DinputDialog.ets34 cancel: () => void = () => {
77 this.cancel();
103 cancel: () => { this.onCancel() },
107 cancel: this.existApp,
130 console.log('cancel input');
134 console.log('cancel terminateSelf session end');
137 console.log('cancel end');
139 console.error('cancel failed:%{public}s', JSON.stringify(err));
DthermalLowDialog.ets31 cancel: () => void = () => {
55 this.cancel();
71 cancel: this.onCancel,
73 cancel: this.existApp,
DthermalHighDialog.ets32 cancel: () => void = () => {
56 this.cancel();
72 cancel: this.onCancel,
74 cancel: this.existApp,
DpowerDialog.ets33 cancel: () => void = () => {
61 this.cancel();
93 cancel: this.onCancel,
97 cancel: this.existApp,
121 console.log('power dialog cancel failed: ' + JSON.stringify(err));
/base/location/services/location_ui/entry/src/main/resources/base/element/
Dstring.json49 "value": "Cancel"
93 "value": "Cancel"
105 "value": "Cancel"
117 "value": "Cancel"
/base/usb/usb_manager/frameworks/dialog/dialog_ui/usb_right_dialog/src/main/ets/util/
DNotificationUtil.ts133 * cancel notification by id
137 await notificationManager.cancel(id);
138 console.log(TAG + 'cancel notification success');
141 console.error(TAG + '=cancel notification err: ' + JSON.stringify(err));
147 * cancel all notification
152 console.log(TAG + 'cancel all notification success');
155 console.error(TAG + 'cancel all notification err ' + JSON.stringify(err));
/base/msdp/device_status/rust/modules/scheduler/sys/src/
Dtask.rs36 /// Cancel this task.
37 pub fn cancel(&mut self) in cancel() method
40 join_handle.cancel(); in cancel()
Dlib.rs100 /// Calling `TaskHandle::cancel` to cancel the posted task before it finish.
130 /// Calling `TaskHandle::cancel` to cancel the posted task before it finish.
152 /// Calling `TaskHandle::cancel` to cancel the posted task before it finish.
172 /// Calling `TaskHandle::cancel` to cancel the posted task before it finish.
/base/powermgr/power_manager/services/native/src/suspend/
Dsuspend_controller.h51 void Cancel();
124 virtual void Cancel() = 0;
172 void Cancel() override;
187 void Cancel() override;
196 void Cancel() override;
204 void Cancel() override;
/base/sensors/miscdevice/test/unittest/vibrator/native/
Dvibrator_agent_test.cpp273 Cancel();
291 Cancel();
313 Cancel();
335 Cancel();
357 Cancel();
379 Cancel();
401 Cancel();
423 Cancel();
445 Cancel();
467 Cancel();
[all …]
/base/powermgr/power_manager/utils/ffrt/include/
Dffrt_utils.h107 * Cancel the FFRT task.
109 * You cannot cancel a completed task.
116 * Cancel the FFRT task.
118 * You cannot cancel a completed task.
121 * @param queue Shared_ptr of FFRT task cancel queue.
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
Dark_web_data_resubmission_callback_wrapper.cpp27 void ArkWebDataResubmissionCallbackWrapper::Cancel() in Cancel() function in OHOS::ArkWeb::ArkWebDataResubmissionCallbackWrapper
29 ark_web_data_resubmission_callback_->Cancel(); in Cancel()
Dark_web_quick_menu_callback_wrapper.cpp27 void ArkWebQuickMenuCallbackWrapper::Cancel() in Cancel() function in OHOS::ArkWeb::ArkWebQuickMenuCallbackWrapper
29 ark_web_quick_menu_callback_->Cancel(); in Cancel()
Dark_web_resource_ready_callback_impl.cpp27 void ArkWebResourceReadyCallbackImpl::Cancel() in Cancel() function in OHOS::ArkWeb::ArkWebResourceReadyCallbackImpl
29 nweb_resource_ready_callback_->Cancel(); in Cancel()
Dark_web_context_menu_callback_wrapper.cpp27 void ArkWebContextMenuCallbackWrapper::Cancel() in Cancel() function in OHOS::ArkWeb::ArkWebContextMenuCallbackWrapper
29 ark_web_context_menu_callback_->Cancel(); in Cancel()
Dark_web_select_popup_menu_callback_wrapper.cpp27 void ArkWebSelectPopupMenuCallbackWrapper::Cancel() in Cancel() function in OHOS::ArkWeb::ArkWebSelectPopupMenuCallbackWrapper
29 ark_web_select_popup_menu_callback_->Cancel(); in Cancel()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
Dark_web_resource_ready_callback_wrapper.cpp27 void ArkWebResourceReadyCallbackWrapper::Cancel() in Cancel() function in OHOS::ArkWeb::ArkWebResourceReadyCallbackWrapper
29 ark_web_resource_ready_callback_->Cancel(); in Cancel()
Dark_web_data_resubmission_callback_impl.cpp27 void ArkWebDataResubmissionCallbackImpl::Cancel() in Cancel() function in OHOS::ArkWeb::ArkWebDataResubmissionCallbackImpl
29 nweb_data_resubmission_callback_->Cancel(); in Cancel()
Dark_web_select_popup_menu_callback_impl.cpp27 void ArkWebSelectPopupMenuCallbackImpl::Cancel() in Cancel() function in OHOS::ArkWeb::ArkWebSelectPopupMenuCallbackImpl
29 nweb_select_popup_menu_callback_->Cancel(); in Cancel()
Dark_web_quick_menu_callback_impl.cpp29 void ArkWebQuickMenuCallbackImpl::Cancel() in Cancel() function in OHOS::ArkWeb::ArkWebQuickMenuCallbackImpl
31 nweb_quick_menu_callback_->Cancel(); in Cancel()
Dark_web_context_menu_callback_impl.cpp29 void ArkWebContextMenuCallbackImpl::Cancel() in Cancel() function in OHOS::ArkWeb::ArkWebContextMenuCallbackImpl
31 nweb_context_menu_callback_->Cancel(); in Cancel()
Dark_web_js_dialog_result_impl.cpp27 void ArkWebJsDialogResultImpl::Cancel() in Cancel() function in OHOS::ArkWeb::ArkWebJsDialogResultImpl
29 nweb_js_dialog_result_->Cancel(); in Cancel()

12345678910>>...16