Home
last modified time | relevance | path

Searched refs:routerIndex (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_multifinger_multitap.cpp731 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 Ddeclarative_frontend_ng.cpp529 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 Djs_frontend.cpp740 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 Dplugin_frontend.cpp667 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 Ddeclarative_frontend.cpp1144 int32_t routerIndex = 0; in Initialize() local
1147 delegate_->GetState(routerIndex, routerName, routerPath); in Initialize()