Searched refs:volteSupported_ (Results 1 - 3 of 3) sorted by relevance
/base/telephony/cellular_call/services/utils/src/ |
H A D | cellular_call_config.cpp | 59 std::map<int32_t, bool> CellularCallConfig::volteSupported_; member in OHOS::Telephony::CellularCallConfig 89 CellularCallConfig::volteSupported_.insert(std::pair<int, bool>(i, false)); in InitDefaultOperatorConfig() 137 if (!volteSupported_[slotId]) { in SetImsSwitchStatus() 404 ParseBoolOperatorConfigs(slotId, volteSupported_, poc, KEY_VOLTE_SUPPORTED_BOOL); in ParseAndCacheOperatorConfigs() 507 || (volteSupported_[slotId] && isGbaValid && imsSwitch && isVolteProvisioned); in UpdateImsVoiceCapabilities() 511 slotId, vonrCapability.enable, volteSupported_[slotId], isGbaValid, imsSwitch, isVolteProvisioned); in UpdateImsVoiceCapabilities() 986 return volteSupported_[slotId]; in GetvolteSupportedConfig()
|
/base/telephony/cellular_call/services/utils/include/ |
H A D | cellular_call_config.h | 473 static std::map<int32_t, bool> volteSupported_; member in OHOS::Telephony::CellularCallConfig
|
/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | zero_branch_test.cpp | 164 config.volteSupported_[SIM1_SLOTID] = true; in HWTEST_F() 165 config.volteSupported_[INVALID_SLOTID] = true; in HWTEST_F() 170 config.volteSupported_[SIM1_SLOTID] = enabled; in HWTEST_F() 171 config.volteSupported_[INVALID_SLOTID] = enabled; in HWTEST_F()
|
Completed in 6 milliseconds