Searched refs:csConnection (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/telephony/cellular_call/services/control/src/ |
H A D | cs_control.cpp | 85 CellularCallConnectionCS csConnection; in DialCdma() local 86 return csConnection.SendCDMAThreeWayDialRequest(callInfo.slotId); in DialCdma() 153 CellularCallConnectionCS csConnection; in EncapsulateDialCommon() local 160 return csConnection.DialRequest(slotId, dialRequest); in EncapsulateDialCommon()
|
/ohos5.0/base/telephony/cellular_call/test/unittest/cstest/ |
H A D | cs2_test.cpp | 705 CellularCallConnectionCS csConnection; variable 706 EXPECT_EQ(csConnection.SendDtmfRequest(slotId, '1', 1), CALL_ERR_RESOURCE_UNAVAILABLE); 707 EXPECT_EQ(csConnection.StartDtmfRequest(slotId, '1', 1), CALL_ERR_RESOURCE_UNAVAILABLE); 708 EXPECT_EQ(csConnection.StopDtmfRequest(slotId, 1), CALL_ERR_RESOURCE_UNAVAILABLE); 709 EXPECT_EQ(csConnection.GetCsCallsDataRequest(slotId, 1), CALL_ERR_RESOURCE_UNAVAILABLE); 710 EXPECT_EQ(csConnection.GetCallFailReasonRequest(slotId), CALL_ERR_RESOURCE_UNAVAILABLE);
|