Searched refs:CombineConferenceRequest (Results 1 - 13 of 13) sorted by relevance
/base/telephony/cellular_call/services/connection/include/ |
H A D | cellular_call_connection_cs.h | 94 * CombineConferenceRequest 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);
|
/base/telephony/call_manager/services/call/include/ |
H A D | call_request_process.h | 40 void CombineConferenceRequest(int32_t mainCallId);
|
/base/telephony/call_manager/services/call/src/ |
H A D | call_request_handler.cpp | 158 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
|
/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | ims_connection_test.cpp | 124 int32_t ret = cellularCallConnectionIMS->CombineConferenceRequest(slotId, voiceCall); in HWTEST_F() 694 * @tc.name Test CellularCallConnectionCS CombineConferenceRequest 703 int32_t ret = cellularCallConnectionCS.CombineConferenceRequest(slotId, voiceCall); in HWTEST_F() 707 ret = cellularCallConnectionCS.CombineConferenceRequest(slotId, voiceCall); in HWTEST_F()
|
H A D | zero_branch_test.cpp | 985 ASSERT_EQ(callConn.CombineConferenceRequest(SIM1_SLOTID, 0), INVALID_VALUE); in HWTEST_F() 1004 ASSERT_EQ(callConn.CombineConferenceRequest(SIM1_SLOTID, 0), TELEPHONY_SUCCESS); in HWTEST_F()
|
H A D | zero_branch1_test.cpp | 888 cellularCallConnectionCS.CombineConferenceRequest(SIM2_SLOTID, 0); in HWTEST_F()
|
/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 160 TELEPHONY_LOGI("CellularCallConnectionCS::CombineConferenceRequest start."); in CombineConferenceRequest() 162 TELEPHONY_LOGE("CombineConferenceRequest return, error type: GetInstance() is nullptr."); in CombineConferenceRequest() 167 TELEPHONY_LOGE("CombineConferenceRequest return, error type: handle is nullptr."); in CombineConferenceRequest()
|
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
|
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/ |
H A D | zero_branch1_test.cpp | 204 callRequestProcess->CombineConferenceRequest(1); in HWTEST_F() 323 callRequestProcess->CombineConferenceRequest(VALID_CALLID); in HWTEST_F()
|
/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 | 274 return connection.CombineConferenceRequest(slotId, voiceCall); in CombineConference()
|
Completed in 17 milliseconds