Searched refs:mRecurrentAction (Results 1 – 2 of 2) sorted by relevance
159 std::shared_ptr<std::function<void()>> mRecurrentAction; variable
145 mRecurrentAction = std::make_shared<std::function<void()>>( in DefaultVehicleHal()149 mRecurrentTimer.registerTimerCallback(HEART_BEAT_INTERVAL_IN_NANO, mRecurrentAction); in DefaultVehicleHal()168 mRecurrentTimer.unregisterTimerCallback(mRecurrentAction); in ~DefaultVehicleHal()