Searched refs:routerName (Results 1 - 6 of 6) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | declarative_frontend_ng.cpp | 527 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 D | audio_usage_strategy_parser.cpp | 132 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 D | audio_usage_strategy_parser.h | 62 void ParserStreamUsage(const std::vector<std::string> &buf, const std::string &routerName);
|
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend.cpp | 663 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 D | js_frontend.cpp | 741 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 D | declarative_frontend.cpp | 1136 std::string routerName; in Initialize() local 1138 delegate_->GetState(routerIndex, routerName, routerPath); in Initialize() 1139 return routerPath + routerName; in Initialize()
|
Completed in 7 milliseconds