Home
last modified time | relevance | path

Searched refs:GN_SMS_Sent (Results 1 – 12 of 12) sorted by relevance

/dports/comms/gnokii/gnokii-0.6.31/include/gnokii/
H A Dsms.h324 GN_SMS_Sent = 0x05, enumerator
/dports/comms/gnokii/gnokii-0.6.31/common/
H A Dgsm-sms.c1736 data->raw_sms->status = GN_SMS_Sent; in sms_send_single()
2092 case GN_SMS_Sent: in status2str()
2194 case GN_SMS_Sent: in gn_sms2mbox()
2215 case GN_SMS_Sent: in gn_sms2mbox()
H A Dgsm-common.c407 case GN_SMS_Sent: return _("Sent"); in gn_sms_message_status2str()
/dports/comms/gnokii/gnokii-0.6.31/xgnokii/
H A Dxgnokii_sms.c255 case GN_SMS_Sent: in MarkSMSasRead()
317 case GN_SMS_Sent: in InsertFolderElement()
335 case GN_SMS_Sent: in InsertFolderElement()
/dports/comms/gammu/gammu-1.42.0/contrib/symbian/gnapplet/
H A Dproto_sms.cpp341 status = GN_SMS_Sent; in ReadMessageL()
/dports/comms/gnokii/gnokii-0.6.31/common/data/
H A Dat-emulator.c974 status = GN_SMS_Sent; in gn_atem_command_plusc()
/dports/comms/gnokii/gnokii-0.6.31/common/phones/
H A Dnk6510.c146 return GN_SMS_Sent; in GetMessageStatus_S40_30()
825 case GN_SMS_Sent: in ParseLayout()
1789 data->raw_sms->status != GN_SMS_Sent) in NK6510_SaveSMS()
1802 if (data->raw_sms->status == GN_SMS_Sent) req[8] -= 2; in NK6510_SaveSMS()
6814 if (data->raw_sms->type == GN_SMS_MT_Submit && data->raw_sms->status != GN_SMS_Sent) { in sms_encode()
6830 if (data->raw_sms->type == GN_SMS_MT_Submit && data->raw_sms->status != GN_SMS_Sent) { in sms_encode()
H A Dpcsc.c827 case 4: data->raw_sms->status = GN_SMS_Sent; break; in GetSMSMessage()
H A Datgen.c2479 data->raw_sms->status = GN_SMS_Sent; in ReplyGetSMS()
2495 data->raw_sms->status = GN_SMS_Sent; in ReplyGetSMS()
H A Dnk7110.c1410 if (data->raw_sms->status == GN_SMS_Sent) in NK7110_SaveSMS()
1417 if (data->raw_sms->status == GN_SMS_Sent) in NK7110_SaveSMS()
H A Dnk6100.c1629 if (data->raw_sms->status == GN_SMS_Sent) in SaveSMSMessage()
/dports/comms/gnokii/gnokii-0.6.31/gnokii/
H A Dgnokii-sms.c476 sms.status = GN_SMS_Sent; in savesms()