fix contacts data caching mechanism 01/25401/1
authorRaquel Medina <raquel.medina@konsulko.com>
Sun, 4 Oct 2020 21:22:29 +0000 (23:22 +0200)
committerRaquel Medina <raquel.medina@konsulko.com>
Tue, 6 Oct 2020 08:20:31 +0000 (10:20 +0200)
commit512c2dc6df87fff1fca05d791bb28a5b3faa2586
tree33394f216c7f49f8b7b48f4ac3c132cac4afe94c
parent4c06e50fb30b2e7d87782149f0b68b9f106fe144
fix contacts data caching mechanism

* Substitute  calls to persistence binding's
non existent 'write' verb with 'insert' verb
(part of the current api), eliminating
runtime warnings.
* Update code to conform to v3 bindings:
'afb_service_call_sync' is a deprecated method
for appfw v3 bindings, substitute with the recommended
'afb_api_call_sync' method.
* Rebalance refcount for query object.

Bug-AGL: SPEC-3619
Signed-off-by: Raquel Medina <raquel.medina@konsulko.com>
Change-Id: I1453a86ca24b9e90128d9e8bd2ee8f588fe5faa8
binding/bluetooth-pbap-binding.c