- notification_setting_db_update_app_disabled : called when app disabled
- get_setting_from_app_control : called if can't find setting
Change-Id: Iaa37e24a1a741fd3e539de23bea248e9e57f4ac1
Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
return ret;
}
+/* LCOV_EXCL_START */
static int __get_setting_from_app_control(notification_h noti, notification_setting_h *setting)
{
notification_setting_h setting_new = NULL;
return ret;
}
+/* LCOV_EXCL_STOP */
static bool _is_allowed_to_notify(notification_h noti)
{
return ret;
}
+/* LCOV_EXCL_START */
EXPORT_API int notification_setting_db_update_app_disabled(const char *appid, bool value, uid_t uid)
{
int err = NOTIFICATION_ERROR_NONE;
return err;
}
+/* LCOV_EXCL_STOP */