From: Kichan Kwon Date: Mon, 30 Jul 2018 06:16:50 +0000 (+0900) Subject: Add LCOV comment for not supported feature X-Git-Tag: accepted/tizen/5.0/unified/20181102.013226~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e64b1735de9984cd39db88b3f2038480db13da5d;p=platform%2Fcore%2Fapi%2Fruntime-info.git Add LCOV comment for not supported feature Change-Id: Iee230c920d6638da3f63b96fb9f1d6acfdd12c7b Signed-off-by: Kichan Kwon --- diff --git a/src/runtime_info_connectivity.c b/src/runtime_info_connectivity.c index 3961db6..905ba9e 100644 --- a/src/runtime_info_connectivity.c +++ b/src/runtime_info_connectivity.c @@ -39,6 +39,7 @@ static const char *VCONF_PACKET_DATA_ENABLED = VCONFKEY_3G_ENABLE; static const char *VCONF_DATA_ROAMING_ENABLED = VCONFKEY_SETAPPL_STATE_DATA_ROAMING_BOOL; static const char *VCONF_GPS_STATUS = VCONFKEY_LOCATION_GPS_STATE; +//LCOV_EXCL_START : not supported feature int runtime_info_wifi_status_get_value(runtime_info_value_h value) { int vconf_value; @@ -80,6 +81,7 @@ void runtime_info_wifi_status_unset_event_cb() { runtime_info_vconf_unset_event_cb(VCONF_WIFI_STATUS, 0); } +//LCOV_EXCL_STOP int runtime_info_bt_enabled_get_value(runtime_info_value_h value) {