Home
last modified time | relevance | path

Searched refs:Cancel (Results 1 - 25 of 200) sorted by relevance

12345678

/foundation/ability/ability_runtime/test/unittest/task_handler_wrap_test/
H A Dtask_handler_wrap_test.cpp92 auto result = taskHandle.Cancel(); in HWTEST_F()
105 auto result = taskHandle.Cancel(); in HWTEST_F()
167 auto result = taskHandle.Cancel(); in HWTEST_F()
180 auto result = taskHandle.Cancel(); in HWTEST_F()
/foundation/resourceschedule/ffrt/src/queue/
H A Dqueue_handler.h37 void Cancel();
39 int Cancel(const char* name);
40 int Cancel(QueueTask* task);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dasset_loader_test.cpp58 * @tc.name: Cancel
62 HWTEST_F(AssetLoaderTest, Cancel, TestSize.Level1) in HWTEST_F()
65 auto ret = loader.Cancel(); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_fade_controller.cpp56 pullTask_.Cancel(); in ~ScrollFadeController()
94 pullTask_.Cancel(); in ProcessAbsorb()
109 pullTask_.Cancel(); in ProcessPull()
139 pullTask_.Cancel(); in ProcessRecede()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/effect/
H A Dscroll_fade_controller.cpp54 pullTask_.Cancel(); in ~ScrollFadeController()
94 pullTask_.Cancel(); in ProcessAbsorb()
109 pullTask_.Cancel(); in ProcessPull()
139 pullTask_.Cancel(); in ProcessRecede()
/foundation/arkui/ace_engine/frameworks/base/thread/
H A Dcancelable_callback.h70 bool Cancel(bool waitUntilCompleted = false);
112 Cancel(waitUntilCompleted); in Reset()
122 Cancel(waitUntilCompleted); in Reset()
142 avatar.Cancel(true); in WaitUntilComplete()
156 bool CancelableCallback<void(V...)>::Cancel(bool waitUntilCompleted) in Cancel() function in OHOS::Ace::CancelableCallback
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_tasksignal/
H A Dtask_signal_n_exporter.cpp64 NVal::DeclareNapiFunction("cancel", Cancel), in Export()
85 napi_value TaskSignalNExporter::Cancel(napi_env env, napi_callback_info info) in Cancel() function in OHOS::FileManagement::ModuleFileIO::TaskSignalNExporter
100 auto ret = taskSignalEntity->taskSignal_->Cancel(); in Cancel()
/foundation/filemanagement/file_api/interfaces/test/unittest/task_signal/
H A Dtask_signal_test.cpp62 * @tc.desc: Test function of Cancel() interface for SUCCESS.
72 auto ret = signal->Cancel(); in HWTEST_F()
91 auto ret = signal->Cancel(); in HWTEST_F()
134 auto ret = signal->Cancel(); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/common/
H A Drender_boundary_manager.cpp57 if (!renderLayoutBoundaryTaskQueue_.back().updateTask.Cancel()) { in ResetTaskQueue()
67 } else if (renderLayoutBoundaryTaskQueue_.front().updateTask.Cancel()) { in ResetTaskQueue()
H A Dupdate_config_manager.h43 currentTask_.updateTask.Cancel(); in UpdateConfigSync()
103 currentTask_.updateTask.Cancel(); in CancelUselessTaskLocked()
/foundation/communication/nfc/services/src/
H A Dnfc_routing_manager.cpp64 CommitRoutingDog.Cancel(); in HandleCommitRouting()
84 ComputeRoutingParamDog.Cancel(); in HandleComputeRoutingParams()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dag_convert_callback_impl.cpp32 void ConvertCallbackImpl::Cancel() in Cancel() function in OHOS::AAFwk::ConvertCallbackImpl
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dasset_loader.cpp30 int32_t AssetLoader::Cancel() in Cancel() function in OHOS::DistributedData::AssetLoader
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dclick_recognizer.h113 fingerDeadlineTimer_.Cancel();
114 tapDeadlineTimer_.Cancel();
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dstate_style_manager.h141 pressStyleTask_.Cancel(); in DeletePressStyleTask()
148 pressCancelStyleTask_.Cancel(); in DeletePressCancelStyleTask()
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dsimple_spring_chain.cpp98 void SimpleSpringChain::Cancel() in Cancel() function in OHOS::Ace::SimpleSpringChain
103 currentNode->Cancel(); in Cancel()
/foundation/multimedia/player_framework/frameworks/native/transcoder/test/unittest/src/
H A Dtranscoder_mock.cpp134 int32_t TranscoderMock::Cancel() in Cancel() function in TranscoderMock
140 return transcoder_->Cancel(); in Cancel()
/foundation/multimedia/player_framework/services/services/transcoder/ipc/
H A Dtranscoder_service_stub.h51 int32_t Cancel() override;
77 int32_t Cancel(MessageParcel &data, MessageParcel &reply);
/foundation/distributeddatamgr/pasteboard/services/core/src/
H A Dpasteboard_dialog.cpp31 explicit DialogConnection(PasteBoardDialog::Cancel cancel) : cancel_(std::move(cancel)) {} in DialogConnection()
41 PasteBoardDialog::Cancel cancel_;
/foundation/filemanagement/storage_service/services/storage_daemon/include/mock/
H A Duser_idm_client_impl_mock.h37 virtual int32_t Cancel(int32_t userId) = 0;
59 MOCK_METHOD1(Cancel, int32_t(int32_t userId));
/foundation/filemanagement/storage_service/services/storage_daemon/mock/
H A Duser_idm_client_impl_mock.cpp60 int32_t UserIdmClientImpl::Cancel(int32_t userId) in Cancel() function in UserIdmClientImpl
62 return IUserIdmClientMoc::userIdmClientMoc->Cancel(userId); in Cancel()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dag_convert_callback_impl.h39 void Cancel();
/foundation/communication/nfc/services/src/utils/
H A Dnfc_watch_dog.h29 void Cancel();
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H A Dasset_loader.h29 virtual int32_t Cancel();
/foundation/distributeddatamgr/pasteboard/services/core/include/
H A Dpasteboard_dialog.h36 using Cancel = std::function<void()>;

Completed in 7 milliseconds

12345678