Searched defs:telRilRequest (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_base.cpp | 41 …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 D | tel_ril_call.cpp | 108 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 D | tel_ril_modem.cpp | 32 auto getDataFunc = [&responseInfo](std::shared_ptr<TelRilRequest> telRilRequest) { in SetRadioStateResponse() 43 auto getDataFunc = [state](std::shared_ptr<TelRilRequest> telRilRequest) { in GetRadioStateResponse()
|
H A D | tel_ril_network.cpp | 225 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 D | tel_ril_data.cpp | 69 …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 D | tel_ril_sim.cpp | 83 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 D | tel_ril_sms.cpp | 429 auto getDataFunc = [&result, this](std::shared_ptr<TelRilRequest> telRilRequest) { in ResponseSendSms()
|
/ohos5.0/base/telephony/core_service/services/tel_ril/include/ |
H A D | tel_ril_base.h | 117 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 D | zero_branch_test_tel_ril.cpp | 121 std::shared_ptr<TelRilRequest> telRilRequest = nullptr; variable 296 std::shared_ptr<TelRilRequest> telRilRequest = nullptr; variable
|