/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/services/hril/src/ |
D | hril_network.cpp | 164 if (responseInfo.error == HRilErrType::NONE) { in GetSignalStrengthResponse() 165 responseInfo.error = HRilErrType::HRIL_ERR_INVALID_RESPONSE; in GetSignalStrengthResponse() 179 if (responseInfo.error == HRilErrType::NONE) { in GetCsRegStatusResponse() 180 responseInfo.error = HRilErrType::HRIL_ERR_INVALID_RESPONSE; in GetCsRegStatusResponse() 203 if (responseInfo.error == HRilErrType::NONE) { in GetPsRegStatusResponse() 204 responseInfo.error = HRilErrType::HRIL_ERR_INVALID_RESPONSE; in GetPsRegStatusResponse() 233 if (responseInfo.error == HRilErrType::NONE) { in GetOperatorInfoResponse() 234 responseInfo.error = HRilErrType::HRIL_ERR_INVALID_RESPONSE; in GetOperatorInfoResponse() 254 if (responseInfo.error == HRilErrType::NONE) { in GetNetworkSearchInformationResponse() 255 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 | 153 if (responseInfo.error == HRilErrType::NONE) { in GetVoiceRadioTechnologyResponse() 154 responseInfo.error = HRilErrType::HRIL_ERR_INVALID_RESPONSE; in GetVoiceRadioTechnologyResponse()
|
D | hril_sms.cpp | 348 if (responseInfo.error == HRilErrType::NONE) { in GetSmscAddrResponse() 349 responseInfo.error = HRilErrType::HRIL_ERR_INVALID_RESPONSE; in GetSmscAddrResponse() 695 if (responseInfo.error == HRilErrType::NONE) { in MakeSendSmsResult() 696 responseInfo.error = HRilErrType::HRIL_ERR_INVALID_RESPONSE; in MakeSendSmsResult()
|
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
D | hril_types.h | 25 enum class HRilErrType : int32_t { enum 151 HRilErrType error;
|
/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 | 351 if (responseInfo != nullptr && responseInfo->error != HRilErrType::NONE) { in ProcessResponseInfoOfEvent() 436 std::shared_ptr<HRilErrType> param = event->GetSharedObject<HRilErrType>(); in ProcessActiveSimToRilResponse()
|
D | icc_dialling_numbers_manager.cpp | 134 hasEventDone_ = (responseInfo->error == HRilErrType::NONE); in ProcessUpdateDone() 149 hasEventDone_ = (responseInfo->error == HRilErrType::NONE); in ProcessWriteDone() 164 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 | 151 if (responseInfo->error == HRilErrType::NONE) { in ProcessChangeDiallingNumbersDone() 299 responseInfo->error = static_cast<Telephony::HRilErrType>(errCode); in SendExceptionResult()
|
D | icc_dialling_numbers_handler.cpp | 569 responseInfo->error = static_cast<Telephony::HRilErrType>(code); in MakeExceptionResult()
|
D | multi_sim_controller.cpp | 459 …return radioProtocolController_->GetActiveSimToRilResult() == static_cast<int32_t>(HRilErrType::NO… in SetActiveSimToRil()
|
/base/telephony/core_service/services/tel_ril/include/ |
D | tel_ril_base.h | 130 result->error = static_cast<HRilErrType>(iResponseInfo.error); in Response() 174 if (radioResponseInfo.error != HRilErrType::NONE) { in Response() 233 responseInfo.error = (HRilErrType)iResponseInfo.error; in BuildHRilRadioResponseInfo()
|
D | tel_ril_data.h | 57 void DataResponseError(HRilErrType errCode, const AppExecFwk::InnerEvent::Pointer &response);
|
/base/telephony/cellular_call/services/manager/src/ |
D | cellular_call_handler.cpp | 306 if (rilResponseInfo->error == HRilErrType::NONE) { in GetCsCallsDataResponse() 340 if (rilResponseInfo->error == HRilErrType::NONE) { in GetImsCallsDataResponse() 368 if (result->error != HRilErrType::NONE) { in DialResponse() 378 if (result->error == HRilErrType::HRIL_ERR_CMD_NO_CARRIER) { in DialResponse() 448 if (result->error != HRilErrType::NONE) { in CommonResultResponse() 490 if (result->error != HRilErrType::NONE) { in SendDtmfResponse() 632 if (info->error != HRilErrType::NONE) { in SetDomainPreferenceModeResponse() 770 response.result = static_cast<int32_t>(HRilErrType::NONE); in GetMuteResponse()
|
/base/telephony/core_service/services/network_search/src/ |
D | network_type.cpp | 105 bool success = responseInfo->error == HRilErrType::NONE; in ProcessSetPreferredNetwork()
|
D | network_selection.cpp | 258 if (responseInfo->error == HRilErrType::NONE) { in ResponseInfoOfSet()
|
/base/telephony/sms_mms/services/ |
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/include/ |
D | cellular_call_config.h | 282 void HandleSetLteImsSwitchResult(int32_t slotId, HRilErrType result);
|
/base/telephony/core_service/services/tel_ril/src/ |
D | tel_ril_data.cpp | 31 void TelRilData::DataResponseError(HRilErrType errCode, const AppExecFwk::InnerEvent::Pointer &resp… in DataResponseError()
|
D | tel_ril_sim.cpp | 543 if (radioResponseInfo.error != HRilErrType::NONE) { in ResponseIccIo()
|
/base/telephony/cellular_call/services/control/src/ |
D | cellular_call_config.cpp | 431 void CellularCallConfig::HandleSetLteImsSwitchResult(int32_t slotId, HRilErrType result) in HandleSetLteImsSwitchResult() 434 if (result != HRilErrType::NONE) { in HandleSetLteImsSwitchResult()
|
/base/telephony/sms_mms/services/gsm/ |
D | gsm_sms_sender.cpp | 445 if (imsResponseInfo->error != HRilErrType::NONE) { in StatusReportSetImsSms()
|
/base/telephony/core_service/test/unittest/tel_ril_gtest/ |
D | tel_ril_test.cpp | 2162 ((resultInfo_->error == HRilErrType::NONE) || in GetBoolResult() 2163 (resultInfo_->error == HRilErrType::HRIL_ERR_GENERIC_FAILURE) || in GetBoolResult() 2164 (resultInfo_->error == HRilErrType::HRIL_ERR_INVALID_RESPONSE) || in GetBoolResult() 2165 (resultInfo_->error == HRilErrType::HRIL_ERR_INVALID_MODEM_PARAMETER))) { in GetBoolResult()
|