Home
last modified time | relevance | path

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

/ohos5.0/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);
/ohos5.0/base/telephony/call_manager/services/call/src/
H A Dcall_object_manager.cpp626 int32_t CallObjectManager::GetCallNum(TelCallState callState, bool isIncludeVoipCall) in GetCallNum() argument
633 if (!isIncludeVoipCall && (*it)->GetCallType() == CallType::TYPE_VOIP) { in GetCallNum()
644 std::string CallObjectManager::GetCallNumber(TelCallState callState, bool isIncludeVoipCall) in GetCallNumber() argument
651 if (!isIncludeVoipCall && (*it)->GetCallType() == CallType::TYPE_VOIP) { in GetCallNumber()
690 sptr<CallBase> CallObjectManager::GetForegroundCall(bool isIncludeVoipCall) in GetForegroundCall() argument
695 if (!isIncludeVoipCall && (*it)->GetCallType() == CallType::TYPE_VOIP) { in GetForegroundCall()