Searched refs:UnHoldCallRequest (Results 1 – 11 of 11) sorted by relevance
45 cellularCallConnectionCS->UnHoldCallRequest(slotId); in DoSomethingInterestingWithMyAPI()
48 cellularCallConnectionIMS->UnHoldCallRequest(slotId); in DoSomethingInterestingWithMyAPI()
91 int32_t UnHoldCallRequest(int32_t slotId);
110 int32_t ret = cellularCallConnectionIMS->UnHoldCallRequest(slotId);674 int32_t ret = cellularCallConnectionCS.UnHoldCallRequest(slotId);
983 ASSERT_EQ(callConn.UnHoldCallRequest(SIM1_SLOTID), INVALID_VALUE);1002 ASSERT_EQ(callConn.UnHoldCallRequest(SIM1_SLOTID), TELEPHONY_SUCCESS);
886 cellularCallConnectionCS.UnHoldCallRequest(SIM2_SLOTID);
126 int32_t CellularCallConnectionCS::UnHoldCallRequest(int32_t slotId) in UnHoldCallRequest() function in OHOS::Telephony::CellularCallConnectionCS
171 int32_t CellularCallConnectionIMS::UnHoldCallRequest(int32_t slotId) in UnHoldCallRequest() function in OHOS::Telephony::CellularCallConnectionIMS
350 return connection.UnHoldCallRequest(slotId); in UnHoldCall()
257 return cellularCallConnectionIms.UnHoldCallRequest(slotId); in UnHoldCall()