Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_navigation_stack.cpp170 auto pushFunc = JSRef<JSFunc>::Cast(pushNameFunc); in Push() local
174 pushFunc->Call(dataSourceObj_, 2, params); in Push()
184 auto pushFunc = JSRef<JSFunc>::Cast(pushNameFunc); in PushName() local
188 pushFunc->Call(dataSourceObj_, 2, params); in PushName()
205 auto pushFunc = JSRef<JSFunc>::Cast(pushNameFunc); in Push() local
209 pushFunc->Call(dataSourceObj_, ARGC_COUNT_TWO, params); in Push()