Home
last modified time | relevance | path

Searched refs:PLMN_SUBSTR_RIGHT (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/wifi_country_code/
H A Dwifi_country_code_define.h45 constexpr int PLMN_SUBSTR_RIGHT = 3; variable
H A Dwifi_country_code_policy.cpp121 …t integerCachedMcc = ConvertStringToInt(cachedPlmnStr.substr(PLMN_SUBSTR_LEFT, PLMN_SUBSTR_RIGHT)); in GetWifiCountryCodeByMcc()
137 int integerMcc = ConvertStringToInt(dynamicPlmn.substr(PLMN_SUBSTR_LEFT, PLMN_SUBSTR_RIGHT)); in GetWifiCountryCodeByMcc()