Home
last modified time | relevance | path

Searched refs:SetPagePath (Results 1 - 11 of 11) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/common/manifest/
H A Dmanifest_parser.h54 void SetPagePath(const std::string& pagePath) in SetPagePath() function in OHOS::Ace::Framework::ManifestParser
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.h113 void SetPagePath(const std::string& pagePath) in SetPagePath() function in OHOS::Ace::DeclarativeFrontend
116 delegate_->SetPagePath(pagePath); in SetPagePath()
H A Dfrontend_delegate_declarative.h318 void SetPagePath(const std::string& pagePath) in SetPagePath() function in OHOS::Ace::Framework::FrontendDelegateDeclarative
321 manifestParser_->SetPagePath(pagePath); in SetPagePath()
/foundation/barrierfree/accessibility/frameworks/asacfwk/src/
H A Daccessibility_element_operator_impl.cpp204 info.SetPagePath(""); in SetFiltering()
/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_element_info.h1375 void SetPagePath(const std::string &path);
/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_element_info.cpp325 void AccessibilityElementInfo::SetPagePath(const std::string &path) in SetPagePath() function in OHOS::Accessibility::AccessibilityElementInfo
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dpage_router_manager.cpp571 manifestParser_->SetPagePath(info.url); in StartRestore()
1505 manifestParser_->SetPagePath(target.url); in CreatePage()
1650 manifestParser_->SetPagePath(info.url); in RestorePageWithTarget()
/foundation/barrierfree/accessibility/frameworks/common/test/unittest/
H A Daccessibility_element_info_test.cpp1020 * @tc.name: SetPagePath
1021 * @tc.desc: Test function SetPagePath, GetPagePath
1026 elementInfo_->SetPagePath("test"); in HWTEST_F()
/foundation/barrierfree/accessibility/frameworks/common/test/mock/src/
H A Dmock_accessibility_element_info.cpp1020 * @tc.name: SetPagePath
1021 * @tc.desc: Test function SetPagePath, GetPagePath
1026 elementInfo_->SetPagePath("test"); in HWTEST_F()
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_container.cpp1098 front->SetPagePath(url); in LoadDocument()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_accessibility_manager.cpp325 nodeInfo.SetPagePath(manager->GetPagePath()); in UpdateAccessibilityNodeInfo()
1480 nodeInfo.SetPagePath(commonProperty.pagePath); in UpdateVirtualNodeChildAccessibilityElementInfo()
1527 nodeInfo.SetPagePath(commonProperty.pagePath); in UpdateVirtualNodeAccessibilityElementInfo()
1626 nodeInfo.SetPagePath(commonProperty.pagePath); in UpdateAccessibilityElementInfo()
1674 nodeInfo.SetPagePath(commonProperty.pagePath); in UpdateWebAccessibilityElementInfo()

Completed in 28 milliseconds