Home
last modified time | relevance | path

Searched refs:JSTimePickerDialog (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_datepicker.cpp1593 void JSTimePickerDialog::JSBind(BindingTarget globalObj) in JSBind()
1595 JSClass<JSTimePickerDialog>::Declare("TimePickerDialog"); in JSBind()
1596 JSClass<JSTimePickerDialog>::StaticMethod("show", &JSTimePickerDialog::Show); in JSBind()
1598 JSClass<JSTimePickerDialog>::Bind<>(globalObj); in JSBind()
1667 void JSTimePickerDialog::Show(const JSCallbackInfo& info) in Show()
1811 void JSTimePickerDialog::TimePickerDialogShow(const JSRef<JSObject>& paramObj, in TimePickerDialogShow()
1863 void JSTimePickerDialog::CreateTimePicker(RefPtr<Component>& component, const JSRef<JSObject>& paramObj) in CreateTimePicker()
1878 PickerTime JSTimePickerDialog::ParseTime(const JSRef<JSVal>& timeVal) in ParseTime()
1906 PickerDate JSTimePickerDialog
[all...]
H A Djs_datepicker.h118 class JSTimePickerDialog { class
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_view_register_impl_ng.cpp528 JSTimePickerDialog::JSBind(globalObj); in JsBindViews()
H A Djsi_view_register_impl.cpp642 { "TimePickerDialog", JSTimePickerDialog::JSBind },

Completed in 7 milliseconds