Searched refs:CombineConferenceRequest (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/base/telephony/cellular_call/services/connection/include/ |
H A D | cellular_call_connection_cs.h | 100 int32_t CombineConferenceRequest(int32_t slotId, int32_t voiceCall);
|
H A D | cellular_call_connection_ims.h | 108 int32_t CombineConferenceRequest(int32_t slotId, int32_t voiceCall);
|
/ohos5.0/base/telephony/call_manager/services/call/src/ |
H A D | call_request_handler.cpp | 152 ffrt::submit([=]() { callRequestProcessPtr_->CombineConferenceRequest(mainCallId); }); in CombineConference()
|
H A D | call_request_process.cpp | 668 void CallRequestProcess::CombineConferenceRequest(int32_t mainCallId) in CombineConferenceRequest() function in OHOS::Telephony::CallRequestProcess
|
/ohos5.0/base/telephony/call_manager/services/call/include/ |
H A D | call_request_process.h | 40 void CombineConferenceRequest(int32_t mainCallId);
|
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | ims_connection_test.cpp | 124 int32_t ret = cellularCallConnectionIMS->CombineConferenceRequest(slotId, voiceCall); 703 int32_t ret = cellularCallConnectionCS.CombineConferenceRequest(slotId, voiceCall); 707 ret = cellularCallConnectionCS.CombineConferenceRequest(slotId, voiceCall);
|
H A D | zero_branch_test.cpp | 985 ASSERT_EQ(callConn.CombineConferenceRequest(SIM1_SLOTID, 0), INVALID_VALUE); 1004 ASSERT_EQ(callConn.CombineConferenceRequest(SIM1_SLOTID, 0), TELEPHONY_SUCCESS);
|
H A D | zero_branch1_test.cpp | 888 cellularCallConnectionCS.CombineConferenceRequest(SIM2_SLOTID, 0);
|
/ohos5.0/base/telephony/cellular_call/services/connection/src/ |
H A D | cellular_call_connection_cs.cpp | 158 int32_t CellularCallConnectionCS::CombineConferenceRequest(int32_t slotId, int32_t voiceCall) in CombineConferenceRequest() function in OHOS::Telephony::CellularCallConnectionCS
|
H A D | cellular_call_connection_ims.cpp | 205 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 D | zero_branch1_test.cpp | 204 callRequestProcess->CombineConferenceRequest(1); 324 callRequestProcess->CombineConferenceRequest(VALID_CALLID);
|
/ohos5.0/base/telephony/cellular_call/services/control/src/ |
H A D | cs_control.cpp | 404 return connectionCs.CombineConferenceRequest(slotId, VOICE_CALL); in CombineConference()
|
H A D | ims_control.cpp | 277 return connection.CombineConferenceRequest(slotId, voiceCall); in CombineConference()
|