Home
last modified time | relevance | path

Searched refs:GetImsPreferForEmergencyConfig (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dims2_test.cpp678 ASSERT_TRUE(cellularCallConfig.GetImsPreferForEmergencyConfig(INVALID_SLOTID));
679 ASSERT_TRUE(cellularCallConfig.GetImsPreferForEmergencyConfig(slotId));
714 ASSERT_TRUE(cellularCallConfig.GetImsPreferForEmergencyConfig(INVALID_SLOTID));
715 ASSERT_TRUE(cellularCallConfig.GetImsPreferForEmergencyConfig(slotId));
/ohos5.0/base/telephony/cellular_call/services/utils/include/
H A Dcellular_call_config.h370 bool GetImsPreferForEmergencyConfig(int32_t slotId);
/ohos5.0/base/telephony/cellular_call/services/utils/src/
H A Dcellular_call_config.cpp1030 bool CellularCallConfig::GetImsPreferForEmergencyConfig(int32_t slotId) in GetImsPreferForEmergencyConfig() function in OHOS::Telephony::CellularCallConfig
/ohos5.0/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_service.cpp1444 …if (isEcc && moduleUtils.NeedCallImsService() && config.GetImsPreferForEmergencyConfig(callInfo.sl… in UseImsForEmergency()