Searched refs:changeId (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | timepicker_model_impl.cpp | 86 auto changeId = EventMarker(std::move(onChange)); in SetTimePickerDialogShow() local 87 datePicker->SetDialogChangeEvent(changeId); in SetTimePickerDialogShow()
|
H A D | textpicker_model_impl.cpp | 112 auto changeId = EventMarker(std::move(onChange)); in SetTextPickerDialogShow() local 113 pickerText->SetDialogChangeEvent(changeId); in SetTextPickerDialogShow()
|
H A D | picker_model_impl.cpp | 154 auto changeId = EventMarker(std::move(onChange)); in SetDatePickerDialogShow() local 155 datePicker->SetDialogChangeEvent(changeId); in SetDatePickerDialogShow()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_textpicker_ffi.cpp | 56 auto changeId = [change](const std::string& info) { in TextPickerDialogEvent() local 77 dialogEvent["changeId"] = changeId; in TextPickerDialogEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/common/ |
H A D | state_mgmt_dfx.ts | 146 …decorator: string, propertyName: string, value: any, id: number, changeId?: number, inRenderingEle…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_calendar_picker.cpp | 565 …auto changeId = [execCtx = info.GetExecutionContext(), func = std::move(jsFunc), node = targetNode… in ChangeDialogEvent() local 573 dialogEvent["changeId"] = changeId; in ChangeDialogEvent()
|
H A D | js_textpicker.cpp | 1763 …auto changeId = [execCtx = info.GetExecutionContext(), func = std::move(jsFunc), node = targetNode… in DialogEvent() local 1771 dialogEvent["changeId"] = changeId; in DialogEvent() 1847 …auto changeId = EventMarker([execCtx = info.GetExecutionContext(), func = std::move(jsFunc), node … in AddEvent() local 1855 picker->SetDialogChangeEvent(changeId); in AddEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/ |
H A D | calendar_picker_pattern.cpp | 440 auto changeId = [weak = WeakClaim(this)](const std::string& info) { in ShowDialog() local 450 dialogEvent["changeId"] = changeId; in ShowDialog()
|