Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/call_manager/services/audio/src/audio_state/
H A Dcs_call_state.cpp30 case AudioEvent::NEW_INCOMING_CALL: in ProcessEvent()
H A Dims_call_state.cpp33 case AudioEvent::NEW_INCOMING_CALL: in ProcessEvent()
H A Dincoming_state.cpp51 case AudioEvent::NEW_INCOMING_CALL: in ProcessEvent()
H A Dalerting_state.cpp60 case AudioEvent::NEW_INCOMING_CALL: in ProcessEvent()
H A Dholding_state.cpp46 case AudioEvent::NEW_INCOMING_CALL: in ProcessEvent()
H A Dinactive_state.cpp63 case AudioEvent::NEW_INCOMING_CALL: in ProcessEvent()
/ohos5.0/base/telephony/call_manager/services/audio/include/audio_state/
H A Daudio_base.h44 NEW_INCOMING_CALL, enumerator
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch_test_call_state.cpp82 csCallState->ProcessEvent(AudioEvent::NEW_INCOMING_CALL);
96 imsCallState->ProcessEvent(AudioEvent::NEW_INCOMING_CALL);
122 holdingState->ProcessEvent(AudioEvent::NEW_INCOMING_CALL);
166 inActiveState->ProcessEvent(AudioEvent::NEW_INCOMING_CALL);
/ohos5.0/base/telephony/call_manager/services/audio/src/
H A Daudio_scene_processor.cpp99 case AudioEvent::NEW_INCOMING_CALL: in ProcessEventInner()
H A Daudio_control_manager.cpp324 event = AudioEvent::NEW_INCOMING_CALL; in HandleNextState()