summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_regular/src
Commit message (Collapse)AuthorAgeFilesLines
* Style FixShobhitAd2018-11-201-2/+2
|
* Implement RPC in regular and external policiesShobhitAd2018-11-201-0/+8
|
* Address review commentsfeature/cloud_app_policiesjacobkeeler2018-11-152-10/+12
|
* Add missing auth token in select app queryjacobkeeler2018-11-091-1/+2
|
* Fix style, add certificate, and add GetEnabledCloudAppsjacobkeeler2018-11-092-3/+32
|
* Add cloud app parameters to regular policiesjacobkeeler2018-11-096-14/+279
|
* Added VehicleData Param CloudAppVehicleID to coreShobhitAd2018-11-011-0/+7
|
* Remove redundant unused source files to avoid confusing betwen polcy regular ↵Alexander2018-10-152-2075/+0
| | | | | | and policy external Remove ext
* Gather app_policies with right key for externalAlexander2018-10-151-1/+2
| | | | fixup! Gather app_policies with right key for external
* Load module types from referecced group for app_policiesAlexander2018-10-151-7/+14
| | | | | | | | | | | | | | | | | | | | | If appllication have default policies, sqldb does not store module types for this application separately. During loading db SDL should check that application have default policies and select from module_types sql table sing "default" key but not appid key. In function `GatherApplicationPoliciesSection` already exist check for default policies : ``` if (IsDefaultPolicy(app_id)) { (*policies).apps[app_id].set_to_string(kDefaultId); } ``` Its setup stringified representation of application policies : "default". This stringified reference ("default") used for select module type. Fixes : https://github.com/smartdevicelink/sdl_core/issues/2670
* Remove OnPolicyInit, Unused Function (#2650)JackLivio2018-10-031-8/+0
|
* Merge pull request #2647 from smartdevicelink/fix/5.0.0_coverity_otherShobhit Adlakha2018-10-021-2/+3
|\ | | | | Other Coverity fixes for 5.0.0
| * Reordered initializationShobhitAd2018-10-021-3/+3
| |
| * 148706 replaced settings_ with get_settingsShobhitAd2018-10-011-1/+1
| |
| * Fix 148706 Unitialized pointer fieldShobhitAd2018-09-301-0/+1
| |
* | Fix/sdl_does_not_send SDL.OnStatusUpdate(UPDATE_NEEDED) (#2494)Andriy Byzhynar (GitHub)2018-10-023-5/+17
|/ | | | | | | | | | | | | | | | | | | | | | | | | | * Add missed RequestSubTypes gathering Added missed request subtypes gathering during app policies section collecting * Fix sending SDL.OnStatusUpdate if existed app registered Added logic of handling case when existed app registered but PTU was unsuccessful from previous IGN cycle NOTE: Fix for EXTERNAL_PROPRIETARY flow * Fix sending SDL.OnStatusUpdate when existed app registered Added logic of handling case when existed app registered but PTU was unsuccessful from previous IGN cycle NOTE: Fix for PROPRIETARY flow * Update update status manager mock classes Updated MockUpdateStatusManager classes for both policy flows: EXTERNAL_PROPRIETARY and PROPRIETARY
* Fix ReadDID Typo (#2630)JackLivio2018-09-241-11/+2
| | | | | | | | * Fix ReadDID Typo * Remove Reserved from external enums * Remove Reserved from regular enums
* Remove default_hmi error from regular policy managerJackLivio2018-09-211-5/+0
|
* Address commentsJackLivio2018-09-201-3/+3
|
* Merge remote-tracking branch 'origin/release/5.0.0' into ↵JackLivio2018-09-202-32/+0
|\ | | | | | | fix/filter_invalid_parametres_and_rpcs
| * Fix incorrectly saved RequestType and RequestSubType, which caused silent ↵fix/gather_request_typesjacobkeeler2018-09-132-32/+0
| | | | | | | | errors while loading application policies on startup
* | Fix typoJackLivio2018-09-201-2/+2
| |
* | Update based on commentsJackLivio2018-09-201-36/+26
| |
* | Add filtering for policy table parametersJackLivio2018-09-192-3/+123
| |
* | Add FunctionID to enumsAlexander2018-09-101-0/+656
| |
* | Add function to filter invalid parametres and RPCsAlexander Kutsan2018-09-101-0/+46
|/
* Merge pull request #2549 from JackLivio/fix/allow_empty_module_type_array_in_ptJackLivio2018-08-292-7/+30
|\ | | | | Allow empty moduleType array in PT
| * Check styleJackLivio2018-08-281-1/+1
| |
| * Allow empty moduleType array in PTJackLivio2018-08-282-8/+31
| |
* | Merge pull request #2278 from ↵Jacob Keeler2018-08-284-10/+8
|\ \ | |/ |/| | | | | smartdevicelink/feature/boost_datetime_implementation Feature/boost datetime implementation
| * Merge remote-tracking branch 'origin/develop' into ↵jacobkeeler2018-08-221-2/+22
| |\ | | | | | | | | | feature/boost_datetime_implementation
| * \ Merge branch 'develop' of https://github.com/smartdevicelink/sdl_core into ↵Conlain Kelly2018-08-1012-114/+96
| |\ \ | | | | | | | | | | | | feature/boost_datetime_implementation
| * | | Style fixConlain Kelly2018-06-252-4/+2
| | | |
| * | | Merge branch 'develop' into feature/boost_datetime_implementationconlain-k2018-06-251-11/+6
| |\ \ \
| * | | | remove struct timeval and use boost time_duration insteadConlain Kelly2018-06-184-8/+8
| | | | | | | | | | | | | | | | | | | | also cleans up date_time namespacing but maintains helper functions
* | | | | Merge remote-tracking branch 'origin/develop' into feature/full_app_idfeature/full_app_idJackLivio2018-08-231-2/+22
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | # Conflicts: # src/components/interfaces/MOBILE_API.xml
| * | | | New RC modules initial implementationAlexander2018-08-161-2/+22
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mobile API and HMI capabilities for the rc new modules Fix RC defects - Fixed Mobile & HMI API: removed redundant default value - FIxed GetInteriorVehicleData request behavior - Fixed OnInteriorDataNotification behavior Fix header guards and add missed includes Fix control data checking by capabilities Answered to review comments Commit
* | | | yet another style fixConlain Kelly2018-08-092-6/+8
| | | |
* | | | set full_app_id_supported in initial snapshot generationConlain Kelly2018-08-092-0/+15
|/ / /
* | | Return correct pointer type in ParseArray()fix/invalid_ptr_assignmentConlain Kelly2018-07-301-2/+2
| | |
* | | Merge branch 'develop' into feature/boost_lock_implementationJacob Keeler2018-07-199-55/+53
|\ \ \
| * | | style fixConlain Kelly2018-07-183-6/+4
| | | |
| * | | Replace utils::SharedPtr with std::shared_ptr, remove non-standard usageConlain Kelly2018-07-189-54/+54
| | | |
* | | | style fixConlain Kelly2018-07-181-1/+1
| | | |
* | | | ayyy it buildsConlain Kelly2018-07-181-1/+1
| | | |
* | | | Merge branch 'develop' into feature/boost_lock_implementationConlain Kelly2018-07-188-103/+419
|\ \ \ \ | |/ / /
| * | | Merge pull request #2208 from smartdevicelink/feature/rc_seatJackLivio2018-07-131-0/+7
| |\ \ \ | | | | | | | | | | Feature/RC SEAT
| | * | | New RC module SEATIra Lytvynenko2018-06-261-0/+7
| | | | |
| * | | | Merge pull request #2291 from ↵JackLivio2018-07-101-0/+7
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | smartdevicelink/feature/new_vehicle_data_EPB_status Feature/new vehicle data epb status
| | * | | | Add electronic park brake status data parameterConlain Kelly2018-06-181-0/+7
| | | | | |