Searched refs:RouterPageInfoNG (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | observer_handler.h | 96 struct RouterPageInfoNG { struct 104 …RouterPageInfoNG(napi_value context, int32_t index, std::string name, std::string path, RouterPage… in RouterPageInfoNG() argument 158 std::shared_ptr<RouterPageInfoNG> GetRouterPageState(const RefPtr<AceType>& node); 163 using RouterPageHandleFunc = void (*)(AbilityContextInfo&, const RouterPageInfoNG&);
|
H A D | observer_handler.cpp | 94 RouterPageInfoNG routerPageInfo(context, index, name, path, state, pageId); in NotifyRouterPageStateChange() 203 std::shared_ptr<RouterPageInfoNG> UIObserverHandler::GetRouterPageState(const RefPtr<AceType>& node) in GetRouterPageState() 223 return std::make_shared<RouterPageInfoNG>( in GetRouterPageState()
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/observer/ |
H A D | ui_observer_listener.h | 41 void OnRouterPageStateChange(const NG::RouterPageInfoNG& pageInfo);
|
H A D | ui_observer.h | 56 …id HandleRouterPageStateChange(NG::AbilityContextInfo& info, const NG::RouterPageInfoNG& pageInfo);
|
H A D | ui_observer.cpp | 429 …er::HandleRouterPageStateChange(NG::AbilityContextInfo& info, const NG::RouterPageInfoNG& pageInfo) in HandleRouterPageStateChange() 439 NG::RouterPageInfoNG abilityPageInfo( in HandleRouterPageStateChange()
|
H A D | ui_observer_listener.cpp | 80 void UIObserverListener::OnRouterPageStateChange(const NG::RouterPageInfoNG& pageInfo) in OnRouterPageStateChange()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_api.cpp | 103 std::shared_ptr<RouterPageInfoNG> GetRouterPageInfoByNode(ArkUINodeHandle node) in GetRouterPageInfoByNode()
|