Home
last modified time | relevance | path

Searched refs:GetCurrentActiveCall (Results 1 – 5 of 5) sorted by relevance

/base/telephony/call_manager/services/audio/include/
Dcall_state_processor.h37 int32_t GetCurrentActiveCall();
Daudio_control_manager.h66 sptr<CallBase> GetCurrentActiveCall();
/base/telephony/call_manager/services/audio/src/
Dcall_state_processor.cpp185 int32_t CallStateProcessor::GetCurrentActiveCall() in GetCurrentActiveCall() function in OHOS::Telephony::CallStateProcessor
Daudio_control_manager.cpp459 sptr<CallBase> AudioControlManager::GetCurrentActiveCall() in GetCurrentActiveCall() function in OHOS::Telephony::AudioControlManager
461 int32_t callId = DelayedSingleton<CallStateProcessor>::GetInstance()->GetCurrentActiveCall(); in GetCurrentActiveCall()
/base/telephony/call_manager/test/fuzztest/audiodevice_fuzzer/
Daudiodevice_fuzzer.cpp86 audioControlManager->GetCurrentActiveCall(); in AudioControlManagerFunc()