Home
last modified time | relevance | path

Searched defs:telRilRequest (Results 1 – 9 of 9) sorted by relevance

/base/telephony/core_service/services/tel_ril/src/
Dtel_ril_base.cpp42 …std::shared_ptr<TelRilRequest> telRilRequest = std::make_shared<TelRilRequest>(GetNextSerialId(), … in CreateTelRilRequest() local
65 std::shared_ptr<TelRilRequest> telRilRequest = nullptr; in FindTelRilRequest() local
91 std::shared_ptr<TelRilRequest> telRilRequest = CreateTelRilRequest(requestId, response); in GetSerialId() local
99 void TelRilBase::DfxWriteCallFaultEvent(std::shared_ptr<TelRilRequest> telRilRequest, const int32_t… in DfxWriteCallFaultEvent()
129 std::shared_ptr<TelRilRequest> telRilRequest, const HRilRadioResponseInfo &responseInfo) in ErrorResponse()
Dtel_ril_modem.cpp34 auto getDataFunc = [&responseInfo](std::shared_ptr<TelRilRequest> telRilRequest) { in SetRadioStateResponse()
45 auto getDataFunc = [state](std::shared_ptr<TelRilRequest> telRilRequest) { in GetRadioStateResponse()
Dtel_ril_call.cpp110 std::shared_ptr<TelRilRequest> telRilRequest = FindTelRilRequest(radioResponseInfo); in GetCallWaitingResponse() local
143 std::shared_ptr<TelRilRequest> telRilRequest = FindTelRilRequest(radioResponseInfo); in GetCallTransferInfoResponse() local
167 std::shared_ptr<TelRilRequest> telRilRequest = FindTelRilRequest(radioResponseInfo); in GetClipResponse() local
196 std::shared_ptr<TelRilRequest> telRilRequest = FindTelRilRequest(radioResponseInfo); in GetClirResponse() local
225 std::shared_ptr<TelRilRequest> telRilRequest = FindTelRilRequest(radioResponseInfo); in GetCallRestrictionResponse() local
245 std::shared_ptr<TelRilRequest> telRilRequest = FindTelRilRequest(info); in SendDtmfResponse() local
742 auto telRilRequest = FindTelRilRequest(radioResponseInfo); in ResponseSupplement() local
Dtel_ril_network.cpp243 auto getDataFunc = [&csRegStatusInfo, this](std::shared_ptr<TelRilRequest> telRilRequest) { in GetCsRegStatusResponse()
255 auto getDataFunc = [&psRegStatusInfo, this](std::shared_ptr<TelRilRequest> telRilRequest) { in GetPsRegStatusResponse()
267 auto getDataFunc = [&operatorInfo, this](std::shared_ptr<TelRilRequest> telRilRequest) { in GetOperatorInfoResponse()
279 auto getDataFunc = [&availableNetworkList, this](std::shared_ptr<TelRilRequest> telRilRequest) { in GetNetworkSearchInformationResponse()
291 auto getDataFunc = [&setNetworkModeInfo, this](std::shared_ptr<TelRilRequest> telRilRequest) { in GetNetworkSelectionModeResponse()
353 auto getDataFunc = [&preferredNetworkTypeInfo](std::shared_ptr<TelRilRequest> telRilRequest) { in GetPreferredNetworkResponse()
365 … auto getDataFunc = [&channelConfigInfoList, this](std::shared_ptr<TelRilRequest> telRilRequest) { in GetPhysicalChannelConfigResponse()
396 auto getDataFunc = [mode](std::shared_ptr<TelRilRequest> telRilRequest) { in GetNrOptionModeResponse()
Dtel_ril_data.cpp73 …auto getDataFunc = [&iSetupDataCallResultInfo, this](std::shared_ptr<TelRilRequest> telRilRequest) in ActivatePdpContextResponse()
96 auto getDataFunc = [&iDataCallResultList, this](std::shared_ptr<TelRilRequest> telRilRequest) { in GetPdpContextListResponse()
Dtel_ril_sim.cpp85 std::shared_ptr<TelRilRequest> telRilRequest, const HRilRadioResponseInfo &responseInfo) in ErrorIccIoResponse()
118 std::shared_ptr<TelRilRequest> telRilRequest, std::shared_ptr<IccIoResultInfo> iccIoResult) in ProcessIccIoInfo()
560 std::shared_ptr<TelRilRequest> telRilRequest = FindTelRilRequest(radioResponseInfo); in ResponseIccIo() local
Dtel_ril_sms.cpp460 auto getDataFunc = [&result, this](std::shared_ptr<TelRilRequest> telRilRequest) { in ResponseSendSms()
/base/telephony/core_service/services/tel_ril/include/
Dtel_ril_base.h116 std::shared_ptr<TelRilRequest> telRilRequest = CreateTelRilRequest(requestId, response); in Request() local
172 std::shared_ptr<TelRilRequest> telRilRequest = FindTelRilRequest(radioResponseInfo); in Response() local
184 …_t TelRilBase::SendHandlerEvent(const char *funcName, std::shared_ptr<TelRilRequest> telRilRequest, in SendHandlerEvent()
242 const char *funcName, std::shared_ptr<TelRilRequest> telRilRequest) in ConfirmSupplementOfTelRilRequestInfo()
/base/telephony/core_service/test/unittest/tel_ril_gtest/
Dzero_branch_test_tel_ril.cpp121 std::shared_ptr<TelRilRequest> telRilRequest = nullptr; variable
296 std::shared_ptr<TelRilRequest> telRilRequest = nullptr; variable