Home
last modified time | relevance | path

Searched refs:isplay (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.cpp73 isplay = SWITCH_TURN_OFF; in Release()
142 isplay = SWITCH_TURN_ON; in ConnectAbility()
175 want.SetParam(IS_PLAY_RING, isplay); in PublishCommonEvent()
329 isplay = SWITCH_TURN_OFF; in MuteRinger()
370 isplay = SWITCH_TURN_OFF; in SendRequest()
379 isplay = SWITCH_TURN_ON; in SendRequest()
664 std::string isplay = want.GetStringParam(voicePtr->IS_PLAY_RING); in OnReceiveEvent() local
666 if (isplay == voicePtr->SWITCH_TURN_ON && isPlayRing) { in OnReceiveEvent()
675 return (isplay == SWITCH_TURN_ON) ? true : false; in GetIsPlayRing()
/ohos5.0/base/telephony/call_manager/services/call_voice_assistant/include/
H A Dcall_voice_assistant_manager.h87 std::string isplay = "0"; variable