Home
last modified time | relevance | path

Searched refs:SEARCH_SUBMIT (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_event_hub.h55 builder.SetEventType(Recorder::EventType::SEARCH_SUBMIT).SetText(value); in FireOnSubmit()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/recorder/
H A Devent_recorder.h41 SEARCH_SUBMIT, enumerator
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/recorder/
H A Devent_recorder_test.cpp557 .SetEventType(Recorder::EventType::SEARCH_SUBMIT);
561 EXPECT_EQ(observer->GetEventType(), static_cast<int32_t>(Recorder::EventType::SEARCH_SUBMIT));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp5024 .SetEventType(Recorder::EventType::SEARCH_SUBMIT) in RecordSubmitEvent()