Home
last modified time | relevance | path

Searched refs:hideImsSwitch_ (Results 1 - 2 of 2) sorted by relevance

/base/telephony/cellular_call/services/utils/src/
H A Dcellular_call_config.cpp58 std::map<int32_t, bool> CellularCallConfig::hideImsSwitch_; member in OHOS::Telephony::CellularCallConfig
88 CellularCallConfig::hideImsSwitch_.insert(std::pair<int, bool>(i, false)); in InitDefaultOperatorConfig()
171 auto itorHide = hideImsSwitch_.find(slotId); in GetImsSwitchStatus()
172 if (itorHide != hideImsSwitch_.end()) { in GetImsSwitchStatus()
403 ParseBoolOperatorConfigs(slotId, hideImsSwitch_, poc, KEY_HIDE_IMS_SWITCH_BOOL); in ParseAndCacheOperatorConfigs()
596 auto itorHide = hideImsSwitch_.find(slotId); in ChangeImsSwitchWithOperatorConfig()
597 if (itorHide != hideImsSwitch_.end()) { in ChangeImsSwitchWithOperatorConfig()
977 return hideImsSwitch_[slotId]; in GethideImsSwitchConfig()
/base/telephony/cellular_call/services/utils/include/
H A Dcellular_call_config.h472 static std::map<int32_t, bool> hideImsSwitch_; member in OHOS::Telephony::CellularCallConfig

Completed in 4 milliseconds