Home
last modified time | relevance | path

Searched refs:utProvisioningSupported_ (Results 1 - 3 of 3) sorted by relevance

/base/telephony/cellular_call/services/utils/src/
H A Dcellular_call_config.cpp64 std::map<int32_t, bool> CellularCallConfig::utProvisioningSupported_; member in OHOS::Telephony::CellularCallConfig
95 CellularCallConfig::utProvisioningSupported_.insert(std::pair<int, bool>(i, false)); in InitDefaultOperatorConfig()
408 ParseBoolOperatorConfigs(slotId, utProvisioningSupported_, poc, KEY_UT_PROVISIONING_SUPPORTED_BOOL); in ParseAndCacheOperatorConfigs()
544 if (utProvisioningSupported_[slotId]) { in IsUtProvisioned()
1031 return utProvisioningSupported_[slotId]; in GetUtProvisioningSupportedConfig()
/base/telephony/cellular_call/services/utils/include/
H A Dcellular_call_config.h478 static std::map<int32_t, bool> utProvisioningSupported_; member in OHOS::Telephony::CellularCallConfig
/base/telephony/cellular_call/test/unittest/imstest/
H A Dzero_branch_test.cpp238 config.utProvisioningSupported_[SIM1_SLOTID] = true; in HWTEST_F()
240 config.utProvisioningSupported_[SIM1_SLOTID] = enabled; in HWTEST_F()
243 ASSERT_FALSE(config.utProvisioningSupported_[SIM1_SLOTID]); in HWTEST_F()

Completed in 5 milliseconds