Home
last modified time | relevance | path

Searched refs:EventParamsBuilder (Results 1 – 25 of 32) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/recorder/
H A Devent_recorder.cpp29 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 Devent_recorder.h90 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 Dexposure_processor.cpp61 EventParamsBuilder builder; in OnVisibleChange()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/recorder/
H A Devent_recorder_test.cpp540 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 Dnavdestination_event_hub.cpp77 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 Dtoggle_button_event_hub.h52 Recorder::EventParamsBuilder builder; in UpdateChangeEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/
H A Dswitch_event_hub.h57 Recorder::EventParamsBuilder builder; in UpdateChangeEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/
H A Dradio_event_hub.h50 Recorder::EventParamsBuilder builder; in UpdateChangeEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/
H A Dcheckbox_event_hub.h52 Recorder::EventParamsBuilder builder; in UpdateChangeEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/
H A Dcheckboxgroup_event_hub.h56 Recorder::EventParamsBuilder builder; in UpdateChangeEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigator/
H A Dnavigator_event_hub.cpp31 Recorder::EventParamsBuilder builder; in NavigatePage()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
H A Dsliding_panel_event_hub.h63 Recorder::EventParamsBuilder builder; in FireSizeChangeEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/
H A Dstepper_event_hub.h105 Recorder::EventParamsBuilder builder; in RecordEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_event_hub.h49 Recorder::EventParamsBuilder builder; in FireOnSubmit()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_event_hub.h187 Recorder::EventParamsBuilder builder; in RecorderOnEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_event_hub.h117 Recorder::EventParamsBuilder builder; in FireChangeEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/
H A Dpattern.h580 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 Dtextpicker_dialog_view.cpp564 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 Dtabs_pattern.cpp140 Recorder::EventParamsBuilder builder; in RecordChangeEvent()
/ohos5.0/foundation/arkui/ace_engine/build/
H A Dlibace.map327 OHOS::Ace::Recorder::EventParamsBuilder::*;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_pattern.cpp297 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 Drating_pattern.cpp369 Recorder::EventParamsBuilder builder; in FireChangeEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/
H A Drefresh_pattern.cpp509 Recorder::EventParamsBuilder builder; in FireStateChange()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/dialog/
H A Ddialog_test_ng.cpp1602 Recorder::EventParamsBuilder builderTest1;
1604 Recorder::EventParamsBuilder builderTest2;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/
H A Dside_bar_container_pattern.cpp870 Recorder::EventParamsBuilder builder; in FireChangeEvent()

12