summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_external/src/status.cc
Commit message (Collapse)AuthorAgeFilesLines
* Feature/HMI Policy Table Update using vehicle modem (#3201)Ira Lytvynenko (GitHub)2020-02-051-0/+3
| | | | | | | | | | | | | | | | * Send UPDATING state after receiving a successful SDL.PolicyUpdate response * Restart the timeout in case SDL received BC.OnSystemRequest with type PROPRIETARY or HTTP from HMI in UPDATING state * Fix UPDATE_NEEDED - UPDATING sequence in case of second app register * Add unit tests * fixup! Send UPDATING state after receiving a successful SDL.PolicyUpdate response * fixup! Restart the timeout in case SDL received BC.OnSystemRequest with type PROPRIETARY or HTTP from HMI in UPDATING state Co-authored-by: Yaroslav Mamykin (GitHub) <33784535+YarikMamykin@users.noreply.github.com>
* Add new update_pending statusLitvinenkoIra2019-11-291-0/+32
|
* Feature/service status update to hmi (#2921)Maksym Ked (GitHub)2019-08-291-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | * Added OnServiceUpdate notification * Added handling of service status update - introduced ServiceStatusUpdateHandler and ServiceStatusUpdateHandlerListener interfaces - added lacking interface functions to corresponding entities - added notification of listeners - introduced ServiceStatusUpdateNotificationBuilder - replaced shared_ptr with unique_ptr - moved SERVICE_RECEIVED * Add UT's for service status update to HMI feature * Added ServiceStatusUpdateDocumentation * Added sending error on PTU retries exceed allowed count * Fix OnServiceUpdate for unsecure force protected service * Updates according to proposal changes Added new result codes for ServiceStatusUpdateReasonStructure
* style fixConlain Kelly2018-07-181-1/+0
|
* Replace utils::SharedPtr with std::shared_ptr, remove non-standard usageConlain Kelly2018-07-181-12/+12
|
* Fix UPDATE_NEEDED is sent if user requested PTU from HMIAlex Kutsan2017-05-151-0/+2
| | | | | | | | | Extended interface of policies: Added new state in update_status manager. In case if updated was trigered by HMI - no notifications should come to HMI during update fixup! Fix UPDATE_NEEDED is sent if user requested PTU from HMI
* Update update_reuire in timeAlex Kutsan2017-01-111-4/+3
| | | | | | update_requre should be store to cahche manager in the same time as UPDATE_NEEDED sent to HMI Related issue : APPLINK-30381
* Addresses commentsAndrey Oleynik2016-12-231-37/+35
|
* Reworks policy statuses implementationAndrey Oleynik2016-12-201-0/+140
| | | | | | | | | | Implementation is changed due to necessity to have more maintainable code for policy update status handling. It is supposed to replace most interfaces present currently in UpdateStatusManager with ProcessEvent() interface, however this will require to change a lot of tests, so this will be a separate task. Relates-to: APPLINK-30705
* remove policy submoduleJustin Dickow2014-10-271-0/+0
| | | | Signed-off-by: Justin Dickow <jjdickow@gmail.com>
* SDL 3.8!Justin Dickow2014-10-201-0/+0
Signed-off-by: Justin Dickow <jjdickow@gmail.com>