Home
last modified time | relevance | path

Searched refs:GethideImsSwitchConfig (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dims2_test.cpp664 ASSERT_FALSE(cellularCallConfig.GethideImsSwitchConfig(INVALID_SLOTID));
665 ASSERT_FALSE(cellularCallConfig.GethideImsSwitchConfig(slotId));
700 ASSERT_FALSE(cellularCallConfig.GethideImsSwitchConfig(INVALID_SLOTID));
701 ASSERT_FALSE(cellularCallConfig.GethideImsSwitchConfig(slotId));
/ohos5.0/base/telephony/cellular_call/services/utils/include/
H A Dcellular_call_config.h307 bool GethideImsSwitchConfig(int32_t slotId);
/ohos5.0/base/telephony/cellular_call/services/utils/src/
H A Dcellular_call_config.cpp967 bool CellularCallConfig::GethideImsSwitchConfig(int32_t slotId) in GethideImsSwitchConfig() function in OHOS::Telephony::CellularCallConfig