/base/telephony/call_manager/services/call/include/ |
H A D | satellite_call.h | 49 int32_t GetCallIdListForConference(std::vector<std::u16string> &callIdList) override;
|
H A D | cs_call.h | 50 int32_t GetCallIdListForConference(std::vector<std::u16string> &callIdList) override;
|
H A D | voip_call.h | 48 int32_t GetCallIdListForConference(std::vector<std::u16string> &callIdList) override;
|
H A D | conference_base.h | 58 int32_t GetCallIdListForConference(
|
H A D | ott_call.h | 55 int32_t GetCallIdListForConference(std::vector<std::u16string> &callIdList) override;
|
H A D | ims_call.h | 51 int32_t GetCallIdListForConference(std::vector<std::u16string> &callIdList) override;
|
H A D | call_base.h | 68 virtual int32_t GetCallIdListForConference(std::vector<std::u16string> &callIdList) = 0;
|
H A D | call_control_manager.h | 86 int32_t GetCallIdListForConference(int32_t callId, std::vector<std::u16string> &callIdList);
|
/base/telephony/call_manager/services/call/src/ |
H A D | cs_call.cpp | 169 int32_t CSCall::GetCallIdListForConference(std::vector<std::u16string> &callIdList) in GetCallIdListForConference() function in OHOS::Telephony::CSCall 171 return DelayedSingleton<CsConference>::GetInstance()->GetCallIdListForConference(GetCallID(), callIdList); in GetCallIdListForConference()
|
H A D | satellite_call.cpp | 131 int32_t SatelliteCall::GetCallIdListForConference(std::vector<std::u16string> &callIdList) in GetCallIdListForConference() function in OHOS::Telephony::SatelliteCall
|
H A D | conference_base.cpp | 106 int32_t ConferenceBase::GetCallIdListForConference(int32_t callId, std::vector<std::u16string> &callIdList) in GetCallIdListForConference() function in OHOS::Telephony::ConferenceBase
|
H A D | ott_call.cpp | 318 int32_t OTTCall::GetCallIdListForConference(std::vector<std::u16string> &callIdList) in GetCallIdListForConference() function in OHOS::Telephony::OTTCall 320 return DelayedSingleton<OttConference>::GetInstance()->GetCallIdListForConference(GetCallID(), callIdList); in GetCallIdListForConference()
|
H A D | voip_call.cpp | 218 int32_t VoIPCall::GetCallIdListForConference(std::vector<std::u16string> &callIdList) in GetCallIdListForConference() function in OHOS::Telephony::VoIPCall
|
H A D | ims_call.cpp | 275 int32_t IMSCall::GetCallIdListForConference(std::vector<std::u16string> &callIdList) in GetCallIdListForConference() function in OHOS::Telephony::IMSCall 277 return DelayedSingleton<ImsConference>::GetInstance()->GetCallIdListForConference(GetCallID(), callIdList); in GetCallIdListForConference()
|
/base/telephony/call_manager/test/fuzztest/formatphonenumber_fuzzer/ |
H A D | formatphonenumber_fuzzer.cpp | 57 int32_t GetCallIdListForConference(const uint8_t *data, size_t size) in GetCallIdListForConference() function 163 GetCallIdListForConference(data, size); in DoSomethingInterestingWithMyAPI()
|
/base/telephony/call_manager/test/fuzztest/call_fuzzer/ |
H A D | call_fuzzer.cpp | 129 callObjectPtr->GetCallIdListForConference(callIdList); in DialingProcess() 221 callObjectPtr->GetCallIdListForConference(callIdList); in IMSCallFunc() 260 voipCall->GetCallIdListForConference(callIdList); in VoIPCallFunc() 379 callObjectPtr->GetCallIdListForConference(callIdList); in OttCallFunc()
|
/base/telephony/call_manager/interfaces/innerkits/ |
H A D | call_manager_client.h | 179 int32_t GetCallIdListForConference(int32_t callId, std::vector<std::u16string> &callIdList);
|
/base/telephony/call_manager/frameworks/native/src/ |
H A D | call_manager_client.cpp | 248 int32_t CallManagerClient::GetCallIdListForConference(int32_t callId, std::vector<std::u16string> &callIdList) in GetCallIdListForConference() function in OHOS::Telephony::CallManagerClient 251 return g_callManagerProxy->GetCallIdListForConference(callId, callIdList); in GetCallIdListForConference()
|
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/ |
H A D | call_manager_connect.cpp | 420 int32_t CallManagerConnect::GetCallIdListForConference(int32_t callId, std::vector<std::u16string> &callIdList) in GetCallIdListForConference() function in OHOS::Telephony::CallManagerConnect 423 return callManagerServicePtr_->GetCallIdListForConference(callId, callIdList); in GetCallIdListForConference()
|
H A D | call_manager4_gtest.cpp | 279 /************************************ Test GetCallIdListForConference() ***************************************/ 283 * @tc.name Import callId "abcd", test GetCallIdListForConference(), return non 0 295 int32_t result = CallManagerGtest::clientPtr_->GetCallIdListForConference(callId, callIdList); in HWTEST_F() 306 * @tc.name Import callId "100", test GetCallIdListForConference(), return non 0 318 int32_t result = CallManagerGtest::clientPtr_->GetCallIdListForConference(callId, ans); in HWTEST_F()
|
/base/telephony/call_manager/frameworks/native/include/ |
H A D | call_manager_service_proxy.h | 484 * GetCallIdListForConference 491 int32_t GetCallIdListForConference(int32_t callId, std::vector<std::u16string> &callIdList) override;
|
H A D | i_call_manager_service.h | 83 virtual int32_t GetCallIdListForConference(int32_t callId, std::vector<std::u16string> &callIdList) = 0;
|
H A D | call_manager_proxy.h | 65 int32_t GetCallIdListForConference(int32_t callId, std::vector<std::u16string> &callIdList);
|
/base/telephony/call_manager/services/call_manager_service/include/ |
H A D | call_manager_service.h | 499 * GetCallIdListForConference 506 int32_t GetCallIdListForConference(int32_t callId, std::vector<std::u16string> &callIdList) override;
|
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/ |
H A D | zero_branch7_test.cpp | 292 EXPECT_NE(callManagerService->GetCallIdListForConference(0, callIdList), TELEPHONY_ERR_ILLEGAL_USE_OF_SYSTEM_API); in HWTEST_F() 396 EXPECT_EQ(callManagerService->GetCallIdListForConference(0, callIdList), TELEPHONY_ERR_ILLEGAL_USE_OF_SYSTEM_API); in HWTEST_F()
|