Home
last modified time | relevance | path

Searched refs:MIN_MULITY_CALL_COUNT (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/telephony/call_manager/services/call/include/
H A Dcommon_type.h31 const int16_t MIN_MULITY_CALL_COUNT = 2; variable
/ohos5.0/base/telephony/call_manager/services/telephony_interaction/src/
H A Dcall_status_callback.cpp32 const int32_t MIN_MULITY_CALL_COUNT = 2; variable
420 if (!(hasRingingCall && (CallObjectManager::GetCurrentCallNum() >= MIN_MULITY_CALL_COUNT))) { in ShouldStopWaitingTone()
/ohos5.0/base/telephony/call_manager/services/audio/src/
H A Daudio_control_manager.cpp395 if ((CallObjectManager::GetCurrentCallNum() - ringCallCount) < MIN_MULITY_CALL_COUNT) { in ProcessAudioWhenCallActive()