Home
last modified time | relevance | path

Searched refs:routerName (Results 1 - 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Ddeclarative_frontend_ng.cpp527 std::string routerName; in DumpFrontend() local
529 delegate_->GetState(routerIndex, routerName, routerPath); in DumpFrontend()
535 DumpLog::GetInstance().Print(0, routerName, 0); in DumpFrontend()
545 std::string routerName; in GetPagePath() local
547 delegate_->GetState(routerIndex, routerName, routerPath); in GetPagePath()
548 return routerPath + routerName; in GetPagePath()
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/config/
H A Daudio_usage_strategy_parser.cpp132 const std::string &routerName) in ParserStreamUsage()
140 renderConfigMap_[usage] = routerName; in ParserStreamUsage()
131 ParserStreamUsage(const std::vector<std::string> &buf, const std::string &routerName) ParserStreamUsage() argument
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/config/
H A Daudio_usage_strategy_parser.h62 void ParserStreamUsage(const std::vector<std::string> &buf, const std::string &routerName);
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend.cpp663 std::string routerName; in DumpFrontend() local
665 delegate_->GetState(routerIndex, routerName, routerPath); in DumpFrontend()
671 DumpLog::GetInstance().Print(0, routerName, 0); in DumpFrontend()
679 std::string routerName; 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.cpp741 std::string routerName; in DumpFrontend() local
746 delegate_->GetState(routerIndex, routerName, routerPath); in DumpFrontend()
752 DumpLog::GetInstance().Print(0, routerName, 0); in DumpFrontend()
762 std::string routerName; 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.cpp1136 std::string routerName; in Initialize() local
1138 delegate_->GetState(routerIndex, routerName, routerPath); in Initialize()
1139 return routerPath + routerName; in Initialize()

Completed in 9 milliseconds