Home
last modified time | relevance | path

Searched refs:IsValidDecValue (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Druim_file.cpp56 if (operatorNumeric_.empty() && IsValidDecValue(mcc)) { in ObtainSimOperator()
72 if (len >= MCC_LEN && IsValidDecValue(mcc)) { in ObtainIsoCountryCode()
242 if (!IsValidDecValue(mcc)) { in ProcessGetImsiDone()
248 if (mnc.empty() && IsValidDecValue(mcc) && isSizeEnough) { in ProcessGetImsiDone()
H A Dsim_file.cpp120 if (len >= MCC_LEN && IsValidDecValue(mcc)) { in ObtainIsoCountryCode()
/ohos5.0/base/telephony/core_service/utils/common/include/
H A Dtelephony_common_utils.h36 bool IsValidDecValue(const std::string &inputValue);
/ohos5.0/base/telephony/cellular_data/services/src/utils/
H A Dnet_manager_tactics_call_back.cpp32 if (!IsValidDecValue(simId)) { in NetStrategySwitch()
H A Dcellular_data_utils.cpp45 if ((ipData.size() >= VALID_IP_SIZE) && IsValidDecValue(ipData[1].c_str())) { in ParseIpAddr()
120 if (!IsValidDecValue(netmask[i].c_str())) { in GetPrefixLen()
/ohos5.0/base/telephony/core_service/utils/common/src/
H A Dtelephony_common_utils.cpp42 bool IsValidDecValue(const std::string &inputValue) in IsValidDecValue() function
/ohos5.0/base/telephony/core_service/utils/
H A Dlibtel_common.versionscript18 OHOS::Telephony::IsValidDecValue*;
/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_misc_manager.cpp242 if (!IsValidDecValue(start) || !IsValidDecValue(end)) { in UpdateCbRangList()
H A Dsms_receive_reliability_handler.cpp78 if (!IsValidDecValue(smsExpire)) { in DeleteExpireSmsFromDB()
/ohos5.0/base/telephony/cellular_data/services/src/
H A Dcellular_data_service.cpp349 if (!IsValidDecValue(requestIdent)) { in ReleaseNet()
365 if (!IsValidDecValue(requestIdent)) { in RequestNet()
/ohos5.0/base/telephony/sms_mms/services/mms/
H A Dmms_network_client.cpp135 if (!IsValidDecValue(port)) { in GetMmsApnPorxy()
/ohos5.0/base/telephony/cellular_data/services/src/state_machine/
H A Dcellular_data_state_machine.cpp293 if (!address[1].empty() && IsValidDecValue(address[1])) { in SplitProxyIpAddress()
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_conn_service.h459 bool IsValidDecValue(const std::string &inputValue);
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp1755 bool NetConnService::IsValidDecValue(const std::string &inputValue) in IsValidDecValue() function in OHOS::NetManagerStandard::NetConnService
1779 if (code <= 0 || !IsValidDecValue(time)) { in GetDelayNotifyTime()
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dnetwork_search_manager.cpp1403 if (code <= 0 || !IsValidDecValue(time)) { in GetDelayNotifyTime()