Home
last modified time | relevance | path

Searched refs:SendCommandLock (Results 1 – 9 of 9) sorted by relevance

/base/telephony/ril_adapter/services/vendor/src/
Dvendor_adapter.c220 int32_t err = SendCommandLock(cmd, NULL, timeOut, &pResponse); in SetRadioState()
261 int32_t err = SendCommandLock("ATE0Q0V1", NULL, 0, &pResponse); in ModemInit()
267 err = SendCommandLock("AT+CREG=2", NULL, 0, &pResponse); in ModemInit()
269 SendCommandLock("AT+CREG=2", NULL, 0, &pResponse); in ModemInit()
274 err = SendCommandLock("AT+CGREG=2", NULL, 0, &pResponse); in ModemInit()
276 SendCommandLock("AT+CGREG=2", NULL, 0, &pResponse); in ModemInit()
280 SendCommandLock("AT+CRC=1", NULL, 0, NULL); in ModemInit()
282 SendCommandLock("AT+CSMS=1", NULL, 0, NULL); in ModemInit()
284 SendCommandLock("AT+CNMI=1,2,0,1,1", NULL, 0, NULL); in ModemInit()
286 SendCommandLock("AT^SIMST=1", NULL, 0, NULL); in ModemInit()
[all …]
Dat_call.c371 ret = SendCommandLock("AT+CLCC", "+CLCC:", timeOut, &pResponse); in ReqGetCallList()
425 ret = SendCommandLock(cmd, NULL, 0, &pResponse); in ReqDial()
460 ret = SendCommandLock(cmd, NULL, 0, &pResponse); in ReqHangup()
477 ret = SendCommandLock("ATH", NULL, 0, &pResponse); in ReqReject()
494 ret = SendCommandLock("ATA", NULL, 0, &pResponse); in ReqAnswer()
511 err = SendCommandLock("AT+CLIP?", "+CLIP", 0, &pResponse); in ReqGetClip()
549 err = SendCommandLock(cmd, NULL, 0, &pResponse); in ReqSetClip()
571 err = SendCommandLock("AT+CLIR?", "+CLIR", 0, &pResponse); in ReqGetClir()
609 err = SendCommandLock(cmd, NULL, 0, &pResponse); in ReqSetClir()
631 err = SendCommandLock(cmd, NULL, 0, &pResponse); in ReqStartDtmf()
[all …]
Dat_sim.c33 ret = SendCommandLock("AT^CARDMODE", "^CARDMODE:", 0, &pResponse); in GetSimType()
184 ret = SendCommandLock("AT+CPIN?", "+CPIN:", 0, &pResponse); in ReqGetSimStatus()
222 int32_t ret = SendCommandLock(cmd, "+CLCK", 0, ppResponse); in ReqGetSimIOFDNWrite()
233 ret = SendCommandLock(cmd, "+CRSM", 0, ppResponse); in ReqGetSimIOFDNWrite()
241 ret = SendCommandLock(cmd, "+CLCK", 0, ppResponse); in ReqGetSimIOFDNWrite()
252 int32_t ret = SendCommandLock(queryCmd, "+CLCK", 0, ppResponse); in ReqGetSimIOFDN()
270 ret = SendCommandLock(cmd, "+CLCK", 0, ppResponse); in ReqGetSimIOFDN()
339 ret = SendCommandLock(cmd, "+CRSM", 0, &pResponse); in ReqGetSimIO()
388 ret = SendCommandLock("AT+CIMI", NULL, 0, &pResponse); in ReqGetSimImsi()
445 ret = SendCommandLock(cmd, "+CLCK", 0, &pResponse); in ReqGetSimLockStatus()
[all …]
Dat_sms.c170 err = SendCommandLock("AT+CNMA=1", NULL, 0, NULL); in ReqSendSmsAck()
172 err = SendCommandLock("AT+CNMA=2", NULL, 0, NULL); in ReqSendSmsAck()
199 err = SendCommandLock("AT+COPS?", "COPS?", 0, &responseInfo); in ReqSendCdmaSms()
206 err = SendCommandLock("AT$QCMGF=0", "$QCMGF=0", 0, &responseInfo); in ReqSendCdmaSms()
343 err = SendCommandLock(cmd, "+CMGD:", 0, &responseInfo); in UpdateSimMessage()
420 err = SendCommandLock(cmd, "+CMGD:", 0, &responseInfo); in ReqDelSimMessage()
460 err = SendCommandLock(cmd, "+CSCA:", 0, &responseInfo); in ReqSetSmscAddr()
480 err = SendCommandLock("AT+CSCA?", "+CSCA:", 0, &responseInfo); in ReqGetSmscAddr()
520 err = SendCommandLock("AT+CSCB?", "+CSCB:", 0, &responseInfo); in ReqGetCBConfig()
593 err = SendCommandLock(cmd, "+CSCB:", 0, &responseInfo); in ReqSetCBConfig()
[all …]
Dat_modem.c106 int32_t ret = SendCommandLock("AT+CFUN?", "+CFUN", timeOut, &pResponse); in ReqGetRadioState()
138 int32_t ret = SendCommandLock("AT+CGSN", NULL, DEFAULT_TIMEOUT, &responseInfo); in ReqGetImei()
176 int32_t ret = SendCommandLock("AT+MEID", NULL, DEFAULT_TIMEOUT, &responseInfo); in ReqGetMeid()
307 int32_t ret = SendCommandLock("AT^SYSINFOEX", "^SYSINFOEX:", DEFAULT_TIMEOUT, &responseInfo); in ReqGetVoiceRadioTechnology()
Dat_data.c186 ret = SendCommandLock("AT+CGACT?", "+CGACT:", 0, &pResponse); in SendInquireCGACT()
325 ret = SendCommandLock("AT^DHCP?", "^DHCP:", 0, &pResponse); in GetLinkInformation()
369 ret = SendCommandLock("AT+CGDCONT?", "+CGDCONT:", 0, &pResponse); in SendInquireCGDCONT()
401 ret = SendCommandLock("AT+CGDCONT?", "+CGDCONT:", 0, &pResponse); in QueryAllSupportPDNInfos()
631 ret = SendCommandLock(cmd, NULL, 0, &pResponse); in SendCmdCGDCONT()
655 ret = SendCommandLock(cmd, NULL, 0, &pResponse); in SendCmdNDISDUP()
774 ret = SendCommandLock(cmd, NULL, 0, &pResponse); in SetDataProfileInfo()
790 ret = SendCommandLock(cmd, NULL, 0, &pResponse); in SetDataProfileInfo()
900 ret = SendCommandLock(cmd, "+C5GQOSRDP:", 0, &pResponse); in ReqGetLinkBandwidthInfo()
Dat_network.c462 int32_t ret = SendCommandLock("AT^HCSQ?", "^HCSQ:", DEFAULT_TIMEOUT, &responseInfo); in ReqGetSignalStrength()
509 int32_t ret = SendCommandLock("AT+CREG?", "+CREG:", DEFAULT_TIMEOUT, &responseInfo); in ReqGetCsRegStatus()
547 int32_t ret = SendCommandLock("AT+CGREG?", "+CGREG:", DEFAULT_TIMEOUT, &responseInfo); in ReqGetPsRegStatus()
586 int32_t ret = SendCommandLock( in ReqGetOperatorInfo()
1144 int32_t ret = SendCommandLock("AT^MONNC", "^MONNC:", DEFAULT_TIMEOUT, &responseInfo); in ReqGetNeighboringCellInfoList()
1445 int32_t ret = SendCommandLock("AT^MONSC", "^MONSC:", DEFAULT_TIMEOUT, &responseInfo); in ReqGetCurrentCellInfo()
1579 int32_t err = SendCommandLock(cmd, NULL, 0, &responseInfo); in ReqSetNetworkSelectionMode()
1611 int32_t ret = SendCommandLock("AT+COPS?", "+COPS:", DEFAULT_TIMEOUT, &responseInfo); in ReqGetNetworkSelectionMode()
1736 err = SendCommandLock(cmd, NULL, 0, &responseInfo); in ReqSetPreferredNetwork()
1795 int32_t ret = SendCommandLock("AT^SYSCFGEX?", "^SYSCFGEX:", DEFAULT_TIMEOUT, &responseInfo); in ReqGetPreferredNetwork()
[all …]
Dat_support.c219 int32_t SendCommandLock(const char *command, const char *prefix, long long timeout, ResponseInfo **… in SendCommandLock() function
/base/telephony/ril_adapter/services/vendor/include/
Dat_support.h56 int32_t SendCommandLock(const char *command, const char *prefix, long long timeout, ResponseInfo **…