Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/call_manager/services/call/src/
H A Dcall_status_manager.cpp364 auto oldCallType = call->GetCallType(); in IncomingHandle() local
366 …if (oldCallType != info.callType || call->GetTelCallState() != info.state || videoState != info.ca… in IncomingHandle()
368 if (oldCallType != info.callType || videoState != info.callMode) { in IncomingHandle()