summaryrefslogtreecommitdiff
path: root/src/components/application_manager/test/include
Commit message (Collapse)AuthorAgeFilesLines
* Fix namespace case structure in projectfix/namespace_casejacobkeeler2018-08-292-2/+3
|
* Merge pull request #2363 from ↵JackLivio2018-08-211-2/+5
|\ | | | | | | | | smartdevicelink/feature/interior_vehicle_data_management Feature/Interior vehicle data management
| * Add Nice mock to avoid GmockWarningsAlexander2018-08-201-2/+5
| |
* | Merge branch 'develop' into feature/low_voltageJacob Keeler2018-08-211-3/+0
|\ \
| * | Remove deprecated methods from projectfeature/remove_deprecated_functions_5_0jacobkeeler2018-08-171-3/+0
| |/
* | Simplify resumption logicAndriy Byzhynar2018-08-211-2/+1
| | | | | | | | | | Removed redundant functions Simplified ingintion cycle data correctness check
* | Implement resumption during Low VoltageAndriy Byzhynar2018-08-212-0/+12
|/ | | | | | Implemented resumption logic during Low Voltage (used app_info.dat file for resumption.Configurable in smartdevicelink.ini file)
* Save current audio sourceIra Lytvynenko2018-08-161-0/+1
| | | | | | | | Save current audio source and check it in SetInteriorVehicleDataRequest Save current audio source in app manager Fix SDL behavior when app wants to change audio source
* Merge branch 'feature/mobile_versioning' into feature/choice_vr_optionalJackLivio2018-08-071-4/+1
|\
| * Update based on commentsJackLivio2018-08-071-4/+1
| |
* | Merge branch 'feature/mobile_versioning' into feature/choice_vr_optionalConlain Kelly2018-08-061-0/+6
|\ \ | |/
| * Check StyleJackLivio2018-08-051-2/+4
| |
| * Fix existing unit testsJackLivio2018-08-051-0/+4
| |
* | more cleanup, add mock implementationsConlain Kelly2018-07-311-0/+3
|/
* Merge pull request #2328 from ZhdanovP/fix/remove_commented_codeJackLivio2018-07-201-3/+0
|\ | | | | Remove commented code
| * Remove commented codeZhdanovP2018-07-041-3/+0
| |
* | style fixConlain Kelly2018-07-182-13/+11
| |
* | Replace utils::SharedPtr with std::shared_ptr, remove non-standard usageConlain Kelly2018-07-185-16/+16
| |
* | Merge pull request #2199 from smartdevicelink/feature/handling_VR_help_requestsJacob Keeler2018-07-162-0/+65
|\ \ | | | | | | Feature/handling vr help requests
| * | Fix affected unit testsAKalinich-Luxoft2018-07-112-5/+8
| | |
| * | Remove arbitrary timer from help prompt managerJacob Keeler2018-07-021-1/+0
| | | | | | | | | | | | Also fix a few typos
| * | Merge remote-tracking branch 'origin/develop' into ↵Jacob Keeler2018-07-026-40/+72
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/handling_VR_help_requests # Conflicts: # src/components/application_manager/rpc_plugins/sdl_rpc_plugin/test/commands/mobile/set_global_properties_test.cc # src/components/application_manager/src/application_manager_impl.cc # src/components/application_manager/test/CMakeLists.txt # src/components/application_manager/test/application_manager_impl_test.cc # src/components/application_manager/test/resumption/resume_ctrl_test.cc # src/components/functional_module/test/include/mock_application.h # src/components/remote_control/test/include/mock_application.h
| * | Adjustment of tests components.sniukalov2018-05-212-0/+63
| | |
* | | Fix SDL sends multiple OnRCStatus notification in case of app unregistrationIra Lytvynenko (GitHub)2018-07-121-5/+6
| | | | | | | | | | | | Fix disabling RC-functionality
* | | Create and send on RC status notificationsAlex Kutsan2018-07-121-1/+6
| | | | | | | | | | | | | | | | | | | | | Add comments and mock missed methods Conflicts: src/components/include/test/application_manager/mock_rpc_service.h
* | | Merge branch 'develop' of https://github.com/smartdevicelink/sdl_core into ↵fronneburg2018-07-056-34/+46
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | feat/mt_transport_changes Conflicts: src/components/application_manager/src/application_manager_impl.cc src/components/application_manager/test/application_manager_impl_test.cc src/components/remote_control/test/include/mock_application.h
| * | Merge DevelopJackLivio2018-06-271-6/+11
| | |
| * | Fix unit testsAndriy Byzhynar2018-06-261-0/+4
| | | | | | | | | | | | | | | | | | Fixed the following unit tests: - resume_ctrl_test - resumption_data_json_test
| * | fixup! Remove all usage of SubscribedIVI from application managerAlexander2018-06-262-3/+0
| | |
| * | fixup! Move IsSubsscrbedTo to pluginAlexander2018-06-261-1/+0
| | |
| * | Remove all usage of SubscribedIVI from application managerAlexander2018-06-262-5/+0
| | |
| * | Move Unsubscribe from IVI calls to app extensionsAlexander2018-06-261-1/+0
| | |
| * | fixup! Add to IVI plugin functionality to clear all application data.Alexander2018-06-261-0/+3
| | |
| * | Move using functions for clear subscriptions to pluginAlexander2018-06-261-4/+0
| | |
| * | Extensions mock and remove redundant functionAlexander2018-06-261-0/+2
| | |
| * | Replace all of application SubscribeToIVI to app extension ↵Alexander2018-06-261-1/+0
| | | | | | | | | | | | subscribeToVehicleInfo
| * | Remove remote control flagIra Lytvynenko (GitHub)2018-06-261-4/+0
| | |
| * | Fixed get RC ApplicationsBSolonenko2018-06-261-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - added is_rc_ field, getter and setter in ApplicationImpl; - fixed RegisterAppInterfaceRequest::Run(); - fixed RCRPCPlugin::GetRCApplications(). Fix UTs Added is_remote_control_supported and set_remote_control_supported methods in MockApplication Fixed on_interior_vehicle_data_notification_test and resource_allocation_manager_impl_test. Fixed sending of notifications. - Fixed RCRPCPlugin::OnPolicyEvent; - Fixed RCRPCPlugin::OnApplicationEvent; - Fixed OnExitApplicationNotification::Run; - Fixed ApplicationManagerImpl::UnregisterApplication; - Fixed ApplicationManagerImpl::OnPTUFinished; - Refactoring ApplicationImpl::RemoveExtension; - is_remote_control_supported_ added in initialization list. Fix UTs In application_manager_impl_test added seting RPCPluginManager Conflicts: src/components/application_manager/rpc_plugins/rc_rpc_plugin/test/resource_allocation_manager_impl_test.cc src/components/application_manager/src/application_manager_impl.cc
| * | Refactoring sdl rpc plugin's factoriesBSolonenko2018-06-261-0/+4
| | |
| * | Fix build with unit tests after commands factory refactoringValerii2018-06-263-20/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Change enum name from command origin to command source - Create Mock for command factory class - Fix mock_app_manager after refactoring - Fix failed unit test Fix unit test in progress Add asser in plugin manager getter Fixed UT Application manager impl -Add method "SetRPCService" into the class ApplicationManagerImpl Fixed UT Application manager impl -Add method "SetRPCService" into the class ApplicationManagerImpl Fixed UT Application manager impl -Add method "SetRPCService" into the class ApplicationManagerImpl Fixed UTs for hmi and mobile commands.
| * | Replaced all usages of passed parameters in implementation.BSolonenko2018-06-261-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | Replaced all usages of passed parameters in implementation from application manager proxy to indirect call Add missed factories Remove commands includes
| * | Plugin manager and plugin interface creationAlexander Kutsan2018-06-261-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add Optional type Fix compile warnings and use optional for returning plugin Add descriptions to optional Fix review issues Fix header guards Fix build with unit tests after commands factory refactoring - Change enum name from command origin to command source - Create Mock for command factory class - Fix mock_app_manager after refactoring - Fix failed unit test
| * | RPCService implementationIra Lytvynenko2018-06-262-2/+9
| | | | | | | | | | | | Fix commands UTs
* | | Merge branch 'develop' of https://github.com/smartdevicelink/sdl_core into ↵fronneburg2018-06-271-6/+11
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | feat/mt_transport_changes Conflicts: src/components/application_manager/test/resumption/resume_ctrl_test.cc
| * \ \ Merge pull request #2254 from smartdevicelink/fix/lock_scopingJackLivio2018-06-261-6/+11
| |\ \ \ | | |/ / | |/| | Fix/lock scoping
| | * | Run Style ScriptJackLivio2018-06-261-1/+0
| | | |
| | * | Cleanup dumb re-formatting, overall cleanupConlain Kelly2018-06-121-9/+8
| | | |
| | * | Convert DataAccessor to use a shared_ptr to a lockConlain Kelly2018-06-112-14/+21
| | | |
* | | | Merge branch 'develop' into feat/mt_transport_changesJacob Keeler2018-06-182-0/+15
|\ \ \ \ | |/ / /
| * | | Merge pull request #1360 from ↵Jacob Keeler2018-06-141-0/+4
| |\ \ \ | | | | | | | | | | | | | | | | | | | | smartdevicelink/feature/audio_file_playback_tts_chunks Add audio file playback capabilities using TTS Chunks