Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/call_manager/services/call_voice_assistant/src/
H A Dcall_voice_assistant_manager.cpp336 info->stopBroadcasting = 1; in MuteRinger()
377 …if (isShouldRing && isBroadcastSwitchOn && info->stopBroadcasting == 0 && info->dialOrCome != DIAL… in SendRequest()
434 fun("stopBroadcasting", std::to_string(nowInfo->stopBroadcasting)); in GetSendString()
/ohos5.0/base/telephony/call_manager/services/call_voice_assistant/include/
H A Dcall_voice_assistant_manager.h40 int32_t stopBroadcasting = 0; member