Fix API behavior to match the specification 86/286186/1
authorSuyeon Hwang <stom.hwang@samsung.com>
Fri, 18 Nov 2022 08:42:56 +0000 (17:42 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Fri, 30 Dec 2022 01:45:17 +0000 (10:45 +0900)
commit8736c953e3efa87c40fddbdba7f2075624252a2d
treea7955b84069194085c9a7d45f42ab7dd8d95ad8e
parent828b2162a926b8faf350ebd054afa07bff19e638
Fix API behavior to match the specification

- Issue:
Some APIs did not work as specified on API's documentation.

- Solution:
This patch adds logic for checking state and parameter and also fix some
function to work as specifedd on API's documentation. Through this
patch, the APIs will properly and expectedly work.

Change-Id: I8a4c0a36806ebfa562d18da13e3673bb776dd4da
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
client/vc.c
common/vc_cmd_db.c
common/vc_cmd_db.h
common/vc_command.c
common/vc_json_parser.c