/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | frontend_delegate.cpp | 134 SetRequestFocusCallback( std::function<void(NG::RequestFocusResult result)> callback) SetRequestFocusCallback() argument
|
/foundation/arkui/ace_engine/adapter/ohos/capability/window_connection/ |
H A D | window_extension_connection_ohos.cpp | 145 sptr<Rosen::IWindowExtensionCallback> callback = new ConnectionCallback(node, instanceId); in ConnectExtension() local
|
/foundation/arkui/ace_engine/adapter/preview/entrance/clipboard/ |
H A D | clipboard_impl.cpp | 56 void ClipboardImpl::GetData(const std::function<void(const std::string&)>& callback, bool syncMode) in GetData() argument 71 void ClipboardImpl::HasData(const std::function<void(bool hasData)>& callback) in HasData() argument 34 GetSpanStringData( const std::function<void(std::vector<std::vector<uint8_t>>&, const std::string&, bool&)>& callback, bool syncMode) GetSpanStringData() argument 86 HasDataType( const std::function<void(bool hasData)>& callback, const std::vector<std::string>& mimeTypes) HasDataType() argument 102 GetPixelMapData(const std::function<void(const RefPtr<PixelMap>&)>& callback, bool syncMode) GetPixelMapData() argument 114 RegisterCallbackSetClipboardPixmapData(CallbackSetClipboardPixmapData callback) RegisterCallbackSetClipboardPixmapData() argument 119 RegisterCallbackGetClipboardPixmapData(CallbackGetClipboardPixmapData callback) RegisterCallbackGetClipboardPixmapData() argument [all...] |
/foundation/arkui/ace_engine/adapter/ohos/capability/window_connection_ng/ |
H A D | window_extension_connection_ohos_ng.cpp | 174 sptr<Rosen::IWindowExtensionCallback> callback = new NGConnectionCallback(node, instanceId); in ConnectExtension() local
|
/foundation/arkui/ace_engine/adapter/ohos/services/uiservice/src/ |
H A D | ui_service_mgr_client.cpp | 109 ShowDialog(const std::string& name, const std::string& params, OHOS::Rosen::WindowType windowType, int32_t x, int32_t y, int32_t width, int32_t height, DialogCallback callback, int32_t* id) ShowDialog() argument
|
/foundation/arkui/ace_engine/adapter/preview/entrance/msdp/ |
H A D | interaction_impl.cpp | 41 StartDrag(const DragDataCore& dragData, std::function<void(const OHOS::Ace::DragNotifyMsg&)> callback) StartDrag() argument
|
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | animatable_transform_operation.h | 72 void SetContextAndCallback(const WeakPtr<PipelineContext>& context, const RenderNodeAnimationCallback& callback) in SetContextAndCallback() argument
|
H A D | chain_animation.cpp | 76 auto&& callback = [weak = AceType::WeakClaim(this)](uint64_t duration) { in ChainAnimation() local
|
/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | ace_view_preview.h | 49 ACE_DCHECK(callback); variable 55 ACE_DCHECK(callback); variable 61 ACE_DCHECK(callback); variable 67 ACE_DCHECK(callback); global() variable 73 ACE_DCHECK(callback); global() variable 81 ACE_DCHECK(callback); global() variable 87 ACE_DCHECK(callback); global() variable 93 ACE_DCHECK(callback); global() variable 101 ACE_DCHECK(callback); global() variable 109 ACE_DCHECK(callback); global() variable 115 ACE_DCHECK(callback); global() variable 121 ACE_DCHECK(callback); global() variable [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_image_animator_ffi.cpp | 109 void FfiOHOSAceFrameworkImageAnimatorOnStart(void (*callback)()) in FfiOHOSAceFrameworkImageAnimatorOnStart() argument 114 void FfiOHOSAceFrameworkImageAnimatorOnPause(void (*callback)()) in FfiOHOSAceFrameworkImageAnimatorOnPause() argument 119 void FfiOHOSAceFrameworkImageAnimatorOnRepeat(void (*callback)()) in FfiOHOSAceFrameworkImageAnimatorOnRepeat() argument 124 void FfiOHOSAceFrameworkImageAnimatorOnCancel(void (*callback)()) in FfiOHOSAceFrameworkImageAnimatorOnCancel() argument 129 void FfiOHOSAceFrameworkImageAnimatorOnFinish(void (*callback)()) in FfiOHOSAceFrameworkImageAnimatorOnFinish() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | drag_drop_event.cpp | 103 auto callback = [weakDragDropNode = WeakClaim(this), addData = newData](const std::string& data) { in MergeClipboardData() local 124 auto callback = [weakDragDropNode = WeakClaim(this)](const std::string& data) { in RestoreCilpboardData() local
|
/foundation/arkui/ace_engine/test/mock/core/render/ |
H A D | mock_render_context.h | 125 void SetTransitionOutCallback(std::function<void()>&& callback) in SetTransitionOutCallback() argument
|
/foundation/arkui/ace_engine/test/unittest/core/event/ |
H A D | state_style_manager_test_ng.cpp | 82 auto callback = stateStyleMgr->GetPressedListener(); in HWTEST_F() local 129 auto callback = stateStyleMgr->GetPressedListener(); in HWTEST_F() local 232 auto callback = stateStyleMgr->GetPressedListener(); HWTEST_F() local 279 auto callback = stateStyleMgr->GetPressedListener(); HWTEST_F() local [all...] |
H A D | click_event_test_ng.cpp | 91 GestureEventFunc callback = [&unknownPropertyValue](GestureEvent& info) { unknownPropertyValue = info.GetScale(); }; in HWTEST_F() local 200 GestureEventFunc callback = [](GestureEvent& info) {}; in HWTEST_F() local 271 GestureEventFunc callback = [&result](GestureEvent& info) { result = RESULT_SUCCESS; }; in HWTEST_F() local 314 GestureEventFunc callback = [](GestureEvent& info) {}; HWTEST_F() local 362 GestureEventFunc callback = [](GestureEvent& info) {}; HWTEST_F() local [all...] |
/foundation/arkui/ace_engine/test/unittest/core/gestures/ |
H A D | pinch_recognizer_test_ng.cpp | 1424 auto callback = std::make_unique<GestureEventFunc>(funtest); in HWTEST_F() local
|
H A D | long_press_recognizer_test_ng.cpp | 923 auto callback = [](Offset offset) {}; in HWTEST_F() local 1021 auto callback = [](Offset offset) {}; in HWTEST_F() local 1042 auto callback = [](Offset offset) {}; in HWTEST_F() local 1140 auto callback = [](Offset offset) {}; HWTEST_F() local [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/ |
H A D | sheet_presentation_test_two_ng.cpp | 109 auto callback = [](const std::string&) {}; in HWTEST_F() local 142 auto callback = [](const std::string&) {}; in HWTEST_F() local 170 auto callback = [](const std::string&) {}; in HWTEST_F() local 204 auto callback = [](const std::string&) {}; in HWTEST_F() local 240 auto callback = [](const std::string&) {}; in HWTEST_F() local 276 auto callback = [](const std::string&) {}; HWTEST_F() local 296 auto callback = [](const std::string&) {}; HWTEST_F() local 316 auto callback = [](const std::string&) {}; HWTEST_F() local 349 auto callback = [](const std::string&) {}; HWTEST_F() local 392 auto callback = [](const std::string&) {}; HWTEST_F() local 431 auto callback = [](const std::string&) {}; HWTEST_F() local 470 auto callback = [](const std::string&) {}; HWTEST_F() local 514 auto callback = [](const std::string&) {}; HWTEST_F() local 533 auto callback = [](const std::string&) {}; HWTEST_F() local 552 auto callback = [](const std::string&) {}; HWTEST_F() local 571 auto callback = [](const std::string&) {}; HWTEST_F() local 590 auto callback = [](const std::string&) {}; HWTEST_F() local 609 auto callback = [](const std::string&) {}; HWTEST_F() local 628 auto callback = [](const std::string&) {}; HWTEST_F() local 650 auto callback = [](const std::string&) {}; HWTEST_F() local 669 auto callback = [](const std::string&) {}; HWTEST_F() local 698 auto callback = [](const std::string&) {}; HWTEST_F() local 730 auto callback = [](const std::string&) {}; HWTEST_F() local 764 auto callback = [](const std::string&) {}; HWTEST_F() local 804 auto callback = [](const std::string&) {}; HWTEST_F() local 848 auto callback = [](const std::string&) {}; HWTEST_F() local [all...] |
H A D | sheet_others_test_ng.cpp | 79 auto callback = [](const std::string&) {}; in HWTEST_F() local 114 auto callback = [](const std::string&) {}; in HWTEST_F() local 150 auto callback = [](const std::string&) {}; in HWTEST_F() local 195 auto callback = [](const std::string&) {}; in HWTEST_F() local 225 auto callback = [](const std::string&) {}; in HWTEST_F() local 249 auto callback = [](const std::string&) {}; HWTEST_F() local 270 auto callback = [](const std::string&) {}; HWTEST_F() local 291 auto callback = [](const std::string&) {}; HWTEST_F() local 318 auto callback = [](const std::string&) {}; HWTEST_F() local 345 auto callback = [](const std::string&) {}; HWTEST_F() local 369 auto callback = [](const std::string&) {}; HWTEST_F() local 391 auto callback = [](const std::string&) {}; HWTEST_F() local 415 auto callback = [](const std::string&) {}; HWTEST_F() local 439 auto callback = [](const std::string&) {}; HWTEST_F() local 462 auto callback = [](const std::string&) {}; HWTEST_F() local 490 auto callback = [](const std::string&) {}; HWTEST_F() local [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/relative_container/old_cases/ |
H A D | relative_container_guideline_test_ng.cpp | 106 void RelativeContainerGuideTestNg::CreateInstance(const std::function<void(RelativeContainerModelNG)>& callback) in CreateInstance() argument
|
/foundation/arkui/ace_engine/test/mock/core/common/ |
H A D | mock_stylus_detector_mgr.cpp | 24 SetText(int32_t nodeId, void* data, RefPtr<TaskExecutor> taskScheduler, std::shared_ptr<IAceStylusCallback> callback) SetText() argument 30 GetText(int32_t nodeId, RefPtr<TaskExecutor> taskScheduler, std::shared_ptr<IAceStylusCallback> callback) GetText() argument 36 OnDetector( const CommandType& command, void* data, std::shared_ptr<IAceStylusCallback> callback) OnDetector() argument 58 RegisterStylusInteractionListener( const std::string& bundleName, const std::shared_ptr<IStylusDetectorCallback>& callback) RegisterStylusInteractionListener() argument
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/ |
H A D | mock_plugin_component_manager.cpp | 57 RegisterCallBack( const AAFwk::Want& want, const std::shared_ptr<PluginComponentCallBack>& callback, CallBackType callBackType) RegisterCallBack() argument 68 ResgisterListener( const std::shared_ptr<PluginComponentCallBack>& callback, CallBackType callBackType) ResgisterListener() argument
|
/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | view_abstract_test_ng.h | 98 auto callback = []() { srcimages = "test"; }; member
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/gauge/ |
H A D | gauge_builder_test_ng.cpp | 108 void GaugeBuilderTestNg::Create(float values, float min, float max, const std::function<void(GaugeModelNG)>& callback) in Create() argument
|
H A D | gauge_pattern_test_ng.cpp | 109 void GaugePatternTestNg::Create(float values, float min, float max, const std::function<void(GaugeModelNG)>& callback) in Create() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/ |
H A D | page_info.h | 63 void SetAlertCallback(std::function<void(int32_t)>&& callback) in SetAlertCallback() argument
|