Home
last modified time | relevance | path

Searched refs:volteSupported_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/telephony/cellular_call/services/utils/src/
H A Dcellular_call_config.cpp57 std::map<int32_t, bool> CellularCallConfig::volteSupported_; member in OHOS::Telephony::CellularCallConfig
86 CellularCallConfig::volteSupported_.insert(std::pair<int, bool>(i, false)); in InitDefaultOperatorConfig()
133 if (!volteSupported_[slotId]) { in SetImsSwitchStatus()
401 ParseBoolOperatorConfigs(slotId, volteSupported_, poc, KEY_VOLTE_SUPPORTED_BOOL); in ParseAndCacheOperatorConfigs()
497 …volteCapability.enable = (volteSupported_[slotId] && isGbaValid && imsSwitch && isVolteProvisioned… in UpdateImsVoiceCapabilities()
501 …slotId, vonrCapability.enable, volteSupported_[slotId], isGbaValid, imsSwitch, isVolteProvisioned); in UpdateImsVoiceCapabilities()
982 return volteSupported_[slotId]; in GetvolteSupportedConfig()
/ohos5.0/base/telephony/cellular_call/services/utils/include/
H A Dcellular_call_config.h468 static std::map<int32_t, bool> volteSupported_; variable
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dzero_branch_test.cpp164 config.volteSupported_[SIM1_SLOTID] = true;
165 config.volteSupported_[INVALID_SLOTID] = true;
170 config.volteSupported_[SIM1_SLOTID] = enabled;
171 config.volteSupported_[INVALID_SLOTID] = enabled;