Home
last modified time | relevance | path

Searched refs:CellularDataErrorCode (Results 1 – 11 of 11) sorted by relevance

/base/telephony/cellular_data/services/src/utils/
Dcellular_data_hisysevent.cpp57 …const int32_t slotId, const int32_t switchState, const CellularDataErrorCode errorType, const std:… in WriteDataActivateFaultEvent()
77 …WriteDataActivateFaultEvent(slotId, switchState, CellularDataErrorCode::DATA_ERROR_DATA_ACTIVATE_T… in JudgingDataActivateTimeOut()
Dcellular_data_settings_rdb_helper.cpp140 CellularDataErrorCode::DATA_ERROR_DATABASE_WRITE_ERROR, in PutValue()
144 CellularDataErrorCode::DATA_ERROR_DATABASE_WRITE_ERROR, in PutValue()
/base/telephony/cellular_data/services/include/utils/
Dcellular_data_hisysevent.h42 const CellularDataErrorCode errorType, const std::string &errorMsg);
/base/telephony/core_service/services/core/include/
Dcore_service_hisysevent.h49 …int32_t slotId, int32_t switchState, CellularDataErrorCode errorType, const std::string &errorMsg);
/base/telephony/core_service/frameworks/js/napi/
Denum_convert_for_js.h108 enum CellularDataErrorCode { enum
/base/telephony/core_service/utils/common/include/
Dtelephony_hisysevent.h91 enum class CellularDataErrorCode { enum
/base/telephony/core_service/services/core/src/
Dcore_service_hisysevent.cpp110 … int32_t slotId, int32_t switchState, CellularDataErrorCode errorType, const std::string &errorMsg) in WriteDataActivateFaultEvent()
/base/telephony/cellular_data/services/src/state_machine/
Dcellular_data_state_machine.cpp108 …slotId, SWITCH_ON, CellularDataErrorCode::DATA_ERROR_PDP_ACTIVATE_FAIL, "Activate PDP context fail… in DoConnect()
133 …slotId, SWITCH_OFF, CellularDataErrorCode::DATA_ERROR_PDP_DEACTIVATE_FAIL, "Deactivate PDP context… in FreeConnection()
Dactivating.cpp160 CellularDataErrorCode::DATA_ERROR_RADIO_RESPONSEINFO_ERROR, in RilErrorResponse()
/base/telephony/cellular_data/services/src/
Dcellular_data_handler.cpp414 CellularDataErrorCode::DATA_ERROR_CELLULAR_DATA_SLOT_ID_MISMATCH, in CheckCellularDataSlotId()
435CellularDataErrorCode::DATA_ERROR_PS_NOT_ATTACH, "It is not emergencyApn and not attached"); in CheckAttachAndSimState()
440CellularDataErrorCode::DATA_ERROR_SIM_NOT_READY, "It is not emergencyApn and sim not ready"); in CheckAttachAndSimState()
466CellularDataErrorCode::DATA_ERROR_ROAMING_SWITCH_OFF_AND_ROAMING, "Data roaming is not on and is r… in CheckRoamingState()
473 CellularDataErrorCode::DATA_ERROR_CALL_AND_DATA_NOT_CONCURRENCY, in CheckRoamingState()
1190 CellularDataErrorCode::DATA_ERROR_HAS_HIGHER_PRIORITY_CONNECTION, in HasAnyHigherPriorityConnection()
Dcellular_data_service.cpp143 …slotId, enable, CellularDataErrorCode::DATA_ERROR_PERMISSION_ERROR, Permission::SET_TELEPHONY_STAT… in EnableCellularData()