summaryrefslogtreecommitdiff
path: root/src/components/application_manager/test/policy_handler_test.cc
Commit message (Expand)AuthorAgeFilesLines
* style fixConlain Kelly2018-07-181-2/+2
* Replace utils::SharedPtr with std::shared_ptr, remove non-standard usageConlain Kelly2018-07-181-44/+44
* Merge DevelopJackLivio2018-06-271-3/+4
* Fix code styleIra Lytvynenko (GitHub)2018-06-261-2/+4
* Fix build with unit tests after commands factory refactoringValerii2018-06-261-5/+5
* Refactor CommandFactoryIra Lytvynenko2018-06-261-2/+2
* RPCService implementationIra Lytvynenko2018-06-261-2/+8
* Merge pull request #2155 from smartdevicelink/feature/mobile_projection_2JackLivio2018-06-131-0/+1
|\
| * Initial implementationIra Lytvynenko2018-05-171-0/+1
* | Fix code according to review commentsIryna Lytvynenko2018-05-241-1/+1
* | Added UT after implementation of Expandable DesignBSolonenko2018-05-241-0/+16
* | Fix UT after implementation of Expandable DesignBSolonenko2018-05-241-1/+5
|/
* Don't force a PTU when an invalid PT is receivedhotfix/invalid_ptu_loopjacobkeeler2018-04-091-1/+0
* Fix build issues and test failures when building with ENABLE_SECURITY=OFFfix/security_off_buildjacobkeeler2018-03-211-1/+7
* Reverts deprecated interfacesAndrey Oleynik (GitHub)2018-01-181-14/+53
* Updated/added unit tests for provided fixesAKalinich-Luxoft2017-06-141-10/+35
* Fix policy unexpected PTUHerasym Oleh2017-05-171-3/+3
* Fix SDL ignores externalConsentStatusatimchenko2017-05-171-3/+110
* Add functionality for External UCSokozlovlux2017-05-171-69/+704
* Remove unused method PolicyHandler::ResetRetrySequenceAlex Kutsan2017-05-151-9/+0
* Fix UPDATE_NEEDED is sent if user requested PTU from HMIAlex Kutsan2017-05-151-1/+1
* Fix failed UT in PROPRIETARY modeTeodora Kireva2017-04-121-1/+1
* Fix missing check for empty URLsTeodora Kireva2017-04-121-1/+1
* Fix code optimization and beautifyingTeodora Kireva2017-04-121-2/+4
* Fix OnSystemRequest cycling urls refactoringTeodora Kireva2017-04-101-0/+7
* Remove nitification update_manager on AddApplicationAlexander Kutsan2017-01-171-1/+2
* Use secconds against ms in RPCsAlex Kutsan2017-01-131-6/+18
* Update update_reuire in timeAlex Kutsan2017-01-111-0/+1
* Fixes choosing of application to request backend for policy update (#1146)Andrey Oleynik (GitHub)2017-01-041-2/+111
* Add check of HMI level before sending.Kozoriz2016-12-231-1/+0
* Fix EXTERNAL_PROPRIETARY implementation of command.Vladislav Antonov2016-12-151-2/+8
* Aligned naming of EXTENDED_POLICY modesAndrey Oleynik2016-12-131-14/+14
* Renames EXTENDED_POLICY definition to PROPRIETARY_MODE to avoid confusionAndrey Oleynik2016-12-131-6/+6
* Update tests according new functionalityKozoriz2016-12-051-0/+18
* Beautifies with clang-formatAndrey Oleynik2016-12-051-31/+17
* Fixes build issue for unit testAndrey Oleynik2016-12-051-1/+2
* make variable cert_data constAlexander Kutsan2016-12-051-2/+2
* Use unsigned integer initialisationAlexander Kutsan2016-12-051-6/+6
* Make mock message helper variableAlexander Kutsan2016-12-051-36/+39
* Rename not provate variableAlexander Kutsan2016-12-051-3/+3
* Changes EXTENDED_POLICY to EXTERNAL_POLICYAndrey Oleynik2016-12-051-12/+12
* Fix style issuesAlexander Kutsan2016-12-051-3/+4
* Fix usages of policy in codeAlexander Kutsan2016-12-051-32/+117
* Fix tests in PolicyHandlerKozoriz2016-05-261-18/+46
* Revert "Disable failed tests"Andrey Oleynik2016-05-201-4/+7
* Disable failed testsArtem Nosach2016-05-201-7/+4
* Disable failed testsArtem Nosach2016-05-201-9/+12
* Correct project structure in ApplicationManagerKozoriz2016-05-171-1/+1
* Formatted code according google styleVeronica Veremjova2016-05-161-17/+24
* Add unit tests for policy handlerVeronica Veremjova2016-05-131-277/+769