Searched refs:CommonRouterWithCallbackProcess (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/router/ |
H A D | js_router.cpp | 314 static napi_value CommonRouterWithCallbackProcess( in CommonRouterWithCallbackProcess() function 370 return CommonRouterWithCallbackProcess(env, info, callback, "url"); in JSRouterPushWithCallback() 390 return CommonRouterWithCallbackProcess(env, info, callback, "url"); in JSRouterReplaceWithCallback() 404 return CommonRouterWithCallbackProcess(env, info, callback, "name"); in JSPushNamedRoute() 418 return CommonRouterWithCallbackProcess(env, info, callback, "name"); in JSReplaceNamedRoute()
|