Home
last modified time | relevance | path

Searched refs:GetCurrentPageSourceMap (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dfrontend.h114 virtual RefPtr<Framework::RevSourceMap> GetCurrentPageSourceMap() const in GetCurrentPageSourceMap() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.h80 RefPtr<Framework::RevSourceMap> GetCurrentPageSourceMap() const override;
H A Ddeclarative_frontend.cpp767 RefPtr<Framework::RevSourceMap> DeclarativeFrontend::GetCurrentPageSourceMap() const in Initialize() function in OHOS::Ace::DeclarativeFrontend
770 return delegate_->GetCurrentPageSourceMap(); in Initialize()
H A Dfrontend_delegate_declarative.h339 RefPtr<RevSourceMap> GetCurrentPageSourceMap();
H A Dfrontend_delegate_declarative.cpp763 RefPtr<RevSourceMap> FrontendDelegateDeclarative::GetCurrentPageSourceMap() in GetCurrentPageSourceMap() function in OHOS::Ace::Framework::FrontendDelegateDeclarative
769 return pageRouterManager_->GetCurrentPageSourceMap(assetManager_); in GetCurrentPageSourceMap()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dpage_router_manager.h187 … RefPtr<Framework::RevSourceMap> GetCurrentPageSourceMap(const RefPtr<AssetManager>& assetManager);
H A Dfrontend_delegate_declarative_ng.h293 RefPtr<RevSourceMap> GetCurrentPageSourceMap();
H A Dfrontend_delegate_declarative_ng.cpp972 RefPtr<RevSourceMap> FrontendDelegateDeclarativeNG::GetCurrentPageSourceMap() in GetCurrentPageSourceMap() function in OHOS::Ace::Framework::FrontendDelegateDeclarativeNG
975 return pageRouterManager_->GetCurrentPageSourceMap(assetManager_); in GetCurrentPageSourceMap()
H A Dpage_router_manager.cpp898 RefPtr<Framework::RevSourceMap> PageRouterManager::GetCurrentPageSourceMap(const RefPtr<AssetManage… in GetCurrentPageSourceMap() function in OHOS::Ace::NG::PageRouterManager
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_base_utils.cpp172 pageMap = frontEnd->GetCurrentPageSourceMap(); in GenerateSummaryBody()
323 pageMap = frontEnd->GetCurrentPageSourceMap(); in TransSourceStack()