Home
last modified time | relevance | path

Searched refs:noOtherCall (Results 1 - 4 of 4) sorted by relevance

/base/telephony/call_manager/services/call/src/
H A Dcall_request_process.cpp259 bool noOtherCall = true; in HoldOrDisconnectedCall() local
262 IsExistCallOtherSlot(callIdList, slotId, noOtherCall); in HoldOrDisconnectedCall()
263 if (noOtherCall) { in HoldOrDisconnectedCall()
290 noOtherCall = false; in HoldOrDisconnectedCall()
323 void CallRequestProcess::IsExistCallOtherSlot(std::list<int32_t> &list, int32_t slotId, bool &noOtherCall) in IsExistCallOtherSlot() argument
329 noOtherCall = false; in IsExistCallOtherSlot()
483 bool noOtherCall = true; in DisconnectOtherSubIdCall() local
492 noOtherCall = false; in DisconnectOtherSubIdCall()
496 if (noOtherCall == true) { in DisconnectOtherSubIdCall()
585 bool noOtherCall in HangUpForDsdaRequest() local
624 bool noOtherCall = true; UnHoldRequest() local
[all...]
H A Dcall_status_manager.cpp165 bool noOtherCall = true; in HandleDsdaInfo() local
169 DelayedSingleton<CallRequestProcess>::GetInstance()->IsExistCallOtherSlot(callIdList, slotId, noOtherCall); in HandleDsdaInfo()
174 !noOtherCall) { in HandleDsdaInfo()
/base/telephony/call_manager/services/call/include/
H A Dcall_request_process.h65 void IsExistCallOtherSlot(std::list<int32_t> &list, int32_t slotId, bool &noOtherCall);
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch1_test.cpp272 bool noOtherCall = false; in HWTEST_F() local
273 callRequestProcess->IsExistCallOtherSlot(list, SIM1_SLOTID, noOtherCall); in HWTEST_F()

Completed in 8 milliseconds