summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_regular/include/policy/policy_manager_impl.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove remote control flagIra Lytvynenko (GitHub)2018-06-261-11/+5
|
* Initial implementation of Expandable Design for Proprietary Data ExchangeAndriy Byzhynar (GitHub)2018-05-241-0/+24
| | | | | | | Added new parameters to Mobile_API.xml & HMI_API.xml Added handling of new RequestType and RequestSubTypes to policy component Edited encoding & line endings in sdl_preloaded_pt.json Updated notifications triggering
* Changes iAP2 Bluetooth to USB switching flowAndrey Oleynik (GitHub)2018-01-181-0/+3
| | | | | | | | | | | These changes update switching flow so now instead of automatic switching start in case of same UUID is detected SDL will wait for external signal from the system to start this flow. Also due to UUID is reliable only while device remains connected (at least on certain systems) SDL now uses Bluetooth MAC and USB serial to manage devices and UUID is used only for detection of devices able to switch their transports. Currently only iAP2 Bluetooth to USB support is implemented.
* Rename Subject struct for policy_regularAKalinich-Luxoft2017-08-301-1/+1
|
* Added/updated description in PolicyManager and UsageStatistics classes for ↵AKalinich-Luxoft2017-08-301-130/+652
| | | | policy regular
* Remove unused and redundant code from policyAndriy Byzhynar2017-08-301-8/+0
|
* Replace CheckAccess with CheckModule for BaseCommandRequestAndrey Oleynik2017-08-211-3/+0
| | | | Removed unused code after that
* Removes unused interfaces from AccessRemote classAndrey Oleynik2017-08-211-8/+1
|
* Removes unused intefaces from Service classAndrey Oleynik2017-08-211-2/+0
|
* Removes obsolete enable/disable interfaces from RCAndrey Oleynik2017-08-211-2/+0
|
* Removes primary device handling logicAndrey Oleynik2017-08-211-5/+0
|
* Removes passenger-related logic from policyAndrey Oleynik2017-08-211-5/+0
|
* Removes non-primary RC groups processing from policyAndrey Oleynik2017-08-211-1/+0
|
* Removes 'device rank' supportAndrey Oleynik2017-08-211-1/+0
|
* Removes unused functionality from CheckAccess() interfaceAndrey Oleynik2017-08-211-3/+1
|
* Implementation of Remote Control pluginAlexander Kutsan2017-08-161-0/+70
| | | | | | Stype changes after integration Fix policy handler remote unit tests
* Fix wrong if case in policyHerasym Oleh2017-05-171-2/+3
|
* Fix policy unexpected PTUHerasym Oleh2017-05-171-1/+8
|
* Add functionality for External UCSokozlovlux2017-05-171-3/+8
| | | | | | | | | | | - added functionality for External UCS: ON by the User - added UTs for policices External UCS: ON by the User - added perstistence for external user consent status received from system Fix issuies for HTTP and PROPRIETARY mode in mock policy handler - fixed issues in mock policy handler - fix coding style
* Fix UPDATE_NEEDED is sent if user requested PTU from HMIAlex Kutsan2017-05-151-0/+1
| | | | | | | | | 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
* Fix codestyleIra Lytvynenko2017-05-111-1/+0
|
* Fix conflicts after rebasingTeodora Kireva2017-04-121-5/+6
| | | | | | | | | | Conflicts after rebasing to feature/extended_policy_functionality are fixed. Conflicts: src/components/include/policy/policy_regular/policy/policy_manager.h src/components/policy/policy_external/src/policy_manager_impl.cc src/components/policy/policy_regular/include/policy/policy_manager_impl.h
* Fix missing check for empty URLsTeodora Kireva2017-04-121-1/+4
| | | | | Missing check for empty URLs vector is added and some code beautifying.
* Fix code optimization and beautifyingTeodora Kireva2017-04-121-1/+1
|
* Fix OnSystemRequest cycling urls refactoringTeodora Kireva2017-04-101-0/+9
| | | | | | | | | | | Required refactoring of the functionality that is responsible for sending different application URL on each OnSystemRequest. The logic was placed in OnSnapshotCreated method. Now it is separated on two methods - GetNextUpdateUrl - returns pair of policy application id and url from the Endpoints vector that potentially will be sent, IsUrlAppIdValid - checks if given policy application id is assigned to a registered application or it is the default id.
* Remove nitification update_manager on AddApplicationAlexander Kutsan2017-01-171-1/+1
| | | | | | AddApplication will return function that will sen d appropriate notifications on call Relates issue : APPLINK-31436
* Use secconds against ms in RPCsAlex Kutsan2017-01-131-2/+2
| | | | Related issue : APPLINK-31433
* Fix invalid PT after updateVladislav Antonov2016-12-191-1/+1
| | | | | | | | | | | | | | The calls to CheckSnapshotInitialization, IsPredataPolicy and IsDefaultPolicy methods of the PolicyManager introduced uninitialized values in the local Policy Table which in turn became invalid. This failed the following Policy Table Updates. The adding of uninitialized values was removed. Related Issue: APPLINK-30706
* Add premium policyAlexander Kutsan2016-12-051-0/+354
|
* 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>