Home
last modified time | relevance | path

Searched refs:INVALID_SIM_ID (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/telephony/cellular_data/services/src/utils/
H A Dcellular_data_net_agent.cpp54 if (simId <= INVALID_SIM_ID) { in RegisterNetSupplier()
89 if (simId <= INVALID_SIM_ID) { in UnregisterNetSupplier()
106 if (netSupplier.slotId != slotId || netSupplier.simId <= INVALID_SIM_ID) { in UnregisterNetSupplierForSimUpdate()
113 netSupplier.simId = INVALID_SIM_ID; in UnregisterNetSupplierForSimUpdate()
/ohos5.0/base/telephony/cellular_data/services/src/
H A Ddata_switch_settings.cpp147 if (simId <= INVALID_SIM_ID) { in SetUserDataRoamingOn()
177 if (simId <= INVALID_SIM_ID) { in QueryUserDataRoamingStatus()
H A Dcellular_data_roaming_observer.cpp40 if (simId <= INVALID_SIM_ID) { in OnChange()
H A Dcellular_data_handler.cpp173 if (simId <= INVALID_SIM_ID) { in IsCellularDataRoamingEnabled()
814 if (simId <= INVALID_SIM_ID) { in GetCurrentApnId()
1977 if (simId <= INVALID_SIM_ID) { in UnRegisterDataSettingObserver()
2011 if (simId <= INVALID_SIM_ID) { in RegisterDataSettingObserver()
H A Dcellular_data_service.cpp328 netSupplier.simId = INVALID_SIM_ID; in AddNetSupplier()
/ohos5.0/base/telephony/cellular_data/services/include/common/
H A Dcellular_data_constant.h278 static const int32_t INVALID_SIM_ID = 0; variable
/ohos5.0/base/telephony/cellular_call/services/utils/src/
H A Dcellular_call_config.cpp45 const int32_t INVALID_SIM_ID = 0; variable
142 if (simId <= INVALID_SIM_ID) { in SetImsSwitchStatus()