Home
last modified time | relevance | path

Searched refs:vonrSwithStatus_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/cellular_call/services/utils/src/
H A Dcellular_call_config.cpp67 std::map<int32_t, int32_t> CellularCallConfig::vonrSwithStatus_; member in OHOS::Telephony::CellularCallConfig
100 … CellularCallConfig::vonrSwithStatus_.insert(std::pair<int, int>(i, VONR_SWITCH_STATUS_UNKNOWN)); in InitDefaultOperatorConfig()
198 vonrSwithStatus_[slotId] = state; in SetVoNRSwitchStatus()
685 SaveVoNRState(slotId, vonrSwithStatus_[slotId]); in HandleSetVoNRSwitchResult()
/ohos5.0/base/telephony/cellular_call/services/utils/include/
H A Dcellular_call_config.h479 static std::map<int32_t, int32_t> vonrSwithStatus_; variable