Home
last modified time | relevance | path

Searched refs:mainCallId (Results 1 - 25 of 36) sorted by relevance

12

/base/telephony/call_manager/services/call/src/
H A Dcall_request_handler.cpp152 int32_t CallRequestHandler::CombineConference(int32_t mainCallId) in CombineConference() argument
158 ffrt::submit([=]() { callRequestProcessPtr_->CombineConferenceRequest(mainCallId); }); in CombineConference()
H A Dcs_call.cpp158 int32_t CSCall::GetMainCallId(int32_t &mainCallId) in GetMainCallId() argument
160 mainCallId = DelayedSingleton<CsConference>::GetInstance()->GetMainCall(); in GetMainCallId()
H A Dsatellite_call.cpp121 int32_t SatelliteCall::GetMainCallId(int32_t &mainCallId) in GetMainCallId() argument
H A Dott_call.cpp307 int32_t OTTCall::GetMainCallId(int32_t &mainCallId) in GetMainCallId() argument
309 mainCallId = DelayedSingleton<OttConference>::GetInstance()->GetMainCall(); in GetMainCallId()
H A Dvoip_call.cpp208 int32_t VoIPCall::GetMainCallId(int32_t &mainCallId) in GetMainCallId() argument
H A Dims_call.cpp237 int32_t IMSCall::GetMainCallId(int32_t &mainCallId) in GetMainCallId() argument
239 mainCallId = DelayedSingleton<ImsConference>::GetInstance()->GetMainCall(); in GetMainCallId()
/base/telephony/call_manager/test/fuzztest/call_fuzzer/
H A Dcall_fuzzer.cpp124 int32_t mainCallId = INVALID_CALL_ID; in DialingProcess() local
125 callObjectPtr->GetMainCallId(mainCallId); in DialingProcess()
216 int32_t mainCallId = INVALID_CALL_ID; in IMSCallFunc() local
217 callObjectPtr->GetMainCallId(mainCallId); in IMSCallFunc()
235 int32_t mainCallId = 0; in VoIPCallFunc() local
258 voipCall->GetMainCallId(mainCallId); in VoIPCallFunc()
374 int32_t mainCallId = INVALID_CALL_ID; in OttCallFunc() local
375 callObjectPtr->GetMainCallId(mainCallId); in OttCallFunc()
/base/telephony/call_manager/services/call/include/
H A Dsatellite_call.h47 int32_t GetMainCallId(int32_t &mainCallId) override;
H A Dcs_call.h48 int32_t GetMainCallId(int32_t &mainCallId) override;
H A Dvoip_call.h46 int32_t GetMainCallId(int32_t &mainCallId) override;
H A Dcall_request_handler.h73 int32_t CombineConference(int32_t mainCallId);
H A Dott_call.h53 int32_t GetMainCallId(int32_t &mainCallId) override;
H A Dcall_request_process.h40 void CombineConferenceRequest(int32_t mainCallId);
H A Dims_call.h49 int32_t GetMainCallId(int32_t &mainCallId) override;
H A Dcall_control_manager.h81 int32_t CombineConference(int32_t mainCallId);
84 int32_t GetMainCallId(int32_t callId, int32_t &mainCallId);
H A Dcall_base.h66 virtual int32_t GetMainCallId(int32_t &mainCallId) = 0;
/base/telephony/call_manager/test/fuzztest/formatphonenumber_fuzzer/
H A Dformatphonenumber_fuzzer.cpp35 size_t mainCallId = static_cast<int32_t>(size); in GetMainCallId() local
36 dataParcel.WriteInt32(mainCallId); in GetMainCallId()
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
H A Dcall_manager4_gtest.cpp209 int32_t mainCallId = INVALID_NEGATIVE_ID; in HWTEST_F() local
210 EXPECT_NE(CallManagerGtest::clientPtr_->GetMainCallId(callId, mainCallId), TELEPHONY_ERR_SUCCESS); in HWTEST_F()
211 EXPECT_NE(mainCallId, RETURN_VALUE_IS_ZERO); in HWTEST_F()
226 int32_t mainCallId = INVALID_NEGATIVE_ID; in HWTEST_F() local
227 EXPECT_NE(CallManagerGtest::clientPtr_->GetMainCallId(callId, mainCallId), TELEPHONY_ERR_SUCCESS); in HWTEST_F()
228 EXPECT_NE(mainCallId, RETURN_VALUE_IS_ZERO); in HWTEST_F()
H A Dcall_manager_connect.cpp346 int32_t CallManagerConnect::CombineConference(int32_t mainCallId) const in CombineConference()
349 return callManagerServicePtr_->CombineConference(mainCallId); in CombineConference()
402 int32_t CallManagerConnect::GetMainCallId(int32_t callId, int32_t &mainCallId) in GetMainCallId() argument
405 return callManagerServicePtr_->GetMainCallId(callId, mainCallId); in GetMainCallId()
/base/telephony/call_manager/frameworks/native/include/
H A Dcall_manager_service_proxy.h326 int32_t CombineConference(int32_t mainCallId) override;
471 int32_t GetMainCallId(int32_t callId, int32_t &mainCallId) override;
H A Di_call_manager_service.h73 virtual int32_t CombineConference(int32_t mainCallId) = 0;
81 virtual int32_t GetMainCallId(int32_t callId, int32_t &mainCallId) = 0;
/base/telephony/call_manager/services/call_manager_service/include/
H A Dcall_manager_service.h361 int32_t CombineConference(int32_t mainCallId) override;
486 int32_t GetMainCallId(int32_t callId, int32_t &mainCallId) override;
/base/telephony/call_manager/interfaces/innerkits/
H A Dcall_manager_client.h161 int32_t GetMainCallId(int32_t &callId, int32_t &mainCallId);
/base/telephony/call_manager/test/unittest/call_manager_gtest/include/
H A Dcall_manager_connect.h474 int32_t CombineConference(int32_t mainCallId) const;
481 int32_t GetMainCallId(int32_t callId, int32_t &mainCallId);
/base/telephony/call_manager/frameworks/native/src/
H A Dcall_manager_service_proxy.cpp617 int32_t CallManagerServiceProxy::CombineConference(int32_t mainCallId) in CombineConference() argument
624 dataParcel.WriteInt32(mainCallId); in CombineConference()
867 int32_t CallManagerServiceProxy::GetMainCallId(int32_t callId, int32_t &mainCallId) in GetMainCallId() argument
883 mainCallId = replyParcel.ReadInt32(); in GetMainCallId()

Completed in 16 milliseconds

12