Searched refs:routerPath (Results 1 - 7 of 7) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | declarative_frontend_ng.cpp | 528 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 D | dft_impl.h | 29 const char *routerPath = nullptr; member
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
H A D | dft_impl.cpp | 87 value.routerPath = DftImpl::GetPagePath(); in CallbackPageReplaced()
|
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend.cpp | 664 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 D | js_frontend.cpp | 742 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 D | declarative_frontend.cpp | 1137 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 D | bundle_data_mgr.cpp | 2820 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