Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dims2_test.cpp661 CellularCallConfig cellularCallConfig; variable
665 ASSERT_FALSE(cellularCallConfig.GethideImsSwitchConfig(slotId));
667 ASSERT_FALSE(cellularCallConfig.GetvolteSupportedConfig(slotId));
668 cellularCallConfig.GetNrModeSupportedListConfig(INVALID_SLOTID);
669 cellularCallConfig.GetNrModeSupportedListConfig(slotId);
681 cellularCallConfig.GetCallWaitingServiceClassConfig(slotId);
697 CellularCallConfig cellularCallConfig; variable
701 ASSERT_FALSE(cellularCallConfig.GethideImsSwitchConfig(slotId));
704 cellularCallConfig.GetNrModeSupportedListConfig(INVALID_SLOTID);
705 cellularCallConfig.GetNrModeSupportedListConfig(slotId);
[all …]
/ohos5.0/base/telephony/cellular_call/services/control/src/
H A Dcontrol_base.cpp158 CellularCallConfig cellularCallConfig; in HandleEcc() local
159 while (!cellularCallConfig.IsReadyToCall(callInfo.slotId)) { in HandleEcc()
172 CellularCallConfig cellularCallConfig; in SetReadyToCall() local
173 if (!cellularCallConfig.IsReadyToCall(slotId) && isReadyToCall) { in SetReadyToCall()
174 cellularCallConfig.SetReadyToCall(slotId, isReadyToCall); in SetReadyToCall()