Home
last modified time | relevance | path

Searched refs:HRilErrType (Results 1 – 25 of 27) sorted by relevance

12

/base/telephony/cellular_data/services/src/state_machine/
Dactivating.cpp155 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/
Dhril_network.cpp164 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 …]
Dhril_sim.cpp311 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 …]
Dhril_modem.cpp153 if (responseInfo.error == HRilErrType::NONE) { in GetVoiceRadioTechnologyResponse()
154 responseInfo.error = HRilErrType::HRIL_ERR_INVALID_RESPONSE; in GetVoiceRadioTechnologyResponse()
Dhril_sms.cpp348 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/
Dhril_types.h25 enum class HRilErrType : int32_t { enum
151 HRilErrType error;
/base/telephony/core_service/services/sim/src/
Dsim_sms_controller.cpp99 responseReady_ = (responseInfo->error == HRilErrType::NONE); in ProcessUpdateDone()
115 responseReady_ = (responseInfo->error == HRilErrType::NONE); in ProcessWriteDone()
131 responseReady_ = (responseInfo->error == HRilErrType::NONE); in ProcessDeleteDone()
Dradio_protocol_controller.cpp351 if (responseInfo != nullptr && responseInfo->error != HRilErrType::NONE) { in ProcessResponseInfoOfEvent()
436 std::shared_ptr<HRilErrType> param = event->GetSharedObject<HRilErrType>(); in ProcessActiveSimToRilResponse()
Dicc_dialling_numbers_manager.cpp134 hasEventDone_ = (responseInfo->error == HRilErrType::NONE); in ProcessUpdateDone()
149 hasEventDone_ = (responseInfo->error == HRilErrType::NONE); in ProcessWriteDone()
164 hasEventDone_ = (responseInfo->error == HRilErrType::NONE); in ProcessDeleteDone()
Dstk_controller.cpp370 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()
Dicc_dialling_numbers_cache.cpp151 if (responseInfo->error == HRilErrType::NONE) { in ProcessChangeDiallingNumbersDone()
299 responseInfo->error = static_cast<Telephony::HRilErrType>(errCode); in SendExceptionResult()
Dicc_dialling_numbers_handler.cpp569 responseInfo->error = static_cast<Telephony::HRilErrType>(code); in MakeExceptionResult()
Dmulti_sim_controller.cpp459 …return radioProtocolController_->GetActiveSimToRilResult() == static_cast<int32_t>(HRilErrType::NO… in SetActiveSimToRil()
/base/telephony/core_service/services/tel_ril/include/
Dtel_ril_base.h130 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()
Dtel_ril_data.h57 void DataResponseError(HRilErrType errCode, const AppExecFwk::InnerEvent::Pointer &response);
/base/telephony/cellular_call/services/manager/src/
Dcellular_call_handler.cpp306 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/
Dnetwork_type.cpp105 bool success = responseInfo->error == HRilErrType::NONE; in ProcessSetPreferredNetwork()
Dnetwork_selection.cpp258 if (responseInfo->error == HRilErrType::NONE) { in ResponseInfoOfSet()
/base/telephony/sms_mms/services/
Dsms_misc_manager.cpp227 isSuccess_ = (res->error == HRilErrType::NONE); in ProcessEvent()
237 isSuccess_ = (res->error == HRilErrType::NONE); in ProcessEvent()
/base/telephony/cellular_call/services/control/include/
Dcellular_call_config.h282 void HandleSetLteImsSwitchResult(int32_t slotId, HRilErrType result);
/base/telephony/core_service/services/tel_ril/src/
Dtel_ril_data.cpp31 void TelRilData::DataResponseError(HRilErrType errCode, const AppExecFwk::InnerEvent::Pointer &resp… in DataResponseError()
Dtel_ril_sim.cpp543 if (radioResponseInfo.error != HRilErrType::NONE) { in ResponseIccIo()
/base/telephony/cellular_call/services/control/src/
Dcellular_call_config.cpp431 void CellularCallConfig::HandleSetLteImsSwitchResult(int32_t slotId, HRilErrType result) in HandleSetLteImsSwitchResult()
434 if (result != HRilErrType::NONE) { in HandleSetLteImsSwitchResult()
/base/telephony/sms_mms/services/gsm/
Dgsm_sms_sender.cpp445 if (imsResponseInfo->error != HRilErrType::NONE) { in StatusReportSetImsSms()
/base/telephony/core_service/test/unittest/tel_ril_gtest/
Dtel_ril_test.cpp2162 ((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()

12