Searched refs:routerIndex (Results 1 - 5 of 5) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | declarative_frontend_ng.cpp | 526 int32_t routerIndex = 0; in DumpFrontend() local 529 delegate_->GetState(routerIndex, routerName, routerPath); in DumpFrontend() 534 DumpLog::GetInstance().AddDesc("Length: " + std::to_string(routerIndex)); in DumpFrontend() 544 int32_t routerIndex = 0; in GetPagePath() local 547 delegate_->GetState(routerIndex, routerName, routerPath); in GetPagePath()
|
/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_multifinger_multitap.cpp | 732 for (int routerIndex = 0; routerIndex < pathSize; routerIndex++) { in recognizeGesturePath() 733 int32_t dx = static_cast<int32_t>(path[routerIndex + 1].px_ - path[routerIndex].px_); in recognizeGesturePath() 734 int32_t dy = static_cast<int32_t>(path[routerIndex + 1].py_ - path[routerIndex].py_); in recognizeGesturePath()
|
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend.cpp | 662 int32_t routerIndex = 0; in DumpFrontend() local 665 delegate_->GetState(routerIndex, routerName, routerPath); in DumpFrontend() 670 DumpLog::GetInstance().AddDesc("Length: " + std::to_string(routerIndex)); in DumpFrontend() 678 int32_t routerIndex = 0; in GetPagePath() local 681 delegate_->GetState(routerIndex, routerName, routerPath); in GetPagePath()
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | js_frontend.cpp | 740 int32_t routerIndex = 0; in DumpFrontend() local 746 delegate_->GetState(routerIndex, routerName, routerPath); in DumpFrontend() 751 DumpLog::GetInstance().AddDesc("Length: " + std::to_string(routerIndex)); in DumpFrontend() 761 int32_t routerIndex = 0; in GetPagePath() local 764 delegate_->GetState(routerIndex, routerName, routerPath); in GetPagePath()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | declarative_frontend.cpp | 1135 int32_t routerIndex = 0; in Initialize() local 1138 delegate_->GetState(routerIndex, routerName, routerPath); in Initialize()
|
Completed in 9 milliseconds