Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/
H A Dtrigger_helper.cpp545 … bool curCallActive = (callState != static_cast<int32_t>(TelCallState::CALL_STATUS_DISCONNECTED) && in OnCallStateUpdated() local
551 curCallActive); in OnCallStateUpdated()
552 if (callActive_ == curCallActive) { in OnCallStateUpdated()
556 callActive_ = curCallActive; in OnCallStateUpdated()