Change the names of attribute libsensor API 13/287313/1
authorTaeminYeom <taemin.yeom@samsung.com>
Thu, 26 Jan 2023 07:27:26 +0000 (16:27 +0900)
committerTaeminYeom <taemin.yeom@samsung.com>
Thu, 26 Jan 2023 07:57:46 +0000 (16:57 +0900)
commit61d415876d297f7197fbb5b4ca38393077b6eb57
tree7719f580d4c726fc7667d4ac3b9d7dd7e19783b0
parent848f830eea6a4b766885b0916ed7a4600ad84321
Change the names of attribute libsensor API

In libsensor, attribute APIs name will be changed
Previous attribute APIs are for getting or setting sensor listener attribute.
To distinguish between sensor listener attribute API and
sensor handle attribute API, change the names.

changed API

sensord_get_attribute_int -> sensord_listener_get_attribute_int
sensord_set_attribute_int -> sensord_listener_set_attribute_int

Change-Id: I992cb87e1dda47d06de46a9c40be9f6a0e701972
Signed-off-by: TaeminYeom <taemin.yeom@samsung.com>
src/api/api-sensor-internal.cpp
src/api/api-sensor.cpp