Searched refs:routerPath (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | declarative_frontend_ng.cpp | 531 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 D | dft_impl.h | 29 const char *routerPath = nullptr; member
|
/ohos5.0/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()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend.cpp | 669 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 D | dft_impl.cpp | 87 value.routerPath = DftImpl::GetPagePath(); in CallbackPageReplaced()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | declarative_frontend.cpp | 1146 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 D | bundle_data_mgr.cpp | 2797 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()
|