Home
last modified time | relevance | path

Searched refs:call_ (Results 1 - 2 of 2) sorted by relevance

/base/telephony/call_manager/services/call/src/
H A Dvideo_call_state.cpp26 : call_(callPtr), updateStatus_(VideoUpdateStatus::STATUS_NONE) in VideoCallState()
31 if (call_ == nullptr) { in IsCallSupportVideoCall()
35 sptr<IMSCall> netCall = static_cast<IMSCall *>(call_.GetRefPtr()); in IsCallSupportVideoCall()
51 if (call_ == nullptr) { in SwitchCallVideoState()
55 sptr<IMSCall> netCall = static_cast<IMSCall *>(call_.GetRefPtr()); in SwitchCallVideoState()
62 if (call_ == nullptr) { in DispatchUpdateVideoRequest()
66 return call_->SendUpdateCallMediaModeRequest(mode); in DispatchUpdateVideoRequest()
71 if (call_ == nullptr) { in DispatchUpdateVideoResponse()
75 return call_->SendUpdateCallMediaModeResponse(mode); in DispatchUpdateVideoResponse()
80 if (call_ in DispatchReportVideoCallInfo()
[all...]
/base/telephony/call_manager/services/call/include/
H A Dvideo_call_state.h55 sptr<NetCallBase> call_; member in OHOS::Telephony::VideoCallState

Completed in 1 milliseconds