summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSukHyung, Kang <shine.kang@samsung.com>2016-07-12 20:18:13 +0900
committerSukHyung, Kang <shine.kang@samsung.com>2016-07-12 20:18:13 +0900
commit9a814e550e146d6f020adf1ba7a4a18241543fe8 (patch)
tree1a79d11094da4cafac54016c72c8999f1228f0af /src
parent49be97e7abf92b42036ad661debec55de6dde545 (diff)
downloadapplication-9a814e550e146d6f020adf1ba7a4a18241543fe8.tar.gz
application-9a814e550e146d6f020adf1ba7a4a18241543fe8.tar.bz2
application-9a814e550e146d6f020adf1ba7a4a18241543fe8.zip
Change-Id: I90ec1db233374d1623d213a74bf7598a6d3d8608 Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
Diffstat (limited to 'src')
-rwxr-xr-x[-rw-r--r--]src/app_main.c15
1 files changed, 14 insertions, 1 deletions
diff --git a/src/app_main.c b/src/app_main.c
index ccc1bd8..8037e32 100644..100755
--- a/src/app_main.c
+++ b/src/app_main.c
@@ -195,6 +195,7 @@ int app_appcore_terminate(void *data)
return APP_ERROR_NONE;
}
+/* LCOV_EXCL_START */
int app_appcore_pause(void *data)
{
app_context_h app_context = data;
@@ -209,7 +210,9 @@ int app_appcore_pause(void *data)
return APP_ERROR_NONE;
}
+/* LCOV_EXCL_STOP */
+/* LCOV_EXCL_START */
int app_appcore_resume(void *data)
{
app_context_h app_context = data;
@@ -224,6 +227,7 @@ int app_appcore_resume(void *data)
return APP_ERROR_NONE;
}
+/* LCOV_EXCL_STOP */
int app_appcore_reset(bundle *appcore_bundle, void *data)
{
@@ -276,6 +280,7 @@ int app_appcore_low_battery(void *event_info, void *data)
return APP_ERROR_NONE;
}
+/* LCOV_EXCL_START */
int app_appcore_rotation_event(void *event_info, enum appcore_rm rm, void *data)
{
app_context_h app_context = data;
@@ -295,6 +300,7 @@ int app_appcore_rotation_event(void *event_info, enum appcore_rm rm, void *data)
return APP_ERROR_NONE;
}
+/* LCOV_EXCL_STOP */
int app_appcore_lang_changed(void *event_info, void *data)
{
@@ -403,6 +409,7 @@ static int _ui_app_appcore_low_battery(void *event_info, void *data)
return APP_ERROR_NONE;
}
+/* LCOV_EXCL_START */
static int _ui_app_appcore_rotation_event(void *event_info, enum appcore_rm rm, void *data)
{
Eina_List *l;
@@ -420,6 +427,7 @@ static int _ui_app_appcore_rotation_event(void *event_info, enum appcore_rm rm,
return APP_ERROR_NONE;
}
+/* LCOV_EXCL_STOP */
static int _ui_app_appcore_lang_changed(void *event_info, void *data)
{
@@ -462,6 +470,7 @@ static int _ui_app_appcore_region_changed(void *event_info, void *data)
return APP_ERROR_NONE;
}
+/* LCOV_EXCL_START */
static int _ui_app_appcore_suspended_state_changed(void *event_info, void *data)
{
Eina_List *l;
@@ -480,6 +489,7 @@ static int _ui_app_appcore_suspended_state_changed(void *event_info, void *data)
return APP_ERROR_NONE;
}
+/* LCOV_EXCL_STOP */
static void _ui_app_appcore_set_event_cb(app_event_type_e event_type)
{
@@ -611,6 +621,7 @@ static int _ui_app_appcore_terminate(void *data)
return APP_ERROR_NONE;
}
+/* LCOV_EXCL_START */
static int _ui_app_appcore_pause(void *data)
{
LOGI("app_appcore_pause");
@@ -627,7 +638,9 @@ static int _ui_app_appcore_pause(void *data)
return APP_ERROR_NONE;
}
+/* LCOV_EXCL_STOP */
+/* LCOV_EXCL_START */
static int _ui_app_appcore_resume(void *data)
{
LOGI("app_appcore_resume");
@@ -644,7 +657,7 @@ static int _ui_app_appcore_resume(void *data)
return APP_ERROR_NONE;
}
-
+/* LCOV_EXCL_STOP */
static int _ui_app_appcore_reset(bundle *appcore_bundle, void *data)
{