aboutsummaryrefslogtreecommitdiffstats
path: root/src/api.cpp
AgeCommit message (Collapse)AuthorFilesLines
2019-10-31binding: navigation: rewrite of navigation bindingMatt Ranostay1-419/+0
To remove dependency on DBus the binding needed to be rewritten to output pure JSON output to subscribed consumers. Bug-AGL: SPEC-2880 Change-Id: Ie85dfccd42ca36119116a0fbfb16bf4e96efc184 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2019-08-30Fix JSON response lifecycle issuesScott Murray1-12/+12
Move json_object_put calls to fix lifecycle issues exposed by the json-c upgrade with OE thud. In the newer version, an extra put now triggers an assertion, so rework the affected logic to only call put when needed in the failed request cases. Bug-AGL: SPEC-2707 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Ia111e408abf515e3ea7b105c66c1339daa759a87
2019-08-30Initial check inScott Murray1-0/+419
Initial check in of contents of the original repository: git://github.com/AGLExport/agl-service-navigation as of commit 1f1ffc92fcc882aa5e885badbc91a3384f5d77b1. Bug-AGL: SPEC-2787 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I02d008ee73cdfd88f1e7587ee57101187b9c4d6d