Searched refs:noOtherCall (Results 1 - 4 of 4) sorted by relevance
/base/telephony/call_manager/services/call/src/ |
H A D | call_request_process.cpp | 259 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 D | call_status_manager.cpp | 165 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 D | call_request_process.h | 65 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 D | zero_branch1_test.cpp | 272 bool noOtherCall = false; in HWTEST_F() local 273 callRequestProcess->IsExistCallOtherSlot(list, SIM1_SLOTID, noOtherCall); in HWTEST_F()
|
Completed in 8 milliseconds