Searched refs:IsExistCallOtherSlot (Results 1 - 4 of 4) sorted by relevance
/base/telephony/call_manager/services/call/include/ |
H A D | call_request_process.h | 65 void IsExistCallOtherSlot(std::list<int32_t> &list, int32_t slotId, bool &noOtherCall);
|
/base/telephony/call_manager/services/call/src/ |
H A D | call_request_process.cpp | 262 IsExistCallOtherSlot(callIdList, slotId, noOtherCall); in HoldOrDisconnectedCall() 323 void CallRequestProcess::IsExistCallOtherSlot(std::list<int32_t> &list, int32_t slotId, bool &noOtherCall) in IsExistCallOtherSlot() function in OHOS::Telephony::CallRequestProcess 588 IsExistCallOtherSlot(allCallIdList, call->GetSlotId(), noOtherCall); in HangUpForDsdaRequest() 627 IsExistCallOtherSlot(callIdList, call->GetSlotId(), noOtherCall); in UnHoldRequest()
|
H A D | call_status_manager.cpp | 169 DelayedSingleton<CallRequestProcess>::GetInstance()->IsExistCallOtherSlot(callIdList, slotId, noOtherCall); in HandleDsdaInfo()
|
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/ |
H A D | zero_branch1_test.cpp | 273 callRequestProcess->IsExistCallOtherSlot(list, SIM1_SLOTID, noOtherCall); in HWTEST_F()
|
Completed in 7 milliseconds