Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Ddeclarative_frontend_ng.cpp526 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 Daccessibility_multifinger_multitap.cpp732 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 Dplugin_frontend.cpp662 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 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()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.cpp1135 int32_t routerIndex = 0; in Initialize() local
1138 delegate_->GetState(routerIndex, routerName, routerPath); in Initialize()

Completed in 9 milliseconds