Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/call_manager/services/audio/include/audio_state/
H A Daudio_base.h40 NEW_ACTIVE_IMS_CALL, enumerator
/ohos5.0/base/telephony/call_manager/services/audio/src/audio_state/
H A Dincoming_state.cpp42 case AudioEvent::NEW_ACTIVE_IMS_CALL: in ProcessEvent()
H A Ddialing_state.cpp42 case AudioEvent::NEW_ACTIVE_IMS_CALL: in ProcessEvent()
H A Dalerting_state.cpp43 case AudioEvent::NEW_ACTIVE_IMS_CALL: in ProcessEvent()
H A Dholding_state.cpp38 case AudioEvent::NEW_ACTIVE_IMS_CALL: in ProcessEvent()
H A Dinactive_state.cpp46 case AudioEvent::NEW_ACTIVE_IMS_CALL: in ProcessEvent()
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch_test_call_state.cpp121 holdingState->ProcessEvent(AudioEvent::NEW_ACTIVE_IMS_CALL);
136 alertingState->ProcessEvent(AudioEvent::NEW_ACTIVE_IMS_CALL);
150 incomingState->ProcessEvent(AudioEvent::NEW_ACTIVE_IMS_CALL);
164 inActiveState->ProcessEvent(AudioEvent::NEW_ACTIVE_IMS_CALL);
180 dialingState->ProcessEvent(AudioEvent::NEW_ACTIVE_IMS_CALL);
/ohos5.0/base/telephony/call_manager/services/audio/src/
H A Daudio_scene_processor.cpp96 case AudioEvent::NEW_ACTIVE_IMS_CALL: in ProcessEventInner()
H A Daudio_control_manager.cpp413 event = AudioEvent::NEW_ACTIVE_IMS_CALL; in HandleNewActiveCall()