Searched refs:volteSupported_ (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/telephony/cellular_call/services/utils/src/ |
H A D | cellular_call_config.cpp | 57 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 D | cellular_call_config.h | 468 static std::map<int32_t, bool> volteSupported_; variable
|
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | zero_branch_test.cpp | 164 config.volteSupported_[SIM1_SLOTID] = true; 165 config.volteSupported_[INVALID_SLOTID] = true; 170 config.volteSupported_[SIM1_SLOTID] = enabled; 171 config.volteSupported_[INVALID_SLOTID] = enabled;
|