Home
last modified time | relevance | path

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

/base/telephony/cellular_call/test/unittest/imstest/
H A Dims2_test.cpp661 CellularCallConfig cellularCallConfig; in HWTEST_F() local
662 ASSERT_TRUE(cellularCallConfig.GetImsSwitchOnByDefaultConfig(INVALID_SLOTID)); in HWTEST_F()
663 ASSERT_TRUE(cellularCallConfig.GetImsSwitchOnByDefaultConfig(slotId)); in HWTEST_F()
664 ASSERT_FALSE(cellularCallConfig.GethideImsSwitchConfig(INVALID_SLOTID)); in HWTEST_F()
665 ASSERT_FALSE(cellularCallConfig.GethideImsSwitchConfig(slotId)); in HWTEST_F()
666 ASSERT_FALSE(cellularCallConfig.GetvolteSupportedConfig(INVALID_SLOTID)); in HWTEST_F()
667 ASSERT_FALSE(cellularCallConfig.GetvolteSupportedConfig(slotId)); in HWTEST_F()
668 cellularCallConfig.GetNrModeSupportedListConfig(INVALID_SLOTID); in HWTEST_F()
669 cellularCallConfig.GetNrModeSupportedListConfig(slotId); in HWTEST_F()
670 ASSERT_FALSE(cellularCallConfig in HWTEST_F()
697 CellularCallConfig cellularCallConfig; HWTEST_F() local
[all...]
/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()

Completed in 2 milliseconds