Home
last modified time | relevance | path

Searched refs:IsCallExist (Results 1 - 9 of 9) sorted by relevance

/base/telephony/call_manager/services/bluetooth/src/
H A Dbluetooth_call_policy.cpp29 if (IsCallExist(TelCallState::CALL_STATUS_INCOMING, callId)) { in AnswerCallPolicy()
33 if (IsCallExist(TelCallState::CALL_STATUS_WAITING, callId)) { in AnswerCallPolicy()
43 if (IsCallExist(TelCallState::CALL_STATUS_INCOMING, callId)) { in RejectCallPolicy()
47 if (IsCallExist(TelCallState::CALL_STATUS_WAITING, callId)) { in RejectCallPolicy()
57 if (IsCallExist(TelCallState::CALL_STATUS_ACTIVE, callId)) { in HoldCallPolicy()
67 if (IsCallExist(TelCallState::CALL_STATUS_ACTIVE, callId)) { in UnHoldCallPolicy()
71 if (IsCallExist(TelCallState::CALL_STATUS_HOLDING, callId)) { in UnHoldCallPolicy()
81 if (IsCallExist(TelCallState::CALL_STATUS_ACTIVE, callId)) { in HangUpPolicy()
85 if (IsCallExist(TelCallState::CALL_STATUS_DIALING, callId)) { in HangUpPolicy()
89 if (IsCallExist(TelCallStat in HangUpPolicy()
[all...]
/base/telephony/call_manager/services/call/include/
H A Dcall_object_manager.h59 static bool IsCallExist(int32_t callId);
60 static bool IsCallExist(std::string &phoneNumber);
66 static bool IsCallExist(CallType type, TelCallState callState);
67 static bool IsCallExist(TelCallState callState);
68 static bool IsCallExist(TelCallState callState, int32_t &callId);
/base/telephony/call_manager/services/call/src/
H A Dcall_policy.cpp226 if (!IsCallExist(callId)) { in AnswerCallPolicy()
240 if (!IsCallExist(callId)) { in RejectCallPolicy()
282 if (!IsCallExist(callId)) { in HangUpPolicy()
298 if (!IsCallExist(callId)) { in SwitchCallPolicy()
308 IsCallExist(TelCallState::CALL_STATUS_DIALING) || IsCallExist(TelCallState::CALL_STATUS_ALERTING)) { in SwitchCallPolicy()
517 if (!IsCallExist(callId)) { in InviteToConferencePolicy()
H A Dcall_status_policy.cpp34 if (IsCallExist(number)) { in DialingHandlePolicy()
H A Dcall_object_manager.cpp354 bool CallObjectManager::IsCallExist(int32_t callId) in IsCallExist() function in OHOS::Telephony::CallObjectManager
367 bool CallObjectManager::IsCallExist(std::string &phoneNumber) in IsCallExist() function in OHOS::Telephony::CallObjectManager
578 bool CallObjectManager::IsCallExist(CallType callType, TelCallState callState) in IsCallExist() function in OHOS::Telephony::CallObjectManager
591 bool CallObjectManager::IsCallExist(TelCallState callState) in IsCallExist() function in OHOS::Telephony::CallObjectManager
604 bool CallObjectManager::IsCallExist(TelCallState callState, int32_t &callId) in IsCallExist() function in OHOS::Telephony::CallObjectManager
H A Dcall_request_process.cpp412 if (CallObjectManager::IsCallExist(call->GetCallType(), TelCallState::CALL_STATUS_INCOMING) && in HandleCallWaitingNumOneNext()
556 (CallObjectManager::IsCallExist(call->GetCallType(), TelCallState::CALL_STATUS_HOLDING))) || in HangUpRequest()
H A Dcall_control_manager.cpp814 if (!CallObjectManager::IsCallExist(mainCall->GetCallType(), TelCallState::CALL_STATUS_HOLDING)) { in CombineConference()
/base/telephony/call_manager/utils/src/
H A Dcall_number_utils.cpp335 if (!CallObjectManager::IsCallExist(info.callId)) { in NumberLocationUpdate()
365 if (!CallObjectManager::IsCallExist(info.callId)) { in YellowPageAndMarkUpdate()
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch1_test.cpp366 CallObjectManager::IsCallExist(number); in HWTEST_F()
368 bool res = CallObjectManager::IsCallExist(number); in HWTEST_F()
404 ASSERT_FALSE(CallObjectManager::IsCallExist(CallType::TYPE_VOIP, TelCallState::CALL_STATUS_ACTIVE)); in HWTEST_F()

Completed in 10 milliseconds