Home
last modified time | relevance | path

Searched refs:GetCallIdListForConference (Results 1 - 25 of 39) sorted by relevance

12

/base/telephony/call_manager/services/call/include/
H A Dsatellite_call.h49 int32_t GetCallIdListForConference(std::vector<std::u16string> &callIdList) override;
H A Dcs_call.h50 int32_t GetCallIdListForConference(std::vector<std::u16string> &callIdList) override;
H A Dvoip_call.h48 int32_t GetCallIdListForConference(std::vector<std::u16string> &callIdList) override;
H A Dconference_base.h58 int32_t GetCallIdListForConference(
H A Dott_call.h55 int32_t GetCallIdListForConference(std::vector<std::u16string> &callIdList) override;
H A Dims_call.h51 int32_t GetCallIdListForConference(std::vector<std::u16string> &callIdList) override;
H A Dcall_base.h68 virtual int32_t GetCallIdListForConference(std::vector<std::u16string> &callIdList) = 0;
H A Dcall_control_manager.h86 int32_t GetCallIdListForConference(int32_t callId, std::vector<std::u16string> &callIdList);
/base/telephony/call_manager/services/call/src/
H A Dcs_call.cpp169 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 Dsatellite_call.cpp131 int32_t SatelliteCall::GetCallIdListForConference(std::vector<std::u16string> &callIdList) in GetCallIdListForConference() function in OHOS::Telephony::SatelliteCall
H A Dconference_base.cpp106 int32_t ConferenceBase::GetCallIdListForConference(int32_t callId, std::vector<std::u16string> &callIdList) in GetCallIdListForConference() function in OHOS::Telephony::ConferenceBase
H A Dott_call.cpp318 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 Dvoip_call.cpp218 int32_t VoIPCall::GetCallIdListForConference(std::vector<std::u16string> &callIdList) in GetCallIdListForConference() function in OHOS::Telephony::VoIPCall
H A Dims_call.cpp275 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 Dformatphonenumber_fuzzer.cpp57 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 Dcall_fuzzer.cpp129 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 Dcall_manager_client.h179 int32_t GetCallIdListForConference(int32_t callId, std::vector<std::u16string> &callIdList);
/base/telephony/call_manager/frameworks/native/src/
H A Dcall_manager_client.cpp248 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 Dcall_manager_connect.cpp420 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 Dcall_manager4_gtest.cpp279 /************************************ 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 Dcall_manager_service_proxy.h484 * GetCallIdListForConference
491 int32_t GetCallIdListForConference(int32_t callId, std::vector<std::u16string> &callIdList) override;
H A Di_call_manager_service.h83 virtual int32_t GetCallIdListForConference(int32_t callId, std::vector<std::u16string> &callIdList) = 0;
H A Dcall_manager_proxy.h65 int32_t GetCallIdListForConference(int32_t callId, std::vector<std::u16string> &callIdList);
/base/telephony/call_manager/services/call_manager_service/include/
H A Dcall_manager_service.h499 * 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 Dzero_branch7_test.cpp292 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()

Completed in 15 milliseconds

12