Home
last modified time | relevance | path

Searched refs:GetSubCallIdList (Results 1 – 25 of 30) sorted by relevance

12

/base/telephony/call_manager/services/call/src/
Dcs_call.cpp146 int32_t CSCall::GetSubCallIdList(std::vector<std::u16string> &callIdList) in GetSubCallIdList() function in OHOS::Telephony::CSCall
148 return DelayedSingleton<CsConference>::GetInstance()->GetSubCallIdList(GetCallID(), callIdList); in GetSubCallIdList()
Dconference_base.cpp73 int32_t ConferenceBase::GetSubCallIdList(int32_t callId, std::vector<std::u16string> &callIdList) in GetSubCallIdList() function in OHOS::Telephony::ConferenceBase
Dott_call.cpp295 int32_t OTTCall::GetSubCallIdList(std::vector<std::u16string> &callIdList) in GetSubCallIdList() function in OHOS::Telephony::OTTCall
297 … return DelayedSingleton<OttConference>::GetInstance()->GetSubCallIdList(GetCallID(), callIdList); in GetSubCallIdList()
Dims_call.cpp227 int32_t IMSCall::GetSubCallIdList(std::vector<std::u16string> &callIdList) in GetSubCallIdList() function in OHOS::Telephony::IMSCall
229 … return DelayedSingleton<ImsConference>::GetInstance()->GetSubCallIdList(GetCallID(), callIdList); in GetSubCallIdList()
Dcall_control_manager.cpp708 int32_t CallControlManager::GetSubCallIdList(int32_t callId, std::vector<std::u16string> &callIdLis… in GetSubCallIdList() function in OHOS::Telephony::CallControlManager
715 return call->GetSubCallIdList(callIdList); in GetSubCallIdList()
/base/telephony/call_manager/services/call/include/
Dconference_base.h55 int32_t GetSubCallIdList(
Dcs_call.h48 int32_t GetSubCallIdList(std::vector<std::u16string> &callIdList) override;
Dott_call.h53 int32_t GetSubCallIdList(std::vector<std::u16string> &callIdList) override;
Dims_call.h49 int32_t GetSubCallIdList(std::vector<std::u16string> &callIdList) override;
Dcall_base.h65 virtual int32_t GetSubCallIdList(std::vector<std::u16string> &callIdList) = 0;
Dcall_control_manager.h84 int32_t GetSubCallIdList(int32_t callId, std::vector<std::u16string> &callIdList);
/base/telephony/call_manager/test/fuzztest/formatphonenumber_fuzzer/
Dformatphonenumber_fuzzer.cpp59 int32_t GetSubCallIdList(const uint8_t *data, size_t size) in GetSubCallIdList() function
178 GetSubCallIdList(data, size); in DoSomethingInterestingWithMyAPI()
/base/telephony/call_manager/test/fuzztest/call_fuzzer/
Dcall_fuzzer.cpp129 callObjectPtr->GetSubCallIdList(subCallIdList); in DialingProcess()
226 callObjectPtr->GetSubCallIdList(subCallIdList); in IMSCallFunc()
283 callObjectPtr->GetSubCallIdList(subCallIdList); in OttCallFunc()
/base/telephony/call_manager/interfaces/innerkits/
Dcall_manager_client.h154 int32_t GetSubCallIdList(int32_t callId, std::vector<std::u16string> &callIdList);
/base/telephony/call_manager/frameworks/native/include/
Dcall_manager_service_proxy.h457 int32_t GetSubCallIdList(int32_t callId, std::vector<std::u16string> &callIdList) override;
Di_call_manager_service.h78 virtual int32_t GetSubCallIdList(int32_t callId, std::vector<std::u16string> &callIdList) = 0;
Dcall_manager_proxy.h61 int32_t GetSubCallIdList(int32_t callId, std::vector<std::u16string> &callIdList);
/base/telephony/call_manager/frameworks/native/src/
Dcall_manager_client.cpp197 int32_t CallManagerClient::GetSubCallIdList(int32_t callId, std::vector<std::u16string> &callIdList) in GetSubCallIdList() function in OHOS::Telephony::CallManagerClient
200 return g_callManagerProxy->GetSubCallIdList(callId, callIdList); in GetSubCallIdList()
Dcall_manager_proxy.cpp477 int32_t CallManagerProxy::GetSubCallIdList(int32_t callId, std::vector<std::u16string> &callIdList) in GetSubCallIdList() function in OHOS::Telephony::CallManagerProxy
484 int32_t errCode = callManagerServicePtr_->GetSubCallIdList(callId, callIdList); in GetSubCallIdList()
/base/telephony/call_manager/services/call_manager_service/include/
Dcall_manager_service.h472 int32_t GetSubCallIdList(int32_t callId, std::vector<std::u16string> &callIdList) override;
/base/telephony/call_manager/test/unittest/call_manager_gtest/include/
Dcall_manager_connect.h771 int32_t GetSubCallIdList(int32_t callId, std::vector<std::u16string> &callIdList) in GetSubCallIdList() function
774 return callManagerServicePtr_->GetSubCallIdList(callId, callIdList); in GetSubCallIdList()
/base/telephony/call_manager/services/call_manager_service/src/
Dcall_manager_service.cpp897 int32_t CallManagerService::GetSubCallIdList(int32_t callId, std::vector<std::u16string> &callIdLis… in GetSubCallIdList() function in OHOS::Telephony::CallManagerService
908 return callControlManagerPtr_->GetSubCallIdList(callId, callIdList); in GetSubCallIdList()
/base/telephony/call_manager/frameworks/js/napi/include/
Dnapi_call_manager.h91 static napi_value GetSubCallIdList(napi_env env, napi_callback_info info);
/base/telephony/call_manager/test/unittest/ui_client/
Dui_client_test.cpp771 void GetSubCallIdList() in GetSubCallIdList() function
778 int32_t ret = g_clientPtr->GetSubCallIdList(callId, result); in GetSubCallIdList()
1459 …memberFuncMap[OHOS::Telephony::INTERFACE_GET_SUBCALL_LIST_ID] = &OHOS::Telephony::GetSubCallIdList; in initCallConferenceExPower()
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
Dzero_branch_test.cpp935 callManagerClient->GetSubCallIdList(0, callIdList);
1152 ASSERT_NE(ottCall->GetSubCallIdList(subCallIdList), TELEPHONY_SUCCESS);
1722 ASSERT_NE(callControlManager->GetSubCallIdList(INVALID_CALLID, callIdList), TELEPHONY_SUCCESS);
2061 ASSERT_NE(conference->GetSubCallIdList(VALID_CALLID, callIdList), TELEPHONY_SUCCESS);
2073 ASSERT_EQ(conference->GetSubCallIdList(VALID_CALLID, callIdList), TELEPHONY_SUCCESS);

12