Searched refs:EvsStateControl (Results 1 – 4 of 4) sorted by relevance
67 EvsStateControl::EvsStateControl(std::shared_ptr<IVhalClient> pVnet, in EvsStateControl() function in EvsStateControl137 bool EvsStateControl::startUpdateLoop() { in startUpdateLoop()143 void EvsStateControl::terminateUpdateLoop() { in terminateUpdateLoop()153 void EvsStateControl::postCommand(const Command& cmd, bool clear) { in postCommand()168 void EvsStateControl::updateLoop() { in updateLoop()252 bool EvsStateControl::selectStateForCurrentConditions() { in selectStateForCurrentConditions()300 ErrorCode EvsStateControl::invokeGet(VehiclePropValue* pRequestedPropValue) { in invokeGet()315 bool EvsStateControl::configureEvsPipeline(State desiredState) { in configureEvsPipeline()
55 EvsStateControl* pStateController;263 pStateController = new EvsStateControl(pVnet, pEvsService, pDisplay, config); in main()
59 void run(EvsStateControl* pStateController) { in run()66 EvsStateControl::Command cmd = { in run()67 .operation = EvsStateControl::Op::CHECK_VEHICLE_STATE, in run()
40 class EvsStateControl final {42 EvsStateControl(