Home
last modified time | relevance | path

Searched refs:ResponseInfo (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/base/telephony/ril_adapter/services/vendor/include/
H A Dat_support.h44 } ResponseInfo; typedef
54 void FreeResponseInfo(ResponseInfo *resp); // free ResponseResult
56 int32_t SendCommandLock(const char *command, const char *prefix, long long timeout, ResponseInfo **…
59 const char *command, const char *prefix, long long timeout, ResponseInfo **outResponse);
62 …const char *command, const char *smsPdu, const char *prefix, long long timeout, ResponseInfo **out…
64 int32_t SendCommandNoLock(const char *command, long long timeout, ResponseInfo **outResponse);
H A Dvendor_util.h89 ModemReportErrorInfo GetReportErrorInfo(const ResponseInfo *response);
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dat_support.c23 static volatile ResponseInfo *g_response = NULL;
88 void FreeResponseInfo(ResponseInfo *resp) in FreeResponseInfo()
220 int32_t SendCommandLock(const char *command, const char *prefix, long long timeout, ResponseInfo **… in SendCommandLock()
242 FreeResponseInfo((ResponseInfo *)*outResponse); in SendCommandLock()
260 …etWorksLock(const char *command, const char *prefix, long long timeout, ResponseInfo **outResponse) in SendCommandNetWorksLock()
281 …const char *command, const char *smsPdu, const char *prefix, long long timeout, ResponseInfo **out… in SendCommandSmsLock()
310 g_response = (ResponseInfo *)calloc(1, sizeof(ResponseInfo)); in NewResponseInfo()
320 int32_t SendCommandNoLock(const char *command, long long timeout, ResponseInfo **outResponse) in SendCommandNoLock()
348 FreeResponseInfo((ResponseInfo *)g_response); in SendCommandNoLock()
350 *outResponse = (ResponseInfo *)g_response; in SendCommandNoLock()
[all …]
H A Dat_call.c367 ResponseInfo *pResponse = NULL; in ReqGetCallList()
398 ResponseInfo *pResponse = NULL; in ReqDial()
447 ResponseInfo *pResponse = NULL; in ReqHangup()
473 ResponseInfo *pResponse = NULL; in ReqReject()
492 ResponseInfo *pResponse = NULL; in ReqAnswer()
509 ResponseInfo *pResponse = NULL; in ReqGetClip()
541 ResponseInfo *pResponse = NULL; in ReqSetClip()
569 ResponseInfo *pResponse = NULL; in ReqGetClir()
601 ResponseInfo *pResponse = NULL; in ReqSetClir()
623 ResponseInfo *pResponse = NULL; in ReqStartDtmf()
[all …]
H A Dat_modem.c22 ResponseInfo *responseInfo;
47 static int32_t GetResponseErrorCode(ResponseInfo *pResponseInfo) in GetResponseErrorCode()
84 static void ErrorHandler(const ReqDataInfo *requestInfo, ResponseInfo *pResponse) in ErrorHandler()
103 ResponseInfo *pResponse = NULL; in ReqGetRadioState()
136 ResponseInfo *responseInfo = NULL; in ReqGetImei()
173 ResponseInfo *responseInfo = NULL; in ReqGetImeiSv()
186 ResponseInfo *responseInfo = NULL; in ReqGetMeid()
317 ResponseInfo *responseInfo = NULL; in ReqGetVoiceRadioTechnology()
H A Dat_sim.c31 ResponseInfo *pResponse = NULL; in GetSimType()
176 ResponseInfo *pResponse = NULL; in ReqGetSimStatus()
315 ResponseInfo *pResponse = NULL; in ReqGetSimIO()
385 ResponseInfo *pResponse = NULL; in ReqGetSimImsi()
431 ResponseInfo *pResponse = NULL; in ReqGetSimLockStatus()
476 ResponseInfo *pResponse = NULL; in ReqSetSimLock()
526 ResponseInfo *pResponse = NULL; in ReqChangeSimPassword()
576 ResponseInfo *pResponse = NULL; in ReqUnlockPin()
630 ResponseInfo *pResponse = NULL; in ReqUnlockPuk()
684 ResponseInfo *pResponse = NULL; in ReqGetSimPinInputTimes()
[all …]
H A Dat_sms.c130 ResponseInfo *responseInfo = NULL; in ReqSendGsmSms()
193 ResponseInfo *responseInfo = NULL; in ReqSendCdmaSms()
259 ResponseInfo *responseInfo = NULL; in WriteSimMessage()
310 ResponseInfo *responseInfo = NULL; in UpdateSimMessage()
386 ResponseInfo *responseInfo = NULL; in ReqWriteSimMessage()
404 ResponseInfo *responseInfo = NULL; in ReqDelSimMessage()
448 ResponseInfo *responseInfo = NULL; in ReqSetSmscAddr()
487 ResponseInfo *responseInfo = NULL; in ReqGetSmscAddr()
561 ResponseInfo *responseInfo = NULL; in ReqGetCBConfig()
780 ResponseInfo *responseInfo = NULL; in ReqSetCBConfig()
[all …]
H A Dat_data.c75 static int32_t OnDataReportErrorMessages(const ReqDataInfo *requestInfo, int32_t err, ResponseInfo in OnDataReportErrorMessages()
183 ResponseInfo *pResponse = NULL; in SendInquireCGACT()
221 int32_t *validCount, int32_t dataNum, ResponseInfo *response, HRilDataCallResponse **ppDcr) in BuildDataInfoList()
231 ResponseInfo *pResponse = response; in BuildDataInfoList()
322 ResponseInfo *pResponse = NULL; in GetLinkInformation()
366 ResponseInfo *pResponse = NULL; in SendInquireCGDCONT()
399 ResponseInfo *pResponse = NULL; in QueryAllSupportPDNInfos()
623 ResponseInfo *pResponse = NULL; in SendCmdCGDCONT()
647 ResponseInfo *pResponse = NULL; in SendCmdNDISDUP()
765 ResponseInfo *pResponse = NULL; in SetDataProfileInfo()
[all …]
H A Dat_network.c32 ResponseInfo *responseInfo;
460 ResponseInfo *responseInfo = NULL; in ReqGetSignalStrength()
507 ResponseInfo *responseInfo = NULL; in ReqGetCsRegStatus()
545 ResponseInfo *responseInfo = NULL; in ReqGetPsRegStatus()
583 ResponseInfo *responseInfo = NULL; in ReqGetOperatorInfo()
683 ResponseInfo *responseInfo = NULL; in ReqGetNetworkSearchInformation()
1141 ResponseInfo *responseInfo = NULL; in ReqGetNeighboringCellInfoList()
1480 ResponseInfo *responseInfo = NULL; in ReqGetCurrentCellInfo()
1600 ResponseInfo *responseInfo = NULL; in ReqSetNetworkSelectionMode()
1647 ResponseInfo *responseInfo = NULL; in ReqGetNetworkSelectionMode()
[all …]
H A Dvendor_adapter.c200 ResponseInfo *pResponse = NULL; in SetRadioState()
264 ResponseInfo *pResponse = NULL; in ModemInit()
H A Dvendor_util.c406 ModemReportErrorInfo GetReportErrorInfo(const ResponseInfo *response) in GetReportErrorInfo()
/ohos5.0/base/security/device_security_level/services/sa/standard/
H A Ddslm_callback_proxy.h39 struct ResponseInfo { struct
46 int32_t ResponseDeviceSecurityLevel(uint32_t cookie, const ResponseInfo &response);
H A Ddslm_callback_proxy.cpp33 int32_t DslmCallbackProxy::ResponseDeviceSecurityLevel(uint32_t cookie, const ResponseInfo &respons… in ResponseDeviceSecurityLevel()
H A Ddslm_ipc_process.cpp59 … DslmCallbackProxy::ResponseInfo resInfo = {result, info->level, info->extraBuff, info->extraLen}; in ProcessCallback()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/multiver/
H A Dmulti_ver_sync_state_machine.h34 struct ResponseInfo { struct
131 std::list<ResponseInfo> responseInfos_;
H A Dmulti_ver_sync_state_machine.cpp539 … std::find_if(responseInfos_.begin(), responseInfos_.end(), [sessionId](const ResponseInfo &info) { in SyncResponseBegin()
564 ResponseInfo info{sessionId, timerId}; in SyncResponseBegin()
575 … std::find_if(responseInfos_.begin(), responseInfos_.end(), [sessionId](const ResponseInfo &info) { in SyncResponseEnd()
594 … = std::find_if(responseInfos_.begin(), responseInfos_.end(), [timerId](const ResponseInfo &info) { in SyncResponseTimeout()
/ohos5.0/base/request/request/test/rustest/src/
H A Dlib.rs375 Http(ResponseInfo),
418 pub struct ResponseInfo { struct
447 MessageInfo::Http(ResponseInfo { in deserialize()
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-tel-guide.md172 ResponseInfo *pResponse = NULL;
424 ResponseInfo *pResponse = NULL;
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-tel-guide.md162 ResponseInfo *pResponse = NULL;
415 ResponseInfo *pResponse = NULL;