Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_call/services/utils/src/
H A Dcellular_call_config.cpp59 std::map<int32_t, bool> CellularCallConfig::volteProvisioningSupported_; member in OHOS::Telephony::CellularCallConfig
89 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()
/ohos5.0/base/telephony/cellular_call/services/utils/include/
H A Dcellular_call_config.h470 static std::map<int32_t, bool> volteProvisioningSupported_; variable
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dzero_branch_test.cpp166 config.volteProvisioningSupported_[SIM1_SLOTID] = true;
167 config.volteProvisioningSupported_[INVALID_SLOTID] = true;
172 config.volteProvisioningSupported_[SIM1_SLOTID] = enabled;
173 config.volteProvisioningSupported_[INVALID_SLOTID] = enabled;