Home
last modified time | relevance | path

Searched refs:nrModeSupported_ (Results 1 - 2 of 2) sorted by relevance

/base/telephony/cellular_call/services/utils/src/
H A Dcellular_call_config.cpp80 std::map<int32_t, int32_t> CellularCallConfig::nrModeSupported_; member in OHOS::Telephony::CellularCallConfig
104 CellularCallConfig::nrModeSupported_.insert(std::pair<int, int>(i, CARRIER_NR_MODE_DEFAULT)); in InitDefaultOperatorConfig()
419 nrModeSupported_[slotId] = poc.intValue[KEY_NR_MODE_SUPPORTED_INT]; in ParseAndCacheOperatorConfigs()
539 return nrModeSupported_[slotId] == CARRIER_NR_MODE_SA_AND_NSA || nrModeSupported_[slotId] == CARRIER_NR_MODE_SA; in IsVonrSupported()
/base/telephony/cellular_call/services/utils/include/
H A Dcellular_call_config.h485 static std::map<int32_t, int32_t> nrModeSupported_; member in OHOS::Telephony::CellularCallConfig

Completed in 3 milliseconds