Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_navdestination.h40 static void SetWillShow(const JSCallbackInfo& info);
H A Djs_navdestination.cpp442 void JSNavDestination::SetWillShow(const JSCallbackInfo& info) in SetWillShow() function in OHOS::Ace::Framework::JSNavDestination
603 JSClass<JSNavDestination>::StaticMethod("onWillShow", &JSNavDestination::SetWillShow); in JSBind()