summaryrefslogtreecommitdiff
path: root/src/components/telemetry_monitor/test/transport_manager_metric_test.cc
Commit message (Collapse)AuthorAgeFilesLines
* Run updated style scriptjacobkeeler2019-04-291-3/+3
|
* Merge branch 'develop' of https://github.com/smartdevicelink/sdl_core into ↵Conlain Kelly2018-08-101-2/+2
|\ | | | | | | feature/boost_datetime_implementation
| * Replace utils::SharedPtr with std::shared_ptr, remove non-standard usageConlain Kelly2018-07-181-2/+2
| |
* | Style fixConlain Kelly2018-06-251-8/+4
| |
* | remove struct timeval and use boost time_duration insteadConlain Kelly2018-06-181-16/+8
|/ | | | also cleans up date_time namespacing but maintains helper functions
* Update test namespaces in transport_manager and telemetry_monitor testsIvo Stoilov (GitHub)2017-01-251-1/+1
| | | | Related tasks APPLINK-30588 APPLINK-30974
* Format all code in projectKozoriz2016-04-261-8/+14
| | | | | | | | | | Formated all code in appMain, components, plugins to correct coding-style Used clang-format-3.6 Used 2 commands : find src/appMain/ -name "*.h" -o -name "*.cc" -o -name "*.hpp" -o -name "*.cpp" | xargs clang-format-3.6 -i -style=file find src/components/ -name "*.h" -o -name "*.cc" -o -name "*.hpp" -o -name "*.cpp" | xargs clang-format-3.6 -i -style=file find src/plugins/ -name "*.h" -o -name "*.cc" -o -name "*.hpp" -o -name "*.cpp" | xargs clang-format-3.6 -i -style=file
* Changes after reviewKozoriz2016-03-171-1/+1
| | | | | | | Renamed h && cc file names in telemetry_monitor. Corrected header-guards. Corrected commented code in gmock. Created TODO and tasks for them.
* TimeTester refatctoring.Kozoriz2016-03-101-0/+110
Removed singletone using from TimeTester. TimeTester renamed -> TelemetryMonitor. All files and directories corrected. Tests corrected, all works. Disabled 2 tests(task created). Related to : APPLINK-21915