Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_base.cpp41 …std::shared_ptr<TelRilRequest> telRilRequest = std::make_shared<TelRilRequest>(GetNextSerialId(), … in CreateTelRilRequest() local
64 std::shared_ptr<TelRilRequest> telRilRequest = nullptr; in FindTelRilRequest() local
90 std::shared_ptr<TelRilRequest> telRilRequest = CreateTelRilRequest(response); in GetSerialId() local
98 void TelRilBase::DfxWriteCallFaultEvent(std::shared_ptr<TelRilRequest> telRilRequest, const int32_t… in DfxWriteCallFaultEvent()
128 std::shared_ptr<TelRilRequest> telRilRequest, const RadioResponseInfo &responseInfo) in ErrorResponse()
H A Dtel_ril_call.cpp108 std::shared_ptr<TelRilRequest> telRilRequest = FindTelRilRequest(radioResponseInfo); in GetCallWaitingResponse() local
141 std::shared_ptr<TelRilRequest> telRilRequest = FindTelRilRequest(radioResponseInfo); in GetCallTransferInfoResponse() local
165 std::shared_ptr<TelRilRequest> telRilRequest = FindTelRilRequest(radioResponseInfo); in GetClipResponse() local
194 std::shared_ptr<TelRilRequest> telRilRequest = FindTelRilRequest(radioResponseInfo); in GetClirResponse() local
223 std::shared_ptr<TelRilRequest> telRilRequest = FindTelRilRequest(radioResponseInfo); in GetCallRestrictionResponse() local
243 std::shared_ptr<TelRilRequest> telRilRequest = FindTelRilRequest(info); in SendDtmfResponse() local
724 auto telRilRequest = FindTelRilRequest(radioResponseInfo); in ResponseSupplement() local
H A Dtel_ril_modem.cpp32 auto getDataFunc = [&responseInfo](std::shared_ptr<TelRilRequest> telRilRequest) { in SetRadioStateResponse()
43 auto getDataFunc = [state](std::shared_ptr<TelRilRequest> telRilRequest) { in GetRadioStateResponse()
H A Dtel_ril_network.cpp225 auto getDataFunc = [&csRegStatusInfo, this](std::shared_ptr<TelRilRequest> telRilRequest) { in GetCsRegStatusResponse()
237 auto getDataFunc = [&psRegStatusInfo, this](std::shared_ptr<TelRilRequest> telRilRequest) { in GetPsRegStatusResponse()
249 auto getDataFunc = [&operatorInfo, this](std::shared_ptr<TelRilRequest> telRilRequest) { in GetOperatorInfoResponse()
261 auto getDataFunc = [&availableNetworkList, this](std::shared_ptr<TelRilRequest> telRilRequest) { in GetNetworkSearchInformationResponse()
273 auto getDataFunc = [&setNetworkModeInfo, this](std::shared_ptr<TelRilRequest> telRilRequest) { in GetNetworkSelectionModeResponse()
335 auto getDataFunc = [&preferredNetworkTypeInfo](std::shared_ptr<TelRilRequest> telRilRequest) { in GetPreferredNetworkResponse()
347 … auto getDataFunc = [&channelConfigInfoList, this](std::shared_ptr<TelRilRequest> telRilRequest) { in GetPhysicalChannelConfigResponse()
378 auto getDataFunc = [mode](std::shared_ptr<TelRilRequest> telRilRequest) { in GetNrOptionModeResponse()
H A Dtel_ril_data.cpp69 …auto getDataFunc = [&iSetupDataCallResultInfo, this](std::shared_ptr<TelRilRequest> telRilRequest) in ActivatePdpContextResponse()
91 auto getDataFunc = [&iDataCallResultList, this](std::shared_ptr<TelRilRequest> telRilRequest) { in GetPdpContextListResponse()
H A Dtel_ril_sim.cpp83 std::shared_ptr<TelRilRequest> telRilRequest, const RadioResponseInfo &responseInfo) in ErrorIccIoResponse()
116 std::shared_ptr<TelRilRequest> telRilRequest, std::shared_ptr<IccIoResultInfo> iccIoResult) in ProcessIccIoInfo()
588 std::shared_ptr<TelRilRequest> telRilRequest = FindTelRilRequest(radioResponseInfo); in ResponseIccIo() local
H A Dtel_ril_sms.cpp429 auto getDataFunc = [&result, this](std::shared_ptr<TelRilRequest> telRilRequest) { in ResponseSendSms()
/ohos5.0/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_base.h117 std::shared_ptr<TelRilRequest> telRilRequest = CreateTelRilRequest(response); in Request() local
169 std::shared_ptr<TelRilRequest> telRilRequest = FindTelRilRequest(radioResponseInfo); in Response() local
181 …_t TelRilBase::SendHandlerEvent(const char *funcName, std::shared_ptr<TelRilRequest> telRilRequest, in SendHandlerEvent()
240 const char *funcName, std::shared_ptr<TelRilRequest> telRilRequest) in ConfirmSupplementOfTelRilRequestInfo()
/ohos5.0/base/telephony/core_service/test/unittest/tel_ril_gtest/
H A Dzero_branch_test_tel_ril.cpp121 std::shared_ptr<TelRilRequest> telRilRequest = nullptr; variable
296 std::shared_ptr<TelRilRequest> telRilRequest = nullptr; variable