Home
last modified time | relevance | path

Searched refs:routerPath (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Ddeclarative_frontend_ng.cpp531 std::string routerPath; in DumpFrontend() local
532 delegate_->GetState(routerIndex, routerName, routerPath); in DumpFrontend()
536 DumpLog::GetInstance().AddDesc("Path: " + routerPath); in DumpFrontend()
549 std::string routerPath; in GetPagePath() local
550 delegate_->GetState(routerIndex, routerName, routerPath); in GetPagePath()
551 return routerPath + routerName; in GetPagePath()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/include/base/
H A Ddft_impl.h29 const char *routerPath = nullptr; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_frontend.cpp742 std::string routerPath; in DumpFrontend() local
746 delegate_->GetState(routerIndex, routerName, routerPath); in DumpFrontend()
750 DumpLog::GetInstance().AddDesc("Path: " + routerPath); in DumpFrontend()
763 std::string routerPath; in GetPagePath() local
764 delegate_->GetState(routerIndex, routerName, routerPath); in GetPagePath()
765 return routerPath + routerName; in GetPagePath()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend.cpp669 std::string routerPath; in DumpFrontend() local
670 delegate_->GetState(routerIndex, routerName, routerPath); in DumpFrontend()
674 DumpLog::GetInstance().AddDesc("Path: " + routerPath); in DumpFrontend()
685 std::string routerPath; in GetPagePath() local
686 delegate_->GetState(routerIndex, routerName, routerPath); in GetPagePath()
687 return routerPath + routerName; in GetPagePath()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Ddft_impl.cpp87 value.routerPath = DftImpl::GetPagePath(); in CallbackPageReplaced()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.cpp1146 std::string routerPath; in Initialize() local
1147 delegate_->GetState(routerIndex, routerName, routerPath); in Initialize()
1148 return routerPath + routerName; in Initialize()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp2797 std::string routerPath = hapModuleInfo.routerMap; in ProcessBundleRouterMap() local
2798 auto pos = routerPath.find(PROFILE_PREFIX); in ProcessBundleRouterMap()
2803 std::string routerJsonName = routerPath.substr(pos + PROFILE_PREFIX_LENGTH); in ProcessBundleRouterMap()