Home
last modified time | relevance | path

Searched refs:GetCallNum (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/base/telephony/call_manager/services/bluetooth/src/
H A Dbluetooth_call_service.cpp123 int32_t numActive = GetCallNum(TelCallState::CALL_STATUS_ACTIVE, false); in GetCallState()
124 int32_t numHeld = GetCallNum(TelCallState::CALL_STATUS_HOLDING, false); in GetCallState()
125 int32_t numDial = GetCallNum(TelCallState::CALL_STATUS_DIALING, false); in GetCallState()
126 int32_t numAlert = GetCallNum(TelCallState::CALL_STATUS_ALERTING, false); in GetCallState()
127 int32_t numIncoming = GetCallNum(TelCallState::CALL_STATUS_INCOMING, false); in GetCallState()
128 int32_t numWait = GetCallNum(TelCallState::CALL_STATUS_WAITING, false); in GetCallState()
129 int32_t numDisconnected = GetCallNum(TelCallState::CALL_STATUS_DISCONNECTED, false); in GetCallState()
130 int32_t numDisconnecting = GetCallNum(TelCallState::CALL_STATUS_DISCONNECTING, false); in GetCallState()
/ohos5.0/base/telephony/call_manager/services/call/src/
H A Dcall_request_process.cpp180 int32_t dialingCallNum = GetCallNum(TelCallState::CALL_STATUS_DIALING); in HasDialingCall()
181 int32_t alertingCallNum = GetCallNum(TelCallState::CALL_STATUS_ALERTING); in HasDialingCall()
190 int32_t activeCallNum = GetCallNum(TelCallState::CALL_STATUS_ACTIVE); in HasActiveCall()
191 int32_t holdingCallNum = GetCallNum(TelCallState::CALL_STATUS_HOLDING); in HasActiveCall()
192 int32_t answeredCallNum = GetCallNum(TelCallState::CALL_STATUS_ANSWERED); in HasActiveCall()
279 int32_t waitingCallNum = GetCallNum(TelCallState::CALL_STATUS_WAITING); in HoldOrDisconnectedCall()
280 int32_t activeCallNum = GetCallNum(TelCallState::CALL_STATUS_ACTIVE); in HoldOrDisconnectedCall()
308 int32_t dialingCallNum = GetCallNum(TelCallState::CALL_STATUS_DIALING); in HandleDsdaIncomingCall()
399 int32_t activeCallNum = GetCallNum(TelCallState::CALL_STATUS_ACTIVE); in HandleCallWaitingNumOneNext()
400 int32_t dialingCallNum = GetCallNum(TelCallState::CALL_STATUS_DIALING); in HandleCallWaitingNumOneNext()
[all …]
H A Dcall_status_manager.cpp753 int32_t activeCallNum = GetCallNum(TelCallState::CALL_STATUS_ACTIVE); in HoldingHandle()
883 int32_t activeCallNum = GetCallNum(TelCallState::CALL_STATUS_ACTIVE); in HandleHoldCallOrAutoAnswerCall()
884 int32_t waitingCallNum = GetCallNum(TelCallState::CALL_STATUS_WAITING); in HandleHoldCallOrAutoAnswerCall()
913 int32_t dialingCallNum = GetCallNum(TelCallState::CALL_STATUS_ALERTING); in IsCanUnHold()
924 int32_t dialingCallNum = GetCallNum(TelCallState::CALL_STATUS_DIALING); in AutoHandleForDsda()
954 int32_t dialingCallNum = GetCallNum(TelCallState::CALL_STATUS_DIALING); in AutoUnHoldForDsda()
955 int32_t waitingCallNum = GetCallNum(TelCallState::CALL_STATUS_WAITING); in AutoUnHoldForDsda()
1012 int32_t holdingCallNum = GetCallNum(TelCallState::CALL_STATUS_HOLDING); in AutoAnswerForVideoCall()
1013 int32_t dialingCallNum = GetCallNum(TelCallState::CALL_STATUS_DIALING); in AutoAnswerForVideoCall()
1038 int32_t holdingCallNum = GetCallNum(TelCallState::CALL_STATUS_HOLDING); in AutoAnswer()
[all …]
H A Dcall_object_manager.cpp626 int32_t CallObjectManager::GetCallNum(TelCallState callState, bool isIncludeVoipCall) in GetCallNum() function in OHOS::Telephony::CallObjectManager
/ohos5.0/base/security/device_auth/test/unittest/tdd_framework/tdd_helper/exception_controller/inc/
H A Dexception_controller.h27 uint32_t GetCallNum(void);
/ohos5.0/base/security/device_auth/test/unittest/tdd_framework/tdd_helper/exception_controller/src/
H A Dexception_controller.c42 uint32_t GetCallNum(void) in GetCallNum() function
/ohos5.0/base/telephony/call_manager/services/call/include/
H A Dcall_object_manager.h70 static int32_t GetCallNum(TelCallState callState, bool isIncludeVoipCall = true);
/ohos5.0/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/session_manager/session/v2/expand_sub_session/expand_process_lib/
H A Dsave_trusted_info_test.cpp681 uint32_t callNum = GetCallNum();
698 uint32_t callNum = GetCallNum();
H A Dauth_code_import_test.cpp448 uint32_t callNum = GetCallNum();
H A Dpub_key_exchange_test.cpp448 uint32_t callNum = GetCallNum();
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch6_test.cpp655 int32_t numActive = CallObjectManager::GetCallNum(TelCallState::CALL_STATUS_ACTIVE);
656 int32_t numHeld = CallObjectManager::GetCallNum(TelCallState::CALL_STATUS_HOLDING);
657 int32_t numDial = CallObjectManager::GetCallNum(TelCallState::CALL_STATUS_DIALING);
/ohos5.0/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/session_manager/session/v2/expand_sub_session/
H A Dexpand_sub_session_test.cpp463 uint32_t callNum = GetCallNum();
/ohos5.0/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/session_manager/session/v2/auth_sub_session/protocol_lib/
H A Diso_protocol_test.cpp640 uint32_t callNum = GetCallNum();
H A Ddl_speke_protocol_test.cpp693 uint32_t callNum = GetCallNum();
H A Dec_speke_protocol_test.cpp701 uint32_t callNum = GetCallNum();
/ohos5.0/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/session_manager/session/v2/auth_sub_session/
H A Dauth_sub_session_test.cpp849 uint32_t callNum = GetCallNum();