Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_function.h167 class ACE_EXPORT JsCommonEventFunction : public JsFunction {
168 DECLARE_ACE_TYPE(JsCommonEventFunction, JsFunction);
171 JsCommonEventFunction() = delete;
172 JsCommonEventFunction(const JSRef<JSFunc>& jsFunction) in JsCommonEventFunction() function
175 ~JsCommonEventFunction() override = default;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_richeditor.cpp562 …AceType::MakeRefPtr<JsCommonEventFunction<NG::RichEditorChangeValue, 2>>(JSRef<JSFunc>::Cast(info[… in SetOnDidChange()
1244 …AceType::MakeRefPtr<JsCommonEventFunction<NG::TextFieldCommonEvent, 2>>(JSRef<JSFunc>::Cast(info[0… in CreateJsRichEditorCommonEvent()
2726 …auto jsOnDidChangeFunc = AceType::MakeRefPtr<JsCommonEventFunction<NG::StyledStringChangeValue, 2>… in SetOnDidChange()
H A Djs_search.cpp763 auto jsTextFunc = AceType::MakeRefPtr<JsCommonEventFunction<NG::TextFieldCommonEvent, 2>>( in CreateJsSearchCommonEvent()
H A Djs_textfield.cpp901 auto jsTextFunc = AceType::MakeRefPtr<JsCommonEventFunction<NG::TextFieldCommonEvent, 2>>( in CreateJsTextFieldCommonEvent()