Searched refs:isIncludeVoipCall (Results 1 – 2 of 2) sorted by relevance
70 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);
626 int32_t CallObjectManager::GetCallNum(TelCallState callState, bool isIncludeVoipCall) in GetCallNum() argument633 if (!isIncludeVoipCall && (*it)->GetCallType() == CallType::TYPE_VOIP) { in GetCallNum()644 std::string CallObjectManager::GetCallNumber(TelCallState callState, bool isIncludeVoipCall) in GetCallNumber() argument651 if (!isIncludeVoipCall && (*it)->GetCallType() == CallType::TYPE_VOIP) { in GetCallNumber()690 sptr<CallBase> CallObjectManager::GetForegroundCall(bool isIncludeVoipCall) in GetForegroundCall() argument695 if (!isIncludeVoipCall && (*it)->GetCallType() == CallType::TYPE_VOIP) { in GetForegroundCall()