Home
last modified time | relevance | path

Searched defs:onDateChange (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_clock/
H A Drender_text_clock.h43 std::function<void(const std::string)> onDateChange; variable
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-textclock.md273 ### onDateChange subsection
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-textclock.md285 ### onDateChange subsection
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dpicker_model_impl.cpp96std::function<void(const std::string&)>&& onDateChange, std::function<void(const std::string&)>&& … in SetDatePickerDialogShow()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_datepicker_ffi.cpp143 auto onDateChange = [lambda = CJLambda::Create(callback)](const BaseEventInfo* index) -> void { in FfiOHOSAceFrameworkDatePickerSetOnDateChange() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_date_picker_modifier.cpp428 auto onDateChange = [extraParam](const BaseEventInfo* info) { in SetDatePickerOnDateChange() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_model_ng.cpp609 …nction<void(const std::string&)>&& onDateAccept, std::function<void(const std::string&)>&& onDateC… in SetDatePickerDialogShow()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_datepicker.cpp515 …auto onDateChange = [execCtx = info.GetExecutionContext(), func = std::move(jsFunc), node = target… in OnDateChange() local
818 auto onDateChange = paramObject->GetProperty("onDateChange"); in GetDateChangeEvent() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js22836 onDateChange(callback) { method in ArkDatePickerComponent
24501 onDateChange(event) { method in ArkTextClockComponent