Home
last modified time | relevance | path

Searched refs:OnCancel (Results 1 – 25 of 41) sorted by relevance

12

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/native/task_signal/
H A Dtask_signal.cpp41 OnCancel(); in Cancel()
60 void TaskSignal::OnCancel() in OnCancel() function in OHOS::DistributedFS::ModuleTaskSignal::TaskSignal
63 signalListener_->OnCancel(); in OnCancel()
72 OnCancel(); in CheckCancelIfNeed()
H A Dtask_signal_listener.h25 virtual void OnCancel() = 0;
H A Dtask_signal.h35 void OnCancel();
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/frameworks_common/httpsession_test/
H A Dapp_domain_verify_task_mgr_test.cpp85 EXPECT_CALL(*task, OnCancel(_, _)).Times(0);
112 EXPECT_CALL(*task, OnCancel(_, _)).Times(0);
139 EXPECT_CALL(*task, OnCancel(_, _)).Times(0);
166 EXPECT_CALL(*task, OnCancel(_, _)).Times(0);
193 EXPECT_CALL(*task, OnCancel(_, _)).Times(1);
211 void OnCancel(const HttpClientRequest& request, const HttpClientResponse& response) override in OnCancel() function in OHOS::AppDomainVerify::BaseHttpTask
237 baseHttpTask->OnCancel(request, response);
/ohos5.0/foundation/filemanagement/file_api/interfaces/test/unittest/task_signal/
H A Dtask_signal_test.cpp51 void OnCancel() in OnCancel() function in OHOS::DistributedFS::TaskSignalListenerTestImpl
113 listener->OnCancel();
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_tasksignal/
H A Dtask_signal_n_exporter.cpp65 NVal::DeclareNapiFunction("onCancel", OnCancel), in Export()
109 napi_value TaskSignalNExporter::OnCancel(napi_env env, napi_callback_info info) in OnCancel() function in OHOS::FileManagement::ModuleFileIO::TaskSignalNExporter
H A Dtask_signal_n_exporter.h34 static napi_value OnCancel(napi_env env, napi_callback_info info);
H A Dtask_signal_entity.h39 void OnCancel() override;
H A Dtask_signal_entity.cpp22 void TaskSignalEntity::OnCancel() in OnCancel() function in OHOS::FileManagement::ModuleFileIO::TaskSignalEntity
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dimage_animator_model_impl.cpp149 void ImageAnimatorModelImpl::SetOnCancel(std::function<void()>&& OnCancel) in SetOnCancel() argument
158 auto startEvent = EventMarker(std::move(OnCancel)); in SetOnCancel()
H A Dimage_animator_model_impl.h36 void SetOnCancel(std::function<void()>&& OnCancel) override;
/ohos5.0/foundation/bundlemanager/app_domain_verify/frameworks/common/src/httpsession/
H A Dapp_domain_verify_task_mgr.cpp146 clientTask->OnCancel( in GetTaskWrapper()
149 httpTask->OnCancel(request, response); in GetTaskWrapper()
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/
H A Dmock_verify_http_task.h26 …MOCK_METHOD(void, OnCancel, (const HttpClientRequest& request, const HttpClientResponse& response)…
/ohos5.0/foundation/bundlemanager/app_domain_verify/frameworks/common/include/httpsession/
H A Di_http_task.h31 virtual void OnCancel(const HttpClientRequest& request, const HttpClientResponse& response) = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_image_animator.h44 static void OnCancel(const JSCallbackInfo& info);
H A Djs_animator.h48 static void OnCancel(const JSCallbackInfo& info);
H A Djs_image_animator.cpp75 JSClass<JSImageAnimator>::StaticMethod("onCancel", &JSImageAnimator::OnCancel, opt); in JSBind()
227 void JSImageAnimator::OnCancel(const JSCallbackInfo& info) in OnCancel() function in OHOS::Ace::Framework::JSImageAnimator
/ohos5.0/foundation/bundlemanager/app_domain_verify/frameworks/verifier/include/
H A Dverify_http_task.h28 void OnCancel(const HttpClientRequest& request, const HttpClientResponse& response) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image_animator/
H A Dimage_animator_model.h42 virtual void SetOnCancel(std::function<void()>&& OnCancel) = 0;
H A Dimage_animator_model_ng.h37 void SetOnCancel(std::function<void()>&& OnCancel) override;
H A Dimage_animator_model_ng.cpp119 void ImageAnimatorModelNG::SetOnCancel(std::function<void()>&& OnCancel) in SetOnCancel() argument
125 eventHub->SetCancelEvent(OnCancel); in SetOnCancel()
/ohos5.0/foundation/bundlemanager/app_domain_verify/frameworks/verifier/src/
H A Dverify_http_task.cpp58 void VerifyHttpTask::OnCancel(const HttpClientRequest& request, const HttpClientResponse& response) in OnCancel() function in OHOS::AppDomainVerify::VerifyHttpTask
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/network/
H A Ddownload_manager_impl.cpp142 task->OnCancel( in Download()
198 … task->OnCancel([this, cancelCallback = downloadCallback.cancelCallback, instanceId, url, nodeId]( in DownloadAsync()
253 task->OnCancel( in DownloadSync()
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/mock_http_client/
H A Dhttp_client_task.h76 virtual void OnCancel( in OnCancel() function
/ohos5.0/base/update/updater/services/ui/control/
H A Devent_listener.h68 bool OnCancel(OHOS::UIView &view, const OHOS::CancelEvent &event) override;

12