Searched refs:NetCallBase (Results 1 – 6 of 6) sorted by relevance
22 NetCallBase::NetCallBase() {} in NetCallBase() function in OHOS::Telephony::NetCallBase24 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()
25 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()
39 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);
29 class NetCallBase : public virtual RefBase {31 NetCallBase();32 virtual ~NetCallBase() = default;
25 class OTTCall : public CallBase, public NetCallBase {
25 class IMSCall : public CarrierCall, public NetCallBase {