/base/telephony/cellular_data/services/src/state_machine/ |
D | activating.cpp | 155 case HRilErrType::HRIL_ERR_GENERIC_FAILURE: in RilErrorResponse() 156 case HRilErrType::HRIL_ERR_CMD_SEND_FAILURE: in RilErrorResponse() 157 case HRilErrType::HRIL_ERR_NULL_POINT: { in RilErrorResponse() 165 case HRilErrType::HRIL_ERR_INVALID_RESPONSE: in RilErrorResponse() 166 case HRilErrType::HRIL_ERR_CMD_NO_CARRIER: in RilErrorResponse() 167 case HRilErrType::HRIL_ERR_HDF_IPC_FAILURE: in RilErrorResponse()
|
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
D | hril_types.h | 25 enum class HRilErrType : int32_t { enum 289 HRilErrType error = HRilErrType::NONE;
|
/base/telephony/ril_adapter/services/hril/src/ |
D | hril_network.cpp | 185 if (responseInfo.error == HRilErrType::NONE) { in GetSignalStrengthResponse() 186 responseInfo.error = HRilErrType::HRIL_ERR_INVALID_RESPONSE; in GetSignalStrengthResponse() 200 if (responseInfo.error == HRilErrType::NONE) { in GetCsRegStatusResponse() 201 responseInfo.error = HRilErrType::HRIL_ERR_INVALID_RESPONSE; in GetCsRegStatusResponse() 224 if (responseInfo.error == HRilErrType::NONE) { in GetPsRegStatusResponse() 225 responseInfo.error = HRilErrType::HRIL_ERR_INVALID_RESPONSE; in GetPsRegStatusResponse() 254 if (responseInfo.error == HRilErrType::NONE) { in GetOperatorInfoResponse() 255 responseInfo.error = HRilErrType::HRIL_ERR_INVALID_RESPONSE; in GetOperatorInfoResponse() 275 if (responseInfo.error == HRilErrType::NONE) { in GetNetworkSearchInformationResponse() 276 responseInfo.error = HRilErrType::HRIL_ERR_INVALID_RESPONSE; in GetNetworkSearchInformationResponse() [all …]
|
D | hril_sim.cpp | 311 if (responseInfo.error == HRilErrType::NONE) { in GetSimStatusResponse() 312 responseInfo.error = HRilErrType::HRIL_ERR_INVALID_RESPONSE; in GetSimStatusResponse() 339 if (responseInfo.error == HRilErrType::NONE) { in GetSimLockStatusResponse() 340 responseInfo.error = HRilErrType::HRIL_ERR_INVALID_RESPONSE; in GetSimLockStatusResponse() 432 if (responseInfo.error == HRilErrType::NONE) { in GetRadioProtocolResponse() 433 responseInfo.error = HRilErrType::HRIL_ERR_INVALID_RESPONSE; in GetRadioProtocolResponse() 451 if (responseInfo.error == HRilErrType::NONE) { in SetRadioProtocolResponse() 452 responseInfo.error = HRilErrType::HRIL_ERR_INVALID_RESPONSE; in SetRadioProtocolResponse() 534 if (responseInfo.error == HRilErrType::NONE) { in ProcessIccIoResponse() 535 responseInfo.error = HRilErrType::HRIL_ERR_INVALID_RESPONSE; in ProcessIccIoResponse() [all …]
|
D | hril_modem.cpp | 168 if (responseInfo.error == HRilErrType::NONE) { in GetVoiceRadioTechnologyResponse() 169 responseInfo.error = HRilErrType::HRIL_ERR_INVALID_RESPONSE; in GetVoiceRadioTechnologyResponse()
|
D | hril_sms.cpp | 353 if (responseInfo.error == HRilErrType::NONE) { in GetSmscAddrResponse() 354 responseInfo.error = HRilErrType::HRIL_ERR_INVALID_RESPONSE; in GetSmscAddrResponse() 700 if (responseInfo.error == HRilErrType::NONE) { in MakeSendSmsResult() 701 responseInfo.error = HRilErrType::HRIL_ERR_INVALID_RESPONSE; in MakeSendSmsResult()
|
/base/telephony/core_service/services/sim/src/ |
D | sim_sms_controller.cpp | 99 responseReady_ = (responseInfo->error == HRilErrType::NONE); in ProcessUpdateDone() 115 responseReady_ = (responseInfo->error == HRilErrType::NONE); in ProcessWriteDone() 131 responseReady_ = (responseInfo->error == HRilErrType::NONE); in ProcessDeleteDone()
|
D | radio_protocol_controller.cpp | 347 if (responseInfo != nullptr && responseInfo->error != HRilErrType::NONE) { in ProcessResponseInfoOfEvent() 432 std::shared_ptr<HRilErrType> param = event->GetSharedObject<HRilErrType>(); in ProcessActiveSimToRilResponse()
|
D | icc_dialling_numbers_manager.cpp | 135 hasEventDone_ = (responseInfo->error == HRilErrType::NONE); in ProcessUpdateDone() 150 hasEventDone_ = (responseInfo->error == HRilErrType::NONE); in ProcessWriteDone() 165 hasEventDone_ = (responseInfo->error == HRilErrType::NONE); in ProcessDeleteDone()
|
D | stk_controller.cpp | 370 terminalResponseResult_ = response->error == HRilErrType::NONE; in OnSendTerminalResponseResult() 388 envelopeResponseResult_ = response->error == HRilErrType::NONE; in OnSendEnvelopeCmdResult() 406 …callSetupResponseResult_ = response->error == HRilErrType::NONE ? TELEPHONY_ERR_SUCCESS : TELEPHON… in OnSendCallSetupRequestResult()
|
D | icc_dialling_numbers_cache.cpp | 152 if (responseInfo->error == HRilErrType::NONE) { in ProcessChangeDiallingNumbersDone() 300 responseInfo->error = static_cast<Telephony::HRilErrType>(errCode); in SendExceptionResult()
|
D | icc_dialling_numbers_handler.cpp | 581 responseInfo->error = static_cast<Telephony::HRilErrType>(code); in MakeExceptionResult()
|
/base/telephony/core_service/services/tel_ril/include/ |
D | tel_ril_base.h | 133 result->error = static_cast<HRilErrType>(iResponseInfo.error); in Response() 177 if (radioResponseInfo.error != HRilErrType::NONE) { in Response() 236 responseInfo.error = (HRilErrType)iResponseInfo.error; in BuildHRilRadioResponseInfo()
|
/base/telephony/cellular_call/services/control/include/ |
D | cellular_call_config.h | 292 void HandleSetLteImsSwitchResult(int32_t slotId, HRilErrType result); 300 void HandleSetVoNRSwitchResult(int32_t slotId, HRilErrType result);
|
/base/telephony/core_service/services/tel_ril/src/ |
D | tel_ril_call.cpp | 114 } else if (radioResponseInfo.error != HRilErrType::NONE) { in GetCallWaitingResponse() 147 } else if (radioResponseInfo.error != HRilErrType::NONE) { in GetCallTransferInfoResponse() 170 } else if (radioResponseInfo.error != HRilErrType::NONE) { in GetClipResponse() 198 } else if (radioResponseInfo.error != HRilErrType::NONE) { in GetClirResponse() 226 } else if (radioResponseInfo.error != HRilErrType::NONE) { in GetCallRestrictionResponse() 250 radioResponseInfo->error = static_cast<HRilErrType>(responseInfo.error); in SendDtmfResponse() 747 if (radioResponseInfo.error != HRilErrType::NONE) { in ResponseSupplement()
|
/base/telephony/sms_mms/test/fuzztest/getsmssegmentsinfo_fuzzer/ |
D | getsmssegmentsinfo_fuzzer.cpp | 148 responseInfo.error = static_cast<HRilErrType>(size); in ImsSendMessageResponseInner() 176 responseInfo.error = static_cast<HRilErrType>(size); in ImsSetSmsConfigResponseInner()
|
/base/telephony/core_service/services/network_search/src/ |
D | network_type.cpp | 77 bool success = responseInfo->error == HRilErrType::NONE; in ProcessSetPreferredNetwork()
|
D | network_selection.cpp | 258 if (responseInfo->error == HRilErrType::NONE) { in ResponseInfoOfSet()
|
D | radio_info.cpp | 389 bool success = responseInfo->error == HRilErrType::NONE; in ProcessSetNrOptionMode()
|
/base/telephony/cellular_call/services/manager/src/ |
D | cellular_call_handler.cpp | 307 if (rilResponseInfo->error == HRilErrType::NONE) { in GetCsCallsDataResponse() 336 if (rilResponseInfo->error == HRilErrType::NONE) { in GetImsCallsDataResponse() 364 if (result->error != HRilErrType::NONE) { in DialResponse() 374 if (result->error == HRilErrType::HRIL_ERR_CMD_NO_CARRIER) { in DialResponse() 444 if (result->error != HRilErrType::NONE) { in CommonResultResponse() 511 if (result->error != HRilErrType::NONE) { in SendDtmfResponse() 610 if (info->error != HRilErrType::NONE) { in SetDomainPreferenceModeResponse() 722 response.result = static_cast<int32_t>(HRilErrType::NONE); in GetMuteResponse()
|
/base/telephony/sms_mms/services/sms/ |
D | sms_misc_manager.cpp | 227 isSuccess_ = (res->error == HRilErrType::NONE); in ProcessEvent() 237 isSuccess_ = (res->error == HRilErrType::NONE); in ProcessEvent()
|
/base/telephony/cellular_call/services/control/src/ |
D | cellular_call_config.cpp | 495 void CellularCallConfig::HandleSetLteImsSwitchResult(int32_t slotId, HRilErrType result) in HandleSetLteImsSwitchResult() 498 if (result != HRilErrType::NONE) { in HandleSetLteImsSwitchResult() 504 void CellularCallConfig::HandleSetVoNRSwitchResult(int32_t slotId, HRilErrType result) in HandleSetVoNRSwitchResult() 507 if (result != HRilErrType::NONE) { in HandleSetVoNRSwitchResult()
|
D | cellular_call_supplement.cpp | 794 responseInfo.error = HRilErrType::HRIL_ERR_GENERIC_FAILURE; in SetCallTransferInfo() 871 responseInfo.error = HRilErrType::HRIL_ERR_GENERIC_FAILURE; in SetCallTransferInfoByIms() 945 responseInfo.error = HRilErrType::HRIL_ERR_GENERIC_FAILURE; in SetCallWaiting() 1019 responseInfo.error = HRilErrType::HRIL_ERR_GENERIC_FAILURE; in SetCallRestriction() 1067 responseInfo.error = HRilErrType::HRIL_ERR_GENERIC_FAILURE; in SetCallRestrictionByIms() 1597 if (responseInfo.error == HRilErrType::NONE) { in EventCloseUnFinishedUssd()
|
/base/telephony/cellular_call/test/fuzztest/imscallback_fuzzer/ |
D | imscallback_fuzzer.cpp | 73 rilRadioResponse.error = static_cast<HRilErrType>(size % ERROR_NUM); in TestImsCallCallbackFunction() 167 rilRadioResponse.error = static_cast<HRilErrType>(size % ERROR_NUM); in TestImsConfigCallbackFunction()
|
/base/telephony/core_service/test/unittest/tel_ril_gtest/ |
D | tel_ril_test_util.cpp | 2303 …((resultInfo_->error == HRilErrType::NONE) || (resultInfo_->error == HRilErrType::HRIL_ERR_GENERIC… in GetBoolResult() 2304 (resultInfo_->error == HRilErrType::HRIL_ERR_INVALID_RESPONSE) || in GetBoolResult() 2305 (resultInfo_->error == HRilErrType::HRIL_ERR_INVALID_MODEM_PARAMETER))) { in GetBoolResult()
|