/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/recorder/ |
H A D | event_recorder.cpp | 29 EventParamsBuilder::EventParamsBuilder() in EventParamsBuilder() function in OHOS::Ace::Recorder::EventParamsBuilder 34 EventParamsBuilder& EventParamsBuilder::SetEventType(EventType eventType) in SetEventType() 40 EventParamsBuilder& EventParamsBuilder::SetId(const std::string& id) in SetId() 48 EventParamsBuilder& EventParamsBuilder::SetType(const std::string& type) in SetType() 54 EventParamsBuilder& EventParamsBuilder::SetDescription(const std::string& desc) in SetDescription() 62 EventParamsBuilder& EventParamsBuilder::SetNavDst(const std::string& dstName) in SetNavDst() 70 EventParamsBuilder& EventParamsBuilder::SetPageUrl(const std::string& pageUrl) in SetPageUrl() 78 EventParamsBuilder& EventParamsBuilder::SetText(const std::string& value) in SetText() 86 EventParamsBuilder& EventParamsBuilder::SetChecked(bool value) in SetChecked() 93 EventParamsBuilder& EventParamsBuilder::SetIndex(int value) in SetIndex() [all …]
|
H A D | event_recorder.h | 90 class ACE_FORCE_EXPORT EventParamsBuilder { 92 EventParamsBuilder(); 94 ~EventParamsBuilder() = default; 98 EventParamsBuilder& SetId(const std::string& id); 110 EventParamsBuilder& SetChecked(bool value); 112 EventParamsBuilder& SetIndex(int value); 156 void OnClick(EventParamsBuilder&& builder); 157 void OnChange(EventParamsBuilder&& builder); 158 void OnEvent(EventParamsBuilder&& builder); 159 void OnNavDstShow(EventParamsBuilder&& builder); [all …]
|
H A D | exposure_processor.cpp | 61 EventParamsBuilder builder; in OnVisibleChange()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/recorder/ |
H A D | event_recorder_test.cpp | 540 Recorder::EventParamsBuilder builder1; 546 Recorder::EventParamsBuilder builder2; 553 Recorder::EventParamsBuilder builder3; 571 Recorder::EventParamsBuilder builder4; 577 Recorder::EventParamsBuilder builder5; 1002 Recorder::EventParamsBuilder builder1; 1017 Recorder::EventParamsBuilder builder1; 1031 Recorder::EventParamsBuilder builder1; 1045 Recorder::EventParamsBuilder builder1; 1059 Recorder::EventParamsBuilder builder1; [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/ |
H A D | navdestination_event_hub.cpp | 77 Recorder::EventParamsBuilder builder; in FireOnShownEvent() 102 Recorder::EventParamsBuilder builder; in FireOnHiddenEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/ |
H A D | toggle_button_event_hub.h | 52 Recorder::EventParamsBuilder builder; in UpdateChangeEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/ |
H A D | switch_event_hub.h | 57 Recorder::EventParamsBuilder builder; in UpdateChangeEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/ |
H A D | radio_event_hub.h | 50 Recorder::EventParamsBuilder builder; in UpdateChangeEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/ |
H A D | checkbox_event_hub.h | 52 Recorder::EventParamsBuilder builder; in UpdateChangeEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/ |
H A D | checkboxgroup_event_hub.h | 56 Recorder::EventParamsBuilder builder; in UpdateChangeEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigator/ |
H A D | navigator_event_hub.cpp | 31 Recorder::EventParamsBuilder builder; in NavigatePage()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/ |
H A D | sliding_panel_event_hub.h | 63 Recorder::EventParamsBuilder builder; in FireSizeChangeEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/ |
H A D | stepper_event_hub.h | 105 Recorder::EventParamsBuilder builder; in RecordEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/ |
H A D | search_event_hub.h | 49 Recorder::EventParamsBuilder builder; in FireOnSubmit()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/ |
H A D | video_event_hub.h | 187 Recorder::EventParamsBuilder builder; in RecorderOnEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_event_hub.h | 117 Recorder::EventParamsBuilder builder; in FireChangeEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ |
H A D | pattern.h | 580 Recorder::EventParamsBuilder builder; in GetLongPressEventRecorder() 703 Recorder::EventParamsBuilder builder; in InitClickEventRecorder()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
H A D | textpicker_dialog_view.cpp | 564 Recorder::EventParamsBuilder builder; in CreateConfirmNode() 819 Recorder::EventParamsBuilder builder; in CreateCancelNode() 1109 Recorder::EventParamsBuilder builder; in CreateForwardNode() 1156 Recorder::EventParamsBuilder builder; in CreateBackwardNode()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/ |
H A D | tabs_pattern.cpp | 140 Recorder::EventParamsBuilder builder; in RecordChangeEvent()
|
/ohos5.0/foundation/arkui/ace_engine/build/ |
H A D | libace.map | 327 OHOS::Ace::Recorder::EventParamsBuilder::*;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/ |
H A D | dialog_pattern.cpp | 297 Recorder::EventParamsBuilder builder; in RecordEvent() 952 Recorder::EventParamsBuilder builder; in BuildSheetItem()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rating/ |
H A D | rating_pattern.cpp | 369 Recorder::EventParamsBuilder builder; in FireChangeEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/ |
H A D | refresh_pattern.cpp | 509 Recorder::EventParamsBuilder builder; in FireStateChange()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/dialog/ |
H A D | dialog_test_ng.cpp | 1602 Recorder::EventParamsBuilder builderTest1; 1604 Recorder::EventParamsBuilder builderTest2;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/ |
H A D | side_bar_container_pattern.cpp | 870 Recorder::EventParamsBuilder builder; in FireChangeEvent()
|