/ohos5.0/foundation/arkui/ace_engine/frameworks/base/resource/binary/i18n/ |
H A D | entry.json | 5 "cancel":"取消", string 75 "cancel":"Cancel", string 155 "cancel":"İptal" string 213 "cancel":"Avbryt" string 242 "cancel":"Otkaži" string 387 "cancel":"ይቅር" string 416 "cancel":"Отказ" string 677 "cancel":"Utzi" string 1506 "cancel":"취소" string 1709 "cancel":"لغو" string [all …]
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/ |
H A D | join_handle.rs | 68 pub fn cancel(&self) { in cancel() method 154 pub fn cancel(&self) { in cancel() method 209 let cancel = handle.get_cancel_handle(); in ut_test_cancel_handle() localVariable
|
H A D | join_set.rs | 173 let cancel = handle.get_cancel_handle(); in spawn_inner() localVariable
|
H A D | raw.rs | 133 pub(crate) unsafe fn cancel(self) { in cancel() method
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | js-apis-arkui-Prefetcher.md | 153 ### cancel subsection
|
H A D | js-apis-animator.md | 187 ### cancel subsection
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | js-apis-arkui-Prefetcher.md | 157 ### cancel subsection
|
H A D | js-apis-animator.md | 236 ### cancel subsection
|
/ohos5.0/base/msdp/device_status/rust/modules/scheduler/sys/src/ |
H A D | task.rs | 37 pub fn cancel(&mut self) in cancel() method
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_textpicker_ffi.h | 32 void (*cancel)(); member
|
H A D | cj_customdialog_controller_ffi.h | 33 void(*cancel)(); member
|
H A D | cj_alert_dialog_ffi.cpp | 60 auto cancel = [lambda = CJLambda::Create(alertDialog.cancel)]() { in ParseAlertDialogConfirm() local
|
H A D | cj_alert_dialog_ffi.h | 51 void (*cancel)(); member
|
/ohos5.0/foundation/resourceschedule/ffrt/interfaces/kits/cpp/ |
H A D | queue.h | 254 inline int cancel(const task_handle& handle) in cancel() function
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/core/src/ |
H A D | pasteboard_dialog.cpp | 31 explicit DialogConnection(PasteBoardDialog::Cancel cancel) : cancel_(std::move(cancel)) in DialogConnection()
|
/ohos5.0/foundation/resourceschedule/ffrt/test/ut/testcase/ |
H A D | ut_queue.cpp | 113 int cancel = ffrt_queue_cancel(task2); variable 295 int cancel = ffrt_queue_cancel(t1); variable
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/ |
H A D | wheel.rs | 237 pub(crate) fn cancel(&mut self, clock_entry: NonNull<Clock>) { in cancel() method 354 pub(crate) fn cancel(&mut self, clock_entry: NonNull<Clock>) { in cancel() method
|
/ohos5.0/base/request/request/services/src/manage/scheduler/queue/ |
H A D | mod.rs | 260 fn cancel(self) { in cancel() method
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/ |
H A D | afd.rs | 169 pub(crate) unsafe fn cancel(&self, iosb: *mut IO_STATUS_BLOCK) -> io::Result<()> { in cancel() method
|
H A D | selector.rs | 514 fn cancel(&mut self) -> io::Result<()> { in cancel() method
|
/ohos5.0/foundation/multimodalinput/input/service/fingerprint_event_processor/src/ |
H A D | fingerprint_event_processor.cpp | 138 void FingerprintEventProcessor::ChangeScreenMissTouchFlag(bool screen, bool cancel) in ChangeScreenMissTouchFlag()
|
/ohos5.0/foundation/distributeddatamgr/preferences/test/ndk/unittest/ |
H A D | preferences_ndk_test.cpp | 665 const char *cancel[] = {"ndktest_bool_key_1"}; variable
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | pending_want_manager.cpp | 504 bool cancel = record->GetCanceled(); in RegisterCancelListener() local
|
/ohos5.0/foundation/resourceschedule/ffrt/docs/ |
H A D | user_guide.md | 774 `task_handle`:task的句柄,该句柄可以用于建立task之间的依赖
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/ |
H A D | async_pool.rs | 95 pub(crate) fn cancel(&self) { in cancel() method
|