monitor: resource: Add function for getting resource and its attributes list 54/273654/4 accepted/tizen/unified/20220413.133040 submit/tizen/20220413.052755
authorDongwoo Lee <dwoo08.lee@samsung.com>
Fri, 8 Apr 2022 07:59:30 +0000 (16:59 +0900)
committerDongwoo Lee <dwoo08.lee@samsung.com>
Wed, 13 Apr 2022 03:42:18 +0000 (03:42 +0000)
commitbb23b347050aa995adaffb8831ffbc9eea0955a1
treec7767b2cbfec80f459f5cc273a70ef034215fd64
parenta193fd0fb47a37e666c38f8eec46ebad594f5143
monitor: resource: Add function for getting resource and its attributes list

To provide way to manage monitoring module without static list, now
json type information for resource and its attributes list can be
retrieved with following function:
 - pass_resource_monitor_get_resource_list_json()

Change-Id: Ib9c8787a081f674fc1d6bdf12d9d027cca4b0352
Signed-off-by: Dongwoo Lee <dwoo08.lee@samsung.com>
include/util/request.h
lib/resource-monitor/resource-monitor.c
lib/resource-monitor/resource-monitor.h
src/monitor/request-handler.c
src/util/resource.c