}
}
+//LCOV_EXCL_START
int msg_cb_message_get_int_value(void *data, int field, int *value)
{
if (!data)
return ret;
}
-
+//LCOV_EXCL_STOP
EXPORT_API int msg_get_mms_struct(msg_struct_t msg_struct_handle, msg_struct_t mms_struct_handle)
static msg_handle_t msgHandle = NULL;
static msg_simple_sent_status_cb sentStatusCallback = NULL;
+//LCOV_EXCL_START
static void sent_status_cb_func(msg_handle_t handle, msg_struct_t sent_status, void *user_param)
{
/* MSG_DEBUG("Sent Status [%d]", sent_status->status); */
* MSG_DEBUG("After msg_close_msg_handle.");
*/
}
-
+//LCOV_EXCL_STOP
static int msg_send_single_sms(const char *phone_num, const char *sms_text, msg_simple_sent_status_cb cb, void *user_param)
{
return err;
}
-
+//LCOV_EXCL_START
int msg_sent_status_get_int(MSG_SENT_STATUS_S *sent_status_info, int field, int *value)
{
if (!sent_status_info)
return ret;
}
+//LCOV_EXCL_STOP