Searched defs:JSNavPathInfo (Results 1 - 1 of 1) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ | ||
H A D | js_navdestination_context.h | 30 class JSNavPathInfo : public NG::NavPathInfo { class 34 JSNavPathInfo(const std::string& name, JSRef<JSVal> param) : NG::NavPathInfo(name), param_(param) {} in JSNavPathInfo() function in OHOS::Ace::Framework::JSNavPathInfo 35 JSNavPathInfo(const std::string& name, JSRef<JSVal> param, JSRef<JSVal> onPop, bool isEntry = false) in JSNavPathInfo() function in OHOS::Ace::Framework::JSNavPathInfo |
Completed in 1 milliseconds