Home
last modified time | relevance | path

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

/base/telephony/call_manager/services/bluetooth/src/
H A Dbluetooth_call_service.cpp124 int32_t numActive = GetCallNum(TelCallState::CALL_STATUS_ACTIVE, false); in GetCallState()
125 int32_t numHeld = GetCallNum(TelCallState::CALL_STATUS_HOLDING, false); in GetCallState()
126 int32_t numDial = GetCallNum(TelCallState::CALL_STATUS_DIALING, false); in GetCallState()
127 int32_t numAlert = GetCallNum(TelCallState::CALL_STATUS_ALERTING, false); in GetCallState()
128 int32_t numIncoming = GetCallNum(TelCallState::CALL_STATUS_INCOMING, false); in GetCallState()
129 int32_t numWait = GetCallNum(TelCallState::CALL_STATUS_WAITING, false); in GetCallState()
130 int32_t numDisconnected = GetCallNum(TelCallState::CALL_STATUS_DISCONNECTED, false); in GetCallState()
131 int32_t numDisconnecting = GetCallNum(TelCallState::CALL_STATUS_DISCONNECTING, false); in GetCallState()
/base/security/device_auth/test/unittest/tdd_framework/tdd_helper/exception_controller/inc/
H A Dexception_controller.h27 uint32_t GetCallNum(void);
/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
/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()
307 int32_t alertingCallNum = GetCallNum(TelCallState::CALL_STATUS_ALERTING); in HandleDsdaIncomingCall()
308 int32_t dialingCallNum = GetCallNum(TelCallState::CALL_STATUS_DIALING); in HandleDsdaIncomingCall()
309 int32_t answeredCallNum = GetCallNum(TelCallStat in HandleDsdaIncomingCall()
[all...]
H A Dcall_status_manager.cpp929 int32_t activeCallNum = GetCallNum(TelCallState::CALL_STATUS_ACTIVE); in HandleHoldCallOrAutoAnswerCall()
930 int32_t waitingCallNum = GetCallNum(TelCallState::CALL_STATUS_WAITING); in HandleHoldCallOrAutoAnswerCall()
957 int32_t incomingCallNum = GetCallNum(TelCallState::CALL_STATUS_INCOMING); in IsCanUnHold()
958 int32_t answeredCallNum = GetCallNum(TelCallState::CALL_STATUS_ANSWERED); in IsCanUnHold()
959 int32_t dialingCallNum = GetCallNum(TelCallState::CALL_STATUS_ALERTING); in IsCanUnHold()
970 int32_t dialingCallNum = GetCallNum(TelCallState::CALL_STATUS_DIALING); in AutoHandleForDsda()
971 int32_t alertingCallNum = GetCallNum(TelCallState::CALL_STATUS_ALERTING); in AutoHandleForDsda()
1000 int32_t dialingCallNum = GetCallNum(TelCallState::CALL_STATUS_DIALING); in AutoUnHoldForDsda()
1001 int32_t waitingCallNum = GetCallNum(TelCallState::CALL_STATUS_WAITING); in AutoUnHoldForDsda()
1058 int32_t holdingCallNum = GetCallNum(TelCallStat in AutoAnswerForVideoCall()
[all...]
H A Dcall_object_manager.cpp632 int32_t CallObjectManager::GetCallNum(TelCallState callState, bool isIncludeVoipCall) in GetCallNum() function in OHOS::Telephony::CallObjectManager
/base/telephony/call_manager/services/call/include/
H A Dcall_object_manager.h70 static int32_t GetCallNum(TelCallState callState, bool isIncludeVoipCall = true);
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch6_test.cpp659 int32_t numActive = CallObjectManager::GetCallNum(TelCallState::CALL_STATUS_ACTIVE); in HWTEST_F()
660 int32_t numHeld = CallObjectManager::GetCallNum(TelCallState::CALL_STATUS_HOLDING); in HWTEST_F()
661 int32_t numDial = CallObjectManager::GetCallNum(TelCallState::CALL_STATUS_DIALING); in HWTEST_F()
/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(); in HWTEST_F()
698 uint32_t callNum = GetCallNum(); in HWTEST_F()
H A Dpub_key_exchange_test.cpp448 uint32_t callNum = GetCallNum(); in HWTEST_F()
H A Dauth_code_import_test.cpp448 uint32_t callNum = GetCallNum(); in HWTEST_F()
/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(); in HWTEST_F()
/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/session_manager/session/v2/auth_sub_session/protocol_lib/
H A Dec_speke_protocol_test.cpp701 uint32_t callNum = GetCallNum(); in HWTEST_F()
H A Ddl_speke_protocol_test.cpp693 uint32_t callNum = GetCallNum(); in HWTEST_F()
H A Diso_protocol_test.cpp640 uint32_t callNum = GetCallNum(); in HWTEST_F()
/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(); in HWTEST_F()

Completed in 19 milliseconds