Searched refs:ERROR_CODE_NAMED_ROUTE_ERROR (Results 1 - 4 of 4) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_scroller.cpp | 203 JSException::Throw(ERROR_CODE_NAMED_ROUTE_ERROR, "%s", "Controller not bound to component."); in Fling() 362 JSException::Throw(ERROR_CODE_NAMED_ROUTE_ERROR, "%s", "Controller not bound to component."); in GetItemRect() 382 JSException::Throw(ERROR_CODE_NAMED_ROUTE_ERROR, "%s", "Controller not bound to component."); in GetItemIndex()
|
H A D | js_list.cpp | 933 JSException::Throw(ERROR_CODE_NAMED_ROUTE_ERROR, "%s", "Controller not bound to component."); in GetItemRectInGroup() 953 JSException::Throw(ERROR_CODE_NAMED_ROUTE_ERROR, "%s", "Controller not bound to component."); in GetVisibleListContentInfo() 1001 JSException::Throw(ERROR_CODE_NAMED_ROUTE_ERROR, "%s", "Controller not bound to component."); in ScrollToItemInGroup() 1072 JSException::Throw(ERROR_CODE_NAMED_ROUTE_ERROR, "%s", "Controller not bound to component."); in CloseAllSwipeActions()
|
/foundation/arkui/ace_engine/frameworks/base/error/ |
H A D | error_code.h | 32 constexpr int32_t ERROR_CODE_NAMED_ROUTE_ERROR = 100004; // Named route error. member
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | page_router_manager.cpp | 1489 target.errorCallback("The named route is not exist.", ERROR_CODE_NAMED_ROUTE_ERROR); in CreatePage()
|
Completed in 8 milliseconds