Searched refs:vonrSwithStatus_ (Results 1 – 2 of 2) sorted by relevance
67 std::map<int32_t, int32_t> CellularCallConfig::vonrSwithStatus_; member in OHOS::Telephony::CellularCallConfig100 … 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()
479 static std::map<int32_t, int32_t> vonrSwithStatus_; variable