bootstrap: implement getDeviceTime command
authorWonki Kim <wonki_.kim@samsung.com>
Fri, 24 Apr 2020 10:03:11 +0000 (19:03 +0900)
committerWonki Kim <wonki_.kim@samsung.com>
Sat, 25 Apr 2020 05:58:37 +0000 (14:58 +0900)
commit3097f7058f8089a95ec8adc36f634517fa065f24
tree89c676043782019b4cabfdbf2eaa08ed214b5ef6
parentb30916ce150c89157d3e361f194752afd7698f22
bootstrap: implement getDeviceTime command

this patch implement getDeviceTime command.
the command serves a caller 1ms resolution timestamp.
which means a unit of return value present in ms unit.

Change-Id: Ic9f4dfa12f1e5a95ceb35a27b710903dea41887b
libaurum/inc/DeviceImpl/TizenImpl.h
libaurum/inc/IDevice.h
libaurum/inc/UiDevice.h
libaurum/src/DeviceImpl/TizenImpl.cc
libaurum/src/UiDevice.cc
org.tizen.aurum-bootstrap/meson.build
org.tizen.aurum-bootstrap/src/Commands/GetDeviceTimeCommand.cc
org.tizen.aurum-bootstrap/src/Commands/SyncCommand.cc
packaging/aurum.spec
protocol/aurum.proto
protocol/examples/python/testFeatures.py