Home
last modified time | relevance | path

Searched refs:TelephonyCallState (Results 1 – 4 of 4) sorted by relevance

/base/telephony/core_service/utils/common/src/
Denum_convert.cpp64 switch (static_cast<TelephonyCallState>(state)) { in GetCallState()
65 case TelephonyCallState::CALL_STATUS_ACTIVE: in GetCallState()
68 case TelephonyCallState::CALL_STATUS_HOLDING: in GetCallState()
71 case TelephonyCallState::CALL_STATUS_DIALING: in GetCallState()
74 case TelephonyCallState::CALL_STATUS_ALERTING: in GetCallState()
77 case TelephonyCallState::CALL_STATUS_INCOMING: in GetCallState()
80 case TelephonyCallState::CALL_STATUS_WAITING: in GetCallState()
83 case TelephonyCallState::CALL_STATUS_DISCONNECTED: in GetCallState()
86 case TelephonyCallState::CALL_STATUS_DISCONNECTING: in GetCallState()
89 case TelephonyCallState::CALL_STATUS_IDLE: in GetCallState()
/base/telephony/core_service/test/unittest/core_service_gtest/
Dsim_type_convert_test.cpp55 …EXPECT_EQ(GetCallState(static_cast<int32_t>(TelephonyCallState::CALL_STATUS_ACTIVE)), "CALL_STATUS…
56 …EXPECT_EQ(GetCallState(static_cast<int32_t>(TelephonyCallState::CALL_STATUS_HOLDING)), "CALL_STATU…
57 …EXPECT_EQ(GetCallState(static_cast<int32_t>(TelephonyCallState::CALL_STATUS_DIALING)), "CALL_STATU…
58 …EXPECT_EQ(GetCallState(static_cast<int32_t>(TelephonyCallState::CALL_STATUS_ALERTING)), "CALL_STAT…
59 …EXPECT_EQ(GetCallState(static_cast<int32_t>(TelephonyCallState::CALL_STATUS_INCOMING)), "CALL_STAT…
60 …EXPECT_EQ(GetCallState(static_cast<int32_t>(TelephonyCallState::CALL_STATUS_WAITING)), "CALL_STATU…
62 …GetCallState(static_cast<int32_t>(TelephonyCallState::CALL_STATUS_DISCONNECTED)), "CALL_STATUS_DIS…
64 …GetCallState(static_cast<int32_t>(TelephonyCallState::CALL_STATUS_DISCONNECTING)), "CALL_STATUS_DI…
65 …EXPECT_EQ(GetCallState(static_cast<int32_t>(TelephonyCallState::CALL_STATUS_IDLE)), "CALL_STATUS_I…
/base/telephony/core_service/utils/common/include/
Denum_convert.h127 enum class TelephonyCallState { enum
/base/telephony/core_service/services/network_search/src/
Dnetwork_search_manager.cpp1271 case static_cast<int32_t>(TelephonyCallState::CALL_STATUS_ACTIVE): in NotifyCallStatusToNetworkSearch()
1272 case static_cast<int32_t>(TelephonyCallState::CALL_STATUS_HOLDING): in NotifyCallStatusToNetworkSearch()
1273 case static_cast<int32_t>(TelephonyCallState::CALL_STATUS_DIALING): in NotifyCallStatusToNetworkSearch()
1274 case static_cast<int32_t>(TelephonyCallState::CALL_STATUS_INCOMING): in NotifyCallStatusToNetworkSearch()
1275 case static_cast<int32_t>(TelephonyCallState::CALL_STATUS_WAITING): in NotifyCallStatusToNetworkSearch()