/ohos5.0/base/telephony/call_manager/test/fuzztest/call_fuzzer/ |
H A D | call_fuzzer.cpp | 124 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()
|
/ohos5.0/base/telephony/call_manager/services/call/src/ |
H A D | call_request_handler.cpp | 146 int32_t CallRequestHandler::CombineConference(int32_t mainCallId) in CombineConference() argument 152 ffrt::submit([=]() { callRequestProcessPtr_->CombineConferenceRequest(mainCallId); }); in CombineConference()
|
H A D | cs_call.cpp | 158 int32_t CSCall::GetMainCallId(int32_t &mainCallId) in GetMainCallId() argument 160 mainCallId = DelayedSingleton<CsConference>::GetInstance()->GetMainCall(); in GetMainCallId()
|
H A D | satellite_call.cpp | 121 int32_t SatelliteCall::GetMainCallId(int32_t &mainCallId) in GetMainCallId() argument
|
H A D | ott_call.cpp | 307 int32_t OTTCall::GetMainCallId(int32_t &mainCallId) in GetMainCallId() argument 309 mainCallId = DelayedSingleton<OttConference>::GetInstance()->GetMainCall(); in GetMainCallId()
|
H A D | call_control_manager.cpp | 802 int32_t CallControlManager::CombineConference(int32_t mainCallId) in CombineConference() argument 804 sptr<CallBase> mainCall = GetOneCallObject(mainCallId); in CombineConference() 806 TELEPHONY_LOGE("GetOneCallObject failed, mainCallId:%{public}d", mainCallId); in CombineConference() 826 ret = CallRequestHandlerPtr_->CombineConference(mainCallId); in CombineConference() 881 int32_t CallControlManager::GetMainCallId(int32_t callId, int32_t &mainCallId) in GetMainCallId() argument 888 return call->GetMainCallId(mainCallId); in GetMainCallId()
|
H A D | ims_call.cpp | 237 int32_t IMSCall::GetMainCallId(int32_t &mainCallId) in GetMainCallId() argument 239 mainCallId = DelayedSingleton<ImsConference>::GetInstance()->GetMainCall(); in GetMainCallId()
|
/ohos5.0/base/telephony/call_manager/test/fuzztest/formatphonenumber_fuzzer/ |
H A D | formatphonenumber_fuzzer.cpp | 35 size_t mainCallId = static_cast<int32_t>(size); in GetMainCallId() local 36 dataParcel.WriteInt32(mainCallId); in GetMainCallId()
|
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_gtest/src/ |
H A D | call_manager4_gtest.cpp | 208 int32_t mainCallId = INVALID_NEGATIVE_ID; variable 209 … EXPECT_NE(CallManagerGtest::clientPtr_->GetMainCallId(callId, mainCallId), TELEPHONY_ERR_SUCCESS); 210 EXPECT_NE(mainCallId, RETURN_VALUE_IS_ZERO); 225 int32_t mainCallId = INVALID_NEGATIVE_ID; variable 226 … EXPECT_NE(CallManagerGtest::clientPtr_->GetMainCallId(callId, mainCallId), TELEPHONY_ERR_SUCCESS); 227 EXPECT_NE(mainCallId, RETURN_VALUE_IS_ZERO);
|
H A D | call_manager_connect.cpp | 342 int32_t CallManagerConnect::CombineConference(int32_t mainCallId) const in CombineConference() 345 return callManagerServicePtr_->CombineConference(mainCallId); in CombineConference() 398 int32_t CallManagerConnect::GetMainCallId(int32_t callId, int32_t &mainCallId) in GetMainCallId() argument 401 return callManagerServicePtr_->GetMainCallId(callId, mainCallId); in GetMainCallId()
|
/ohos5.0/base/telephony/call_manager/services/call/include/ |
H A D | cs_call.h | 48 int32_t GetMainCallId(int32_t &mainCallId) override;
|
H A D | satellite_call.h | 47 int32_t GetMainCallId(int32_t &mainCallId) override;
|
H A D | call_request_handler.h | 73 int32_t CombineConference(int32_t mainCallId);
|
H A D | call_control_manager.h | 81 int32_t CombineConference(int32_t mainCallId); 84 int32_t GetMainCallId(int32_t callId, int32_t &mainCallId);
|
H A D | voip_call.h | 46 int32_t GetMainCallId(int32_t &mainCallId) override;
|
H A D | ott_call.h | 53 int32_t GetMainCallId(int32_t &mainCallId) override;
|
H A D | ims_call.h | 49 int32_t GetMainCallId(int32_t &mainCallId) override;
|
H A D | call_request_process.h | 40 void CombineConferenceRequest(int32_t mainCallId);
|
H A D | call_base.h | 66 virtual int32_t GetMainCallId(int32_t &mainCallId) = 0;
|
/ohos5.0/base/telephony/call_manager/frameworks/native/include/ |
H A D | call_manager_service_proxy.h | 326 int32_t CombineConference(int32_t mainCallId) override; 471 int32_t GetMainCallId(int32_t callId, int32_t &mainCallId) override;
|
H A D | i_call_manager_service.h | 72 virtual int32_t CombineConference(int32_t mainCallId) = 0; 80 virtual int32_t GetMainCallId(int32_t callId, int32_t &mainCallId) = 0;
|
/ohos5.0/base/telephony/call_manager/services/call_manager_service/include/ |
H A D | call_manager_service.h | 361 int32_t CombineConference(int32_t mainCallId) override; 486 int32_t GetMainCallId(int32_t callId, int32_t &mainCallId) override;
|
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_gtest/include/ |
H A D | call_manager_connect.h | 474 int32_t CombineConference(int32_t mainCallId) const; 481 int32_t GetMainCallId(int32_t callId, int32_t &mainCallId);
|
/ohos5.0/base/telephony/call_manager/services/call_manager_service/src/ |
H A D | call_manager_service_stub.cpp | 742 int32_t mainCallId = data.ReadInt32(); in OnCombineConference() local 743 int32_t result = CombineConference(mainCallId); in OnCombineConference() 967 int32_t mainCallId = 0; in OnGetMainCallId() local 968 int32_t result = GetMainCallId(callId, mainCallId); in OnGetMainCallId() 969 TELEPHONY_LOGI("result:%{public}d mainCallId:%{public}d", result, mainCallId); in OnGetMainCallId() 977 if (!reply.WriteInt32(mainCallId)) { in OnGetMainCallId()
|
H A D | call_manager_service.cpp | 761 int32_t CallManagerService::CombineConference(int32_t mainCallId) in CombineConference() argument 772 return callControlManagerPtr_->CombineConference(mainCallId); in CombineConference() 1021 int32_t CallManagerService::GetMainCallId(int32_t callId, int32_t &mainCallId) in GetMainCallId() argument 1032 return callControlManagerPtr_->GetMainCallId(callId, mainCallId); in GetMainCallId()
|