Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_call/services/utils/include/
H A Dcellular_call_config.h439 bool IsSimChanged(int32_t slotId, std::string iccid);
/ohos5.0/base/telephony/cellular_call/services/utils/src/
H A Dcellular_call_config.cpp443 if (IsSimChanged(slotId, Str16ToStr8(iccId)) && forceVolteSwitchOn_[slotId]) { in ResetImsSwitch()
577 bool CellularCallConfig::IsSimChanged(int32_t slotId, std::string iccid) in IsSimChanged() function in OHOS::Telephony::CellularCallConfig