Home
last modified time | relevance | path

Searched refs:CombineConferenceRequest (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/base/telephony/cellular_call/services/connection/include/
H A Dcellular_call_connection_cs.h100 int32_t CombineConferenceRequest(int32_t slotId, int32_t voiceCall);
H A Dcellular_call_connection_ims.h108 int32_t CombineConferenceRequest(int32_t slotId, int32_t voiceCall);
/ohos5.0/base/telephony/call_manager/services/call/src/
H A Dcall_request_handler.cpp152 ffrt::submit([=]() { callRequestProcessPtr_->CombineConferenceRequest(mainCallId); }); in CombineConference()
H A Dcall_request_process.cpp668 void CallRequestProcess::CombineConferenceRequest(int32_t mainCallId) in CombineConferenceRequest() function in OHOS::Telephony::CallRequestProcess
/ohos5.0/base/telephony/call_manager/services/call/include/
H A Dcall_request_process.h40 void CombineConferenceRequest(int32_t mainCallId);
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dims_connection_test.cpp124 int32_t ret = cellularCallConnectionIMS->CombineConferenceRequest(slotId, voiceCall);
703 int32_t ret = cellularCallConnectionCS.CombineConferenceRequest(slotId, voiceCall);
707 ret = cellularCallConnectionCS.CombineConferenceRequest(slotId, voiceCall);
H A Dzero_branch_test.cpp985 ASSERT_EQ(callConn.CombineConferenceRequest(SIM1_SLOTID, 0), INVALID_VALUE);
1004 ASSERT_EQ(callConn.CombineConferenceRequest(SIM1_SLOTID, 0), TELEPHONY_SUCCESS);
H A Dzero_branch1_test.cpp888 cellularCallConnectionCS.CombineConferenceRequest(SIM2_SLOTID, 0);
/ohos5.0/base/telephony/cellular_call/services/connection/src/
H A Dcellular_call_connection_cs.cpp158 int32_t CellularCallConnectionCS::CombineConferenceRequest(int32_t slotId, int32_t voiceCall) in CombineConferenceRequest() function in OHOS::Telephony::CellularCallConnectionCS
H A Dcellular_call_connection_ims.cpp205 int32_t CellularCallConnectionIMS::CombineConferenceRequest(int32_t slotId, int32_t voiceCall) in CombineConferenceRequest() function in OHOS::Telephony::CellularCallConnectionIMS
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch1_test.cpp204 callRequestProcess->CombineConferenceRequest(1);
324 callRequestProcess->CombineConferenceRequest(VALID_CALLID);
/ohos5.0/base/telephony/cellular_call/services/control/src/
H A Dcs_control.cpp404 return connectionCs.CombineConferenceRequest(slotId, VOICE_CALL); in CombineConference()
H A Dims_control.cpp277 return connection.CombineConferenceRequest(slotId, voiceCall); in CombineConference()