Change dbus function name 73/255573/1 accepted/tizen/6.5/unified/20211028.094954 accepted/tizen/unified/20210321.225759 submit/tizen/20210319.090004 submit/tizen_6.5/20211028.161801 tizen_6.5.m2_release
authortaemin.yeom <taemin.yeom@samsung.com>
Fri, 19 Mar 2021 08:12:42 +0000 (17:12 +0900)
committertaemin.yeom <taemin.yeom@samsung.com>
Fri, 19 Mar 2021 08:12:42 +0000 (17:12 +0900)
Change-Id: I9e5dfc357b7cdd6dfb19893be189d8dd28906fc8
Signed-off-by: taemin.yeom <taemin.yeom@samsung.com>
src/runtime_info_usage.c

index b147f0a..5a4f626 100644 (file)
@@ -21,7 +21,7 @@
 #include <unistd.h>
 #include <stdarg.h>
 
-#include <libsyscommon/dbus-system.h>
+#include <libsyscommon/libgdbus.h>
 #include <dlog.h>
 
 #include <runtime_info.h>
@@ -181,7 +181,7 @@ static GVariant *runtime_info_dbus_request_usage_info(runtime_info_usage_type_e
 
        _D("Process %d: Sending dbus message to resourced for %s info",
                        getpid(), dbus_info[type].caption);
-       ret_dbus = dbus_handle_method_sync_with_reply_var(RESOURCED_BUS_NAME,
+       ret_dbus = gdbus_call_sync_with_reply(RESOURCED_BUS_NAME,
                                RESOURCED_USAGE_OBJECT_NAME,
                                RESOURCED_USAGE_INTERFACE_NAME,
                                dbus_info[type].method_name,