Searched refs:routerIndex (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_multifinger_multitap.cpp | 731 for (int routerIndex = 0; routerIndex < pathSize; routerIndex++) { in recognizeGesturePath() local 732 int32_t dx = static_cast<int32_t>(path[routerIndex + 1].px_ - path[routerIndex].px_); in recognizeGesturePath() 733 int32_t dy = static_cast<int32_t>(path[routerIndex + 1].py_ - path[routerIndex].py_); in recognizeGesturePath()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | declarative_frontend_ng.cpp | 529 int32_t routerIndex = 0; in DumpFrontend() local 532 delegate_->GetState(routerIndex, routerName, routerPath); in DumpFrontend() 537 DumpLog::GetInstance().AddDesc("Length: " + std::to_string(routerIndex)); in DumpFrontend() 547 int32_t routerIndex = 0; in GetPagePath() local 550 delegate_->GetState(routerIndex, routerName, routerPath); in GetPagePath()
|
/ohos5.0/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()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend.cpp | 667 int32_t routerIndex = 0; in DumpFrontend() local 670 delegate_->GetState(routerIndex, routerName, routerPath); in DumpFrontend() 675 DumpLog::GetInstance().AddDesc("Length: " + std::to_string(routerIndex)); in DumpFrontend() 683 int32_t routerIndex = 0; in GetPagePath() local 686 delegate_->GetState(routerIndex, routerName, routerPath); in GetPagePath()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | declarative_frontend.cpp | 1144 int32_t routerIndex = 0; in Initialize() local 1147 delegate_->GetState(routerIndex, routerName, routerPath); in Initialize()
|