Home
last modified time | relevance | path

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

/base/telephony/cellular_call/services/control/include/
Dcellular_call_config.h476 bool IsSimChanged(int32_t slotId, std::string iccid);
/base/telephony/cellular_call/services/control/src/
Dcellular_call_config.cpp297 if (IsSimChanged(slotId, Str16ToStr8(iccId)) && forceVolteSwitchOn_[slotId]) { in ResetImsSwitch()
426 bool CellularCallConfig::IsSimChanged(int32_t slotId, std::string iccid) in IsSimChanged() function in OHOS::Telephony::CellularCallConfig