/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/ |
H A D | ui_task_scheduler.h | 171 if (nodeLeft->GetPageId() != nodeRight->GetPageId()) { in operator() 172 return nodeLeft->GetPageId() < nodeRight->GetPageId(); in operator()
|
H A D | ui_task_scheduler.cpp | 87 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 D | stage_element.cpp | 447 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 D | page_manager.cpp | 44 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 D | sub_page.h | 28 std::string GetPageId() override;
|
H A D | page.h | 31 virtual std::string GetPageId() = 0;
|
H A D | base_page.h | 32 std::string GetPageId() override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_accessibility_node_info_impl.cpp | 52 int32_t ArkWebAccessibilityNodeInfoImpl::GetPageId() in GetPageId() function in OHOS::ArkWeb::ArkWebAccessibilityNodeInfoImpl 54 return nweb_accessibility_node_info_->GetPageId(); in GetPageId()
|
H A D | ark_web_accessibility_node_info_impl.h | 43 int32_t GetPageId() override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | ace_page.h | 36 int32_t GetPageId() const in GetPageId() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
H A D | scroll_element.cpp | 41 textFieldManager->SetScrollElement(context->GetLastPage()->GetPageId(), WeakClaim(this)); in OnMount()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/page/ |
H A D | page_component.h | 34 int32_t GetPageId() in GetPageId() function
|
H A D | page_element.h | 50 int32_t GetPageId() in GetPageId() function
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_accessibility_node_info_wrapper.cpp | 60 int32_t ArkWebAccessibilityNodeInfoWrapper::GetPageId() in GetPageId() function in OHOS::ArkWeb::ArkWebAccessibilityNodeInfoWrapper 62 return ark_web_accessibility_node_info_->GetPageId(); in GetPageId()
|
H A D | ark_web_accessibility_node_info_wrapper.h | 40 int32_t GetPageId() override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/multimodal/ |
H A D | multimodal_component.h | 43 int32_t GetPageId() const in GetPageId() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/multimodal/ |
H A D | multimodal_scene.h | 51 int32_t GetPageId() const in GetPageId() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | js_command.cpp | 162 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 D | inspector.cpp | 126 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 D | page_info.h | 38 int32_t GetPageId() const in GetPageId() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/accessibility/ |
H A D | native_interface_accessibility_impl.h | 37 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 D | ark_web_accessibility_node_info.h | 44 virtual int32_t GetPageId() = 0;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | card_frontend_delegate.cpp | 41 …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 D | nweb_accessibility_node_info.h | 39 virtual int32_t GetPageId() = 0;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend_delegate.cpp | 1221 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()
|