Add initial source codes for gtest
[platform/core/connectivity/stc-manager.git] / include / stc-manager-gdbus.h
index 045a70c..7803c6b 100755 (executable)
@@ -25,7 +25,7 @@
 #define STC_DBUS_SERVICE_PATH              "/net/stc"
 #define STC_DBUS_SERVICE_STATISTICS_PATH   "/net/stc/statistics"
 #define STC_DBUS_SERVICE_RESTRICTION_PATH  "/net/stc/restriction"
-#define STC_DBUS_SERVICE_QUOTA_PATH        "/net/stc/quota"
+#define STC_DBUS_SERVICE_MANAGER_PATH      "/net/stc/manager"
 
 #define STC_DBUS_REPLY_ERROR_NONE(invocation) \
        g_dbus_method_invocation_return_value((invocation), \
@@ -79,4 +79,7 @@ gboolean stc_manager_dbus_emit_signal(GDBusConnection *connection,
                                      const gchar *signal_name,
                                      GVariant *parameters);
 
+gboolean handle_manager_stop(StcManager *object,
+                                         GDBusMethodInvocation *invocation);
+
 #endif /* __STC_MANAGER_GDBUS_H__ */