| /foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
| H A D | click_event.cpp | 66 auto callback = [weak = WeakClaim(this)](GestureEvent& info) { in GetClickEvent() local
|
| H A D | long_press_event.cpp | 50 auto callback = [weak = WeakClaim(this)](GestureEvent& info) { in GetGestureEventFunc() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/declaration/web/ |
| H A D | web_client.h | 39 void RegisterReloadCallback(ReloadCallback &&callback) in RegisterReloadCallback() argument 44 void RegisterUpdageUrlCallback(UpdateUrlCallback &&callback) in RegisterUpdageUrlCallback() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/ |
| H A D | close_icon_pattern.h | 58 void SetClickButtonCallback(const ClickButtonCallback& callback) in SetClickButtonCallback() argument
|
| /foundation/ability/ability_runtime/services/abilitymgr/src/ |
| H A D | app_exception_handler.cpp | 70 auto callback = sptr<AppExceptionCallback>(new AppExceptionCallback()); in RegisterAppExceptionCallback() local
|
| /foundation/ability/ability_runtime/test/unittest/assert_fault_callback_death_mgr_test/ |
| H A D | assert_fault_callback_death_mgr_test.cpp | 53 AbilityRuntime::AssertFaultCallbackDeathMgr::CallbackTask callback;
in HWTEST_F() local 70 AbilityRuntime::AssertFaultCallbackDeathMgr::CallbackTask callback;
in HWTEST_F() local 87 AbilityRuntime::AssertFaultCallbackDeathMgr::CallbackTask callback;
in HWTEST_F() local
|
| /foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/ |
| H A D | idle_time_test.cpp | 35 std::function<void(int32_t)> callback = nullptr; in IdleTimeTest() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/svg/ |
| H A D | render_svg_polygon.cpp | 69 std::function<void(double)> callback = [weak = AceType::WeakClaim(this)](double value) { in PrepareSelfAnimation() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/text_span/ |
| H A D | render_text_span.cpp | 51 auto callback = [span = AceType::WeakClaim(this)] { in Update() local 61 fontManager->RegisterCallback(AceType::WeakClaim(this), familyName, callback); in Update() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
| H A D | animator_model_impl.cpp | 55 AddEventListener( std::function<void()>&& callback, EventOperation operation, const std::string& animatorId) AddEventListener() argument
|
| /foundation/arkui/ace_engine/frameworks/core/animation/ |
| H A D | property_animation.h | 43 void AddListener(const PropCallback& callback) in AddListener() argument
|
| H A D | spring_node_listenable.h | 30 void AddUpdateListener(const UpdateCallback& callback) in AddUpdateListener() argument
|
| /foundation/arkui/ace_engine/frameworks/core/common/ |
| H A D | font_loader.cpp | 28 void FontLoader::SetOnLoaded(const WeakPtr<RenderNode>& node, const std::function<void()>& callback) in SetOnLoaded() argument 53 void FontLoader::SetOnLoadedNG(const WeakPtr<NG::UINode>& node, const std::function<void()>& callback) in SetOnLoadedNG() argument
|
| H A D | window.cpp | 24 auto&& callback = [this](uint64_t nanoTimestamp, uint32_t frameCount) { OnVsync(nanoTimestamp, frameCount); }; in Window() local 58 void Window::SetVsyncCallback(AceVsyncCallback&& callback) in SetVsyncCallback() argument
|
| H A D | hdc_register.cpp | 52 void HdcRegister::StartHdcRegister(int32_t instanceId, Callback callback) in StartHdcRegister() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
| H A D | cj_stepper_ffi.cpp | 31 void FfiOHOSAceFrameworkStepperOnFinish(void (*callback)()) in FfiOHOSAceFrameworkStepperOnFinish() argument 36 void FfiOHOSAceFrameworkStepperOnSkip(void (*callback)()) in FfiOHOSAceFrameworkStepperOnSkip() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_clipboard.cpp | 47 RefPtr<JsClipboardFunction> callback = AceType::MakeRefPtr<JsClipboardFunction>(JSRef<JSFunc>::Cast(info[0])); in Get() local
|
| /foundation/arkui/ace_engine/adapter/preview/osal/ |
| H A D | stylus_detector_default.cpp | 31 RegisterStylusInteractionListener( const std::string& bundleName, const std::shared_ptr<IStylusDetectorCallback>& callback) RegisterStylusInteractionListener() argument
|
| /foundation/arkui/ace_engine/frameworks/base/utils/ |
| H A D | listener.h | 33 void AddListener(const ValueCallback& callback) in AddListener() argument 46 void RemoveListener(const ValueCallback& callback) in RemoveListener() argument [all...] |
| H A D | event_callback.h | 35 explicit EventCallback(FunctionType&& callback) : callback_(std::move(callback)) {} in EventCallback() argument 36 explicit EventCallback(const FunctionType& callback) : callback_(callback) {} in EventCallback() argument
|
| /foundation/arkui/ace_engine/frameworks/core/common/rosen/ |
| H A D | rosen_window.cpp | 50 void RSWindow::RegisterVsyncCallback(AceVsyncCallback&& callback) in RegisterVsyncCallback() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
| H A D | card_frontend_delegate_declarative.h | 67 void SetUpdateCardDataCallback(UpdateCardDataCallback&& callback) in SetUpdateCardDataCallback() argument
|
| /foundation/arkui/ace_engine/adapter/preview/inspector/ |
| H A D | inspector_client.cpp | 26 void InspectorClient::RegisterJSONTreeCallback(AssembleJSONTreeCallback&& callback) in RegisterJSONTreeCallback() argument 31 void InspectorClient::RegisterDefaultJSONTreeCallback(AssembleDefaultJSONTreeCallback&& callback) in RegisterDefaultJSONTreeCallback() argument 36 void InspectorClient::RegisterOperateComponentCallback(OperateComponentCallback&& callback) in RegisterOperateComponentCallback() argument 41 void InspectorClient::RegisterFastPreviewErrorCallback(FastPreviewErrorCallback&& callback) in RegisterFastPreviewErrorCallback() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/ |
| H A D | interactable_view.cpp | 32 static GestureEventFunc GestureEventWrapper(std::function<void(const ClickInfo& clickInfo)> callback) in GestureEventWrapper() argument 44 void InteractableView::OnClick(std::function<void(const ClickInfo& clickInfo)> callback) in OnClick() argument 52 void InteractableView::OnTouch(std::function<void(TouchEventInfo& touchInfo)> callback) in OnTouch() argument 58 OnAppear(std::function<void()> callback) OnAppear() argument 63 OnDisAppear(std::function<void()> callback) OnDisAppear() argument 68 OnHover(std::function<void(bool)> callback) OnHover() argument 75 OnKey(std::function<void(KeyEventInfo& keyInfo)> callback) OnKey() argument 80 OnDelete(std::function<void()> callback) OnDelete() argument [all...] |
| /foundation/arkui/ace_engine/test/mock/core/common/ |
| H A D | mock_window.cpp | 27 void Window::SetVsyncCallback(AceVsyncCallback&& callback) {} in SetVsyncCallback() argument
|