Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Ddeclarative_frontend_ng.cpp528 std::string routerPath; in DumpFrontend() local
529 delegate_->GetState(routerIndex, routerName, routerPath); in DumpFrontend()
533 DumpLog::GetInstance().AddDesc("Path: " + routerPath); in DumpFrontend()
546 std::string routerPath; in GetPagePath() local
547 delegate_->GetState(routerIndex, routerName, routerPath); in GetPagePath()
548 return routerPath + routerName; in GetPagePath()
/foundation/arkui/ace_engine_lite/frameworks/include/base/
H A Ddft_impl.h29 const char *routerPath = nullptr; member
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Ddft_impl.cpp87 value.routerPath = DftImpl::GetPagePath(); in CallbackPageReplaced()
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend.cpp664 std::string routerPath; in DumpFrontend() local
665 delegate_->GetState(routerIndex, routerName, routerPath); in DumpFrontend()
669 DumpLog::GetInstance().AddDesc("Path: " + routerPath); in DumpFrontend()
680 std::string routerPath; in GetPagePath() local
681 delegate_->GetState(routerIndex, routerName, routerPath); in GetPagePath()
682 return routerPath + routerName; in GetPagePath()
/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()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.cpp1137 std::string routerPath; in Initialize() local
1138 delegate_->GetState(routerIndex, routerName, routerPath); in Initialize()
1139 return routerPath + routerName; in Initialize()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp2820 std::string routerPath = hapModuleInfo.routerMap; in ProcessBundleRouterMap() local
2821 auto pos = routerPath.find(PROFILE_PREFIX); in ProcessBundleRouterMap()
2867 std::string routerPath = it->second.routerMap; in UpdateRouterInfo() local
2868 auto pos = routerPath.find(PROFILE_PREFIX); in UpdateRouterInfo()
2872 std::string routerJsonName = routerPath.substr(pos + PROFILE_PREFIX_LENGTH); in UpdateRouterInfo()

Completed in 22 milliseconds