Home
last modified time | relevance | path

Searched refs:isIncludeVoipCall (Results 1 - 2 of 2) sorted by relevance

/base/telephony/call_manager/services/call/include/
H A Dcall_object_manager.h70 static int32_t GetCallNum(TelCallState callState, bool isIncludeVoipCall = true);
71 static std::string GetCallNumber(TelCallState callState, bool isIncludeVoipCall = true);
73 static sptr<CallBase> GetForegroundCall(bool isIncludeVoipCall = true);
/base/telephony/call_manager/services/call/src/
H A Dcall_object_manager.cpp632 int32_t CallObjectManager::GetCallNum(TelCallState callState, bool isIncludeVoipCall) in GetCallNum() argument
639 if (!isIncludeVoipCall && (*it)->GetCallType() == CallType::TYPE_VOIP) { in GetCallNum()
650 std::string CallObjectManager::GetCallNumber(TelCallState callState, bool isIncludeVoipCall) in GetCallNumber() argument
657 if (!isIncludeVoipCall && (*it)->GetCallType() == CallType::TYPE_VOIP) { in GetCallNumber()
696 sptr<CallBase> CallObjectManager::GetForegroundCall(bool isIncludeVoipCall) in GetForegroundCall() argument
701 if (!isIncludeVoipCall && (*it)->GetCallType() == CallType::TYPE_VOIP) { in GetForegroundCall()

Completed in 2 milliseconds