Home
last modified time | relevance | path

Searched refs:GetChangeEvent (Results 1 - 15 of 15) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/popup/
H A Dpopup_element_v2.cpp40 if (!popupComponentV2->GetChangeEvent().IsEmpty()) { in PerformBuild()
42 AceAsyncEvent<void(const std::string&)>::Create(popupComponentV2->GetChangeEvent(), context_); in PerformBuild()
H A Dpopup_component_v2.h56 const EventMarker& GetChangeEvent() const in GetChangeEvent() function in OHOS::Ace::PopupComponentV2
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_event_hub.h72 const OnSelectedEvent& GetChangeEvent() const in GetChangeEvent() function in OHOS::Ace::NG::IndexerEventHub
H A Dindexer_pattern.cpp1961 auto onChangeEvent = indexerEventHub->GetChangeEvent(); in FireOnSelect()
/foundation/arkui/ace_engine/frameworks/core/components/toggle/
H A Dtoggle_component.h72 const EventMarker& GetChangeEvent() const in GetChangeEvent() function in OHOS::Ace::ToggleComponent
H A Drender_toggle.cpp243 onChange_ = AceAsyncEvent<void(const std::string)>::Create(toggleComponent_->GetChangeEvent(), context_); in Update()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtabs_pattern.h70 ChangeEventWithPreIndexPtr GetChangeEvent() in GetChangeEvent() function in OHOS::Ace::NG::TabsPattern
H A Dtab_bar_pattern.cpp3082 auto onChangeEvent = tabsPattern->GetChangeEvent(); in HandleBottomTabBarAnimation()
/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Drender_checkable.cpp61 changeEvent_ = AceAsyncEvent<void(const std::string)>::Create(checkable->GetChangeEvent(), context_); in Update()
62 valueChangeEvent_ = checkable->GetChangeEvent().GetUiStrFunction(); in Update()
H A Dcheckable_component.h85 EventMarker& GetChangeEvent() in GetChangeEvent() function in OHOS::Ace::CheckableComponent
/foundation/arkui/ace_engine/frameworks/core/components/refresh/
H A Drefresh_component.h254 const EventMarker& GetChangeEvent() const in GetChangeEvent() function in OHOS::Ace::RefreshComponent
H A Drender_refresh.cpp95 if (!refresh->GetChangeEvent().IsEmpty()) { in Update()
97 AceAsyncEvent<void(const std::string&)>::Create(refresh->GetChangeEvent(), context_); in Update()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_datepicker.h74 static std::function<void(const std::string&)> GetChangeEvent(const JSRef<JSObject>& paramObject,
H A Djs_datepicker.cpp905 std::function<void(const std::string&)> JSDatePickerDialog::GetChangeEvent(const JSRef<JSObject>& paramObject, in GetChangeEvent() function in OHOS::OHOS::Ace::Framework::JSDatePickerDialog
1132 changeEvent = GetChangeEvent(paramObject, info, pickerType, frameNode); in Show()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_input.cpp521 auto& changeEvent = radio->GetChangeEvent(); in SetFormValueListener()
527 auto& changeEvent = checkbox->GetChangeEvent(); in SetFormValueListener()

Completed in 20 milliseconds