Searched refs:volteProvisioningSupported_ (Results 1 – 3 of 3) sorted by relevance
59 std::map<int32_t, bool> CellularCallConfig::volteProvisioningSupported_; member in OHOS::Telephony::CellularCallConfig89 CellularCallConfig::volteProvisioningSupported_.insert(std::pair<int, bool>(i, false)); in InitDefaultOperatorConfig()402 …ParseBoolOperatorConfigs(slotId, volteProvisioningSupported_, poc, KEY_VOLTE_PROVISIONING_SUPPORTE… in ParseAndCacheOperatorConfigs()515 if (volteProvisioningSupported_[slotId]) { in IsVolteProvisioned()1000 return volteProvisioningSupported_[slotId]; in GetVolteProvisioningSupportedConfig()
470 static std::map<int32_t, bool> volteProvisioningSupported_; variable
166 config.volteProvisioningSupported_[SIM1_SLOTID] = true;167 config.volteProvisioningSupported_[INVALID_SLOTID] = true;172 config.volteProvisioningSupported_[SIM1_SLOTID] = enabled;173 config.volteProvisioningSupported_[INVALID_SLOTID] = enabled;