Home
last modified time | relevance | path

Searched refs:NetCallBase (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/telephony/call_manager/services/call/src/
H A Dnet_call_base.cpp22 NetCallBase::NetCallBase() {} in NetCallBase() function in OHOS::Telephony::NetCallBase
24 int32_t NetCallBase::StartConference() in StartConference()
29 int32_t NetCallBase::JoinConference() in JoinConference()
34 int32_t NetCallBase::KickOutConference() in KickOutConference()
39 int32_t NetCallBase::LeaveConference() in LeaveConference()
44 int32_t NetCallBase::GetNetCallType() in GetNetCallType()
49 int32_t NetCallBase::ChangeNetCallType() in ChangeNetCallType()
H A Dvideo_call_state.cpp25 VideoCallState::VideoCallState(sptr<NetCallBase> callPtr) in VideoCallState()
97 AudioOnlyState::AudioOnlyState(sptr<NetCallBase> callPtr) : VideoCallState(callPtr) {} in AudioOnlyState()
270 VideoSendState::VideoSendState(sptr<NetCallBase> callPtr) : VideoCallState(callPtr) {} in VideoSendState()
390 VideoReceiveState::VideoReceiveState(sptr<NetCallBase> callPtr) : VideoCallState(callPtr) {} in VideoReceiveState()
539 VideoSendReceiveState::VideoSendReceiveState(sptr<NetCallBase> callPtr) : VideoCallState(callPtr) {} in VideoSendReceiveState()
663 VideoPauseState::VideoPauseState(sptr<NetCallBase> callPtr) : VideoCallState(callPtr) {} in VideoPauseState()
/ohos5.0/base/telephony/call_manager/services/call/include/
H A Dvideo_call_state.h39 VideoCallState(sptr<NetCallBase> callPtr);
55 sptr<NetCallBase> call_;
61 AudioOnlyState(sptr<NetCallBase> callPtr);
71 VideoSendState(sptr<NetCallBase> callPtr);
81 VideoReceiveState(sptr<NetCallBase> callPtr);
91 VideoSendReceiveState(sptr<NetCallBase> callPtr);
101 VideoPauseState(sptr<NetCallBase> callPtr);
H A Dnet_call_base.h29 class NetCallBase : public virtual RefBase {
31 NetCallBase();
32 virtual ~NetCallBase() = default;
H A Dott_call.h25 class OTTCall : public CallBase, public NetCallBase {
H A Dims_call.h25 class IMSCall : public CarrierCall, public NetCallBase {