Change-Id: Ifb243d8fe7af9cfe2615f09b76ff9bcff16f2011
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
MAC2SECSTR(mac));
return 0;
}
-
+//LCOV_EXCL_START
static int __asp_err_string_to_enum(const char *error)
{
if (NULL != strstr(error, "NoReply"))
__ASP_LOG_FUNC_END__;
return;
}
-
+//LCOV_EXCL_STOP
int asp_initialize(void)
{
__ASP_LOG_FUNC_START__;
NULL
}
};
-
+//LCOV_EXCL_START
static void _asp_dbus_signal_cb(GDBusConnection *connection,
const gchar *sender, const gchar *object_path,
const gchar *interface, const gchar *signal,
DBUS_DEBUG_VARIANT(reply);
return reply;
}
-
+//LCOV_EXCL_STOP
gboolean asp_dbus_init(void)
{
GError *Error = NULL;