/base/telephony/call_manager/services/call/src/ |
D | cs_call.cpp | 146 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()
|
D | conference_base.cpp | 73 int32_t ConferenceBase::GetSubCallIdList(int32_t callId, std::vector<std::u16string> &callIdList) in GetSubCallIdList() function in OHOS::Telephony::ConferenceBase
|
D | ott_call.cpp | 295 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()
|
D | ims_call.cpp | 227 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()
|
D | call_control_manager.cpp | 708 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/ |
D | conference_base.h | 55 int32_t GetSubCallIdList(
|
D | cs_call.h | 48 int32_t GetSubCallIdList(std::vector<std::u16string> &callIdList) override;
|
D | ott_call.h | 53 int32_t GetSubCallIdList(std::vector<std::u16string> &callIdList) override;
|
D | ims_call.h | 49 int32_t GetSubCallIdList(std::vector<std::u16string> &callIdList) override;
|
D | call_base.h | 65 virtual int32_t GetSubCallIdList(std::vector<std::u16string> &callIdList) = 0;
|
D | call_control_manager.h | 84 int32_t GetSubCallIdList(int32_t callId, std::vector<std::u16string> &callIdList);
|
/base/telephony/call_manager/test/fuzztest/formatphonenumber_fuzzer/ |
D | formatphonenumber_fuzzer.cpp | 59 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/ |
D | call_fuzzer.cpp | 129 callObjectPtr->GetSubCallIdList(subCallIdList); in DialingProcess() 226 callObjectPtr->GetSubCallIdList(subCallIdList); in IMSCallFunc() 283 callObjectPtr->GetSubCallIdList(subCallIdList); in OttCallFunc()
|
/base/telephony/call_manager/interfaces/innerkits/ |
D | call_manager_client.h | 154 int32_t GetSubCallIdList(int32_t callId, std::vector<std::u16string> &callIdList);
|
/base/telephony/call_manager/frameworks/native/include/ |
D | call_manager_service_proxy.h | 457 int32_t GetSubCallIdList(int32_t callId, std::vector<std::u16string> &callIdList) override;
|
D | i_call_manager_service.h | 78 virtual int32_t GetSubCallIdList(int32_t callId, std::vector<std::u16string> &callIdList) = 0;
|
D | call_manager_proxy.h | 61 int32_t GetSubCallIdList(int32_t callId, std::vector<std::u16string> &callIdList);
|
/base/telephony/call_manager/frameworks/native/src/ |
D | call_manager_client.cpp | 197 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()
|
D | call_manager_proxy.cpp | 477 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/ |
D | call_manager_service.h | 472 int32_t GetSubCallIdList(int32_t callId, std::vector<std::u16string> &callIdList) override;
|
/base/telephony/call_manager/test/unittest/call_manager_gtest/include/ |
D | call_manager_connect.h | 771 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/ |
D | call_manager_service.cpp | 897 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/ |
D | napi_call_manager.h | 91 static napi_value GetSubCallIdList(napi_env env, napi_callback_info info);
|
/base/telephony/call_manager/test/unittest/ui_client/ |
D | ui_client_test.cpp | 771 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/ |
D | zero_branch_test.cpp | 935 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);
|