Home
last modified time | relevance | path

Searched refs:GetPageId (Results 1 – 25 of 75) sorted by relevance

123

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dui_task_scheduler.h171 if (nodeLeft->GetPageId() != nodeRight->GetPageId()) { in operator()
172 return nodeLeft->GetPageId() < nodeRight->GetPageId(); in operator()
H A Dui_task_scheduler.cpp87 auto result = dirtyRenderNodes_[dirty->GetPageId()].emplace(dirty); in AddDirtyRenderNode()
200 dirtyLayoutNodesMap[dirty->GetPageId()].emplace(dirty); in NeedAdditionalLayout()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stage/
H A Dstage_element.cpp447 PerformPopMultimodalScene(pageIn->GetPageId(), pageOut->GetPageId()); in PerformPopPageTransition()
484 PerformPushMultimodalScene(pageComponent->GetPageId()); in PerformPushPage()
556 PerformReplaceActiveScene(newPage->GetPageId(), oldPage->GetPageId()); in PerformReplace()
577 if (topPage && directedPageId_ == topPage->GetPageId()) { in PerformPopToPage()
593 if (directedPageId_ == page->GetPageId()) { in PerformPopToPage()
597 PerformRemoveInactiveScene(page->GetPageId()); in PerformPopToPage()
616 PerformRemoveInactiveScene(page->GetPageId()); in PerformClear()
820 return page && singlePageId_ == page->GetPageId(); in RecycleSinglePage()
/ohos5.0/base/update/updater/services/ui/view/page/
H A Dpage_manager.cpp44 if (!BuildSubPages(basePage->GetPageId(), basePage, pageInfo.subpages, entry)) { in InitImpl()
135 if (id == curPage_->GetPageId()) { in ShowPage()
158 ShowPage(mainPage_->GetPageId()); in ShowMainPage()
217 return curPage_->GetPageId(); in GetCurPageId()
H A Dsub_page.h28 std::string GetPageId() override;
H A Dpage.h31 virtual std::string GetPageId() = 0;
H A Dbase_page.h32 std::string GetPageId() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_accessibility_node_info_impl.cpp52 int32_t ArkWebAccessibilityNodeInfoImpl::GetPageId() in GetPageId() function in OHOS::ArkWeb::ArkWebAccessibilityNodeInfoImpl
54 return nweb_accessibility_node_info_->GetPageId(); in GetPageId()
H A Dark_web_accessibility_node_info_impl.h43 int32_t GetPageId() override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dace_page.h36 int32_t GetPageId() const in GetPageId() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_element.cpp41 textFieldManager->SetScrollElement(context->GetLastPage()->GetPageId(), WeakClaim(this)); in OnMount()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/page/
H A Dpage_component.h34 int32_t GetPageId() in GetPageId() function
H A Dpage_element.h50 int32_t GetPageId() in GetPageId() function
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_accessibility_node_info_wrapper.cpp60 int32_t ArkWebAccessibilityNodeInfoWrapper::GetPageId() in GetPageId() function in OHOS::ArkWeb::ArkWebAccessibilityNodeInfoWrapper
62 return ark_web_accessibility_node_info_->GetPageId(); in GetPageId()
H A Dark_web_accessibility_node_info_wrapper.h40 int32_t GetPageId() override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/multimodal/
H A Dmultimodal_component.h43 int32_t GetPageId() const in GetPageId() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/multimodal/
H A Dmultimodal_scene.h51 int32_t GetPageId() const in GetPageId() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_command.cpp162 auto pageId = page->GetPageId(); in CreateDomNode()
239 auto pageId = page->GetPageId(); in CreateDomElement()
406 accessibilityNode->AddEvent(page->GetPageId(), events_); in Execute()
480 accessibilityNode->AddEvent(page->GetPageId(), events_); in Execute()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dinspector.cpp126 if (uiNode->GetPageId() != pageId) { in GetFrameNodeChildren()
247 if (uiNode->GetPageId() != pageId) { in GetFrameNodeChildren()
591 auto pageId = context->GetStageManager()->GetLastPage()->GetPageId(); in GetInspector()
615 auto pageId = context->GetStageManager()->GetLastPage()->GetPageId(); in GetInspectorOfNode()
745 auto pageId = context->GetStageManager()->GetLastPage()->GetPageId(); in GetSimplifiedInspector()
852 auto pageId = pageRootNode->GetPageId(); in GetInspectorTree()
868 auto pageId = pageNode->GetPageId(); in RecordOnePageNodes()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/
H A Dpage_info.h38 int32_t GetPageId() const in GetPageId() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Dnative_interface_accessibility_impl.h37 int32_t GetPageId() const in GetPageId() function
506 int32_t GetPageId() const in GetPageId() function
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_accessibility_node_info.h44 virtual int32_t GetPageId() = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Dcard_frontend_delegate.cpp41 …auto nodeId = eventMarker.GetData().eventId == "_root" ? DOM_ROOT_NODE_ID_BASE + page_->GetPageId() in FireCardEvent()
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_accessibility_node_info.h39 virtual int32_t GetPageId() = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend_delegate.cpp1221 delegate->SetCurrentPage(page->GetPageId()); in OnPageReady()
1226 delegate->OnPageDestroy(page->GetPageId()); in OnPageReady()
1251 TriggerPageUpdate(page->GetPageId()); in FlushPageCommand()
1257 auto result = pageMap_.try_emplace(page->GetPageId(), page); in AddPageLocked()
1281 pageRouteStack_.emplace_back(PageInfo { page->GetPageId(), url }); in OnPushPageSuccess()
1464 pageRouteStack_.emplace_back(PageInfo { page->GetPageId(), url}); in OnReplacePageSuccess()
1498 delegate->SetCurrentPage(page->GetPageId()); in ReplacePage()
1503 delegate->OnPageDestroy(page->GetPageId()); in ReplacePage()
1558 TriggerPageUpdate(page->GetPageId(), true); in RebuildAllPages()

123