Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_data/services/src/utils/
H A Dcellular_data_hisysevent.cpp61 …const int32_t slotId, const int32_t switchState, const CellularDataErrorCode errorType, const std:… in WriteDataActivateFaultEvent()
81 …WriteDataActivateFaultEvent(slotId, switchState, CellularDataErrorCode::DATA_ERROR_DATA_ACTIVATE_T… in JudgingDataActivateTimeOut()
H A Dcellular_data_settings_rdb_helper.cpp158 CellularDataErrorCode::DATA_ERROR_DATABASE_WRITE_ERROR, in PutValue()
162 CellularDataErrorCode::DATA_ERROR_DATABASE_WRITE_ERROR, in PutValue()
/ohos5.0/base/telephony/cellular_data/services/include/utils/
H A Dcellular_data_hisysevent.h43 const CellularDataErrorCode errorType, const std::string &errorMsg);
/ohos5.0/base/telephony/core_service/frameworks/js/napi/
H A Denum_convert_for_js.h112 enum CellularDataErrorCode { enum
/ohos5.0/base/telephony/core_service/services/core/include/
H A Dcore_service_hisysevent.h49 …int32_t slotId, int32_t switchState, CellularDataErrorCode errorType, const std::string &errorMsg);
/ohos5.0/base/telephony/core_service/utils/common/include/
H A Dtelephony_hisysevent.h332 enum class CellularDataErrorCode { enum
/ohos5.0/base/telephony/cellular_data/services/src/
H A Dcellular_data_service.cpp107 …slotId, switchState, CellularDataErrorCode::DATA_ERROR_PERMISSION_ERROR, Permission::SET_TELEPHONY… in GetIntelligenceSwitchState()
169 …slotId, enable, CellularDataErrorCode::DATA_ERROR_PERMISSION_ERROR, Permission::SET_TELEPHONY_STAT… in EnableCellularData()
189 …slotId, enable, CellularDataErrorCode::DATA_ERROR_PERMISSION_ERROR, Permission::SET_TELEPHONY_STAT… in EnableIntelligenceSwitch()
H A Dcellular_data_handler.cpp478 CellularDataErrorCode::DATA_ERROR_CELLULAR_DATA_SLOT_ID_MISMATCH, in CheckCellularDataSlotId()
504CellularDataErrorCode::DATA_ERROR_PS_NOT_ATTACH, "It is not emergencyApn and not attached"); in CheckAttachAndSimState()
509CellularDataErrorCode::DATA_ERROR_SIM_NOT_READY, "It is not emergencyApn and sim not ready"); in CheckAttachAndSimState()
546CellularDataErrorCode::DATA_ERROR_ROAMING_SWITCH_OFF_AND_ROAMING, "Data roaming is not on and is r… in CheckRoamingState()
553 CellularDataErrorCode::DATA_ERROR_CALL_AND_DATA_NOT_CONCURRENCY, in CheckRoamingState()
1677 CellularDataErrorCode::DATA_ERROR_HAS_HIGHER_PRIORITY_CONNECTION, in HasAnyHigherPriorityConnection()
/ohos5.0/base/telephony/core_service/services/core/src/
H A Dcore_service_hisysevent.cpp113 … int32_t slotId, int32_t switchState, CellularDataErrorCode errorType, const std::string &errorMsg) in WriteDataActivateFaultEvent()
/ohos5.0/base/telephony/cellular_data/services/src/state_machine/
H A Dcellular_data_state_machine.cpp132 …slotId, SWITCH_ON, CellularDataErrorCode::DATA_ERROR_PDP_ACTIVATE_FAIL, "Activate PDP context fail… in DoConnect()
160 …slotId, SWITCH_OFF, CellularDataErrorCode::DATA_ERROR_PDP_DEACTIVATE_FAIL, "Deactivate PDP context… in FreeConnection()
H A Dactivating.cpp166 CellularDataErrorCode::DATA_ERROR_RADIO_RESPONSEINFO_ERROR, in RilErrorResponse()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test_core_service.cpp430 slotId, argInt, CellularDataErrorCode::DATA_ERROR_PS_NOT_ATTACH, argStr);