Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/common/
H A Dfrontend.h114 virtual RefPtr<Framework::RevSourceMap> GetCurrentPageSourceMap() const in GetCurrentPageSourceMap() function in OHOS::Ace::Frontend
/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.h294 RefPtr<RevSourceMap> GetCurrentPageSourceMap();
H A Dfrontend_delegate_declarative_ng.cpp969 RefPtr<RevSourceMap> FrontendDelegateDeclarativeNG::GetCurrentPageSourceMap() in GetCurrentPageSourceMap() function in OHOS::Ace::Framework::FrontendDelegateDeclarativeNG
972 return pageRouterManager_->GetCurrentPageSourceMap(assetManager_); in GetCurrentPageSourceMap()
H A Dpage_router_manager.cpp887 RefPtr<Framework::RevSourceMap> PageRouterManager::GetCurrentPageSourceMap(const RefPtr<AssetManager>& assetManager) in GetCurrentPageSourceMap() function in OHOS::Ace::NG::PageRouterManager
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.h80 RefPtr<Framework::RevSourceMap> GetCurrentPageSourceMap() const override;
H A Dfrontend_delegate_declarative.h340 RefPtr<RevSourceMap> GetCurrentPageSourceMap();
H A Ddeclarative_frontend.cpp759 RefPtr<Framework::RevSourceMap> DeclarativeFrontend::GetCurrentPageSourceMap() const in Initialize() function in OHOS::Ace::DeclarativeFrontend
762 return delegate_->GetCurrentPageSourceMap(); in Initialize()
H A Dfrontend_delegate_declarative.cpp738 RefPtr<RevSourceMap> FrontendDelegateDeclarative::GetCurrentPageSourceMap() in GetCurrentPageSourceMap() function in OHOS::Ace::Framework::FrontendDelegateDeclarative
744 return pageRouterManager_->GetCurrentPageSourceMap(assetManager_); in GetCurrentPageSourceMap()
/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()

Completed in 24 milliseconds