Home
last modified time | relevance | path

Searched refs:InviteToConference (Results 1 – 25 of 32) sorted by relevance

12

/base/telephony/call_manager/services/call/include/
Dott_call_connection.h117 …int32_t InviteToConference(const OttCallRequestInfo &requestInfo, const std::vector<std::string> &…
/base/telephony/cellular_call/services/control/include/
Dims_control.h112 int32_t InviteToConference(int32_t slotId, const std::vector<std::string> &numberList);
/base/telephony/call_manager/services/call/src/
Dott_call_connection.cpp97 int32_t OTTCallConnection::InviteToConference( in InviteToConference() function in OHOS::Telephony::OTTCallConnection
Dcall_request_process.cpp292 …DelayedSingleton<CellularCallConnection>::GetInstance()->InviteToConference(numberList, call->GetS… in JoinConference()
/base/telephony/call_manager/services/telephony_interaction/include/
Dcellular_call_connection.h475 int32_t InviteToConference(const std::vector<std::string> &numberList, int32_t slotId);
/base/telephony/cellular_call/vendor/ims/test/ui_client/
Dims_unit_test.h47 int32_t InviteToConference(const sptr<ImsCallInterface> &imsCallSerivce) const;
Dims_unit_test.cpp66 …estCallFuncMap_[ImsCallInterfaceCode::IMS_INVITE_TO_CONFERENCE] = &ImsUnitTest::InviteToConference; in InitBasicFuncMap()
254 int32_t ImsUnitTest::InviteToConference(const sptr<ImsCallInterfaceCode> &imsCallPtr) const in InviteToConference() function in OHOS::Telephony::ImsUnitTest
265 imsCallPtr->InviteToConference(slotId, numberList); in InviteToConference()
/base/telephony/cellular_call/test/fuzztest/getcallrestriction_fuzzer/
Dgetcallrestriction_fuzzer.cpp262 void InviteToConference(const uint8_t *data, size_t size) in InviteToConference() function
332 InviteToConference(data, size); in DoSomethingInterestingWithMyAPI()
/base/telephony/cellular_call/test/unittest/cstest/
Dcs_test.h105 int32_t InviteToConference(const sptr<CellularCallInterface> &telephonyService) const;
/base/telephony/call_manager/interfaces/innerkits/
Dcellular_call_interface.h116 …virtual int32_t InviteToConference(int32_t slotId, const std::vector<std::string> &numberList) = 0;
Dcellular_call_proxy.h129 int32_t InviteToConference(int32_t slotId, const std::vector<std::string> &numberList) override;
/base/telephony/cellular_call/vendor/ims/services/ims_call/include/
Dims_call.h108 int32_t InviteToConference(int32_t slotId, const std::vector<std::string> &numberList) override;
/base/telephony/cellular_call/interfaces/innerkits/ims/
Dims_call_interface.h109 …virtual int32_t InviteToConference(int32_t slotId, const std::vector<std::string> &numberList) = 0;
Dims_call_client.h157 int32_t InviteToConference(int32_t slotId, const std::vector<std::string> &numberList);
Dims_call_proxy.h39 int32_t InviteToConference(int32_t slotId, const std::vector<std::string> &numberList) override;
/base/telephony/cellular_call/test/fuzztest/imsclient_fuzzer/
Dimsclient_fuzzer.cpp76 imsCallClient->InviteToConference(slotId, numberList); in TestImsCallClientWithCallInfo()
193 proxy->InviteToConference(slotId, numberList); in TestImsCallProxyWithCallInfo()
/base/telephony/cellular_call/services/ims_service_interaction/src/
Dims_call_client.cpp245 int32_t ImsCallClient::InviteToConference(int32_t slotId, const std::vector<std::string> &numberLis… in InviteToConference() function in OHOS::Telephony::ImsCallClient
251 return imsCallProxy_->InviteToConference(slotId, numberList); in InviteToConference()
/base/telephony/cellular_call/services/manager/include/
Dcellular_call_service.h193 int32_t InviteToConference(int32_t slotId, const std::vector<std::string> &numberList) override;
/base/telephony/call_manager/services/telephony_interaction/src/
Dcellular_call_connection.cpp793 int32_t CellularCallConnection::InviteToConference(const std::vector<std::string> &numberList, int3… in InviteToConference() function in OHOS::Telephony::CellularCallConnection
799 int errCode = cellularCallInterfacePtr_->InviteToConference(slotId, numberList); in InviteToConference()
/base/telephony/cellular_call/services/connection/src/
Dcellular_call_connection_ims.cpp224 … return DelayedSingleton<ImsCallClient>::GetInstance()->InviteToConference(slotId, numberList); in InviteToConferenceRequest()
/base/telephony/cellular_call/vendor/ims/services/ims_call/src/
Dims_call.cpp154 int32_t ImsCall::InviteToConference(int32_t slotId, const std::vector<std::string> &numberList) in InviteToConference() function in OHOS::Telephony::ImsCall
Dims_call_stub.cpp225 reply.WriteInt32(InviteToConference(slotId, numberList)); in OnInviteToConference()
/base/telephony/cellular_call/services/manager/src/
Dcellular_call_service.cpp607 int32_t CellularCallService::InviteToConference(int32_t slotId, const std::vector<std::string> &num… in InviteToConference() function in OHOS::Telephony::CellularCallService
614 return control->InviteToConference(slotId, numberList); in InviteToConference()
/base/telephony/cellular_call/services/control/src/
Dims_control.cpp281 int32_t IMSControl::InviteToConference(int32_t slotId, const std::vector<std::string> &numberList) in InviteToConference() function in OHOS::Telephony::IMSControl
/base/telephony/cellular_call/vendor/ims/test/unittest/ims_service_gtest/
Dims_service_test.cpp482 ret = imsCallPtr_->InviteToConference(DEFAULT_SLOTID, numberList);
505 ret = imsCallPtr_->InviteToConference(SIM_SLOT_ID_1, numberList);

12