Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dnavigation_controller.cpp26 using GetNavigationControllerFunc = NavigationController* (*)(UIContent*, const char*); typedef
37 …auto entry = reinterpret_cast<GetNavigationControllerFunc>(LOADSYM(handle, GET_NAVIGATION_CONTROL_… in GetNavigationController()