Searched refs:DisconnectOtherSubIdCall (Results 1 - 3 of 3) sorted by relevance
/base/telephony/call_manager/services/call/include/ |
H A D | call_request_process.h | 52 void DisconnectOtherSubIdCall(int32_t callId, int32_t slotId, int32_t videoState);
|
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/ |
H A D | zero_branch1_test.cpp | 228 callRequestProcess->DisconnectOtherSubIdCall(1, 0, 0); in HWTEST_F() 306 callRequestProcess->DisconnectOtherSubIdCall(VALID_CALLID, SIM1_SLOTID, in HWTEST_F() 314 callRequestProcess->DisconnectOtherSubIdCall(VALID_CALLID, SIM1_SLOTID, in HWTEST_F()
|
/base/telephony/call_manager/services/call/src/ |
H A D | call_request_process.cpp | 120 DisconnectOtherSubIdCall(callId, slotId, videoState); in AnswerRequestForDsda() 475 void CallRequestProcess::DisconnectOtherSubIdCall(int32_t callId, int32_t slotId, int32_t videoState) in DisconnectOtherSubIdCall() function in OHOS::Telephony::CallRequestProcess
|
Completed in 5 milliseconds