Home
last modified time | relevance | path

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

/base/telephony/call_manager/services/telephony_interaction/src/
H A Dvoip_call_connection.cpp196 std::list<sptr<CallBase>> allCallList = CallObjectManager::GetAllCallList(); in ClearVoipCall() local
197 for (auto call : allCallList) { in ClearVoipCall()
/base/telephony/call_manager/services/call/src/
H A Dcall_control_manager.cpp1313 std::list<sptr<CallBase>> allCallList = CallObjectManager::GetAllCallList(); in SetVoIPCallState() local
1314 for (auto call : allCallList) { in SetVoIPCallState()
1336 std::list<sptr<CallBase>> allCallList = CallObjectManager::GetAllCallList(); in HangUpVoipCall() local
1337 for (auto call : allCallList) { in HangUpVoipCall()

Completed in 3 milliseconds