Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/call_manager/interfaces/innerkits/
H A Dvoip_call_manager_proxy.h166 int32_t SendCallUiEvent(std::string voipCallId, const CallAudioEvent &callAudioEvent) override;
175 …int32_t ReportCallAudioEventChange(std::string voipCallId, const CallAudioEvent &callAudioEvent) o…
H A Di_voip_call_manager_service.h70 … virtual int32_t SendCallUiEvent(std::string voipCallId, const CallAudioEvent &callAudioEvent) = 0;
71 …virtual int32_t ReportCallAudioEventChange(std::string voipCallId, const CallAudioEvent &callAudio…
H A Dvoip_call_manager_info.h27 enum class CallAudioEvent { enum
/ohos5.0/base/telephony/call_manager/services/call/src/
H A Dvoip_call.cpp148CallAudioEvent callAudioEvent = mute == 1 ? CallAudioEvent::AUDIO_EVENT_MUTED : CallAudioEvent::AU… in SetMute()
/ohos5.0/base/telephony/call_manager/services/telephony_interaction/include/
H A Dvoip_call_connection.h46 int32_t SendCallUiEvent(std::string voipCallId, const CallAudioEvent &callAudioEvent);
/ohos5.0/base/telephony/call_manager/services/telephony_interaction/src/
H A Dvoip_call_connection.cpp197 int32_t VoipCallConnection::SendCallUiEvent(std::string voipCallId, const CallAudioEvent &callAudio… in SendCallUiEvent()
/ohos5.0/base/telephony/call_manager/frameworks/native/src/
H A Dvoip_call_manager_proxy.cpp416 int32_t VoipCallManagerProxy::SendCallUiEvent(std::string voipCallId, const CallAudioEvent &callAud… in SendCallUiEvent()
441 …nagerProxy::ReportCallAudioEventChange(std::string voipCallId, const CallAudioEvent &callAudioEven… in ReportCallAudioEventChange()