Home
last modified time | relevance | path

Searched refs:JsOnPopupSelected (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_indexer.h47 static void JsOnPopupSelected(const JSCallbackInfo& args);
H A Djs_indexer.cpp269 void JSIndexer::JsOnPopupSelected(const JSCallbackInfo& args) in JsOnPopupSelected() function in OHOS::Ace::Framework::JSIndexer
585 JSClass<JSIndexer>::StaticMethod("onPopupSelected", &JSIndexer::JsOnPopupSelected, opt); in JSBind()
586 JSClass<JSIndexer>::StaticMethod("onPopupSelect", &JSIndexer::JsOnPopupSelected, opt); in JSBind()