| 315 | } |
| 316 | |
| 317 | void MyPositionController::ResetRoutingNotFollowTimer(bool blockTimer) |
| 318 | { |
| 319 | if (m_isInRouting) |
| 320 | { |
| 321 | m_routingNotFollowTimer.Reset(); |
| 322 | m_blockRoutingNotFollowTimer = blockTimer; |
| 323 | ResetNotification(m_routingNotFollowNotifyId); |
| 324 | } |
| 325 | } |
| 326 | |
| 327 | void MyPositionController::ResetBlockAutoZoomTimer() |
| 328 | { |
no test coverage detected