/base/telephony/call_manager/services/call_report/src/ |
H A D | call_state_report_proxy.cpp | 97 UpdateCallState(callObjectPtr, TelCallState::CALL_STATUS_IDLE); in UpdateCallStateForVoIPOrRestart() 105 TelCallState nextState = TelCallState::CALL_STATUS_IDLE; in GetVoipCallState() 108 nextState = TelCallState::CALL_STATUS_IDLE; in GetVoipCallState()
|
/base/telephony/state_registry/frameworks/native/observer/include/ |
H A D | telephony_state_manager.h | 68 CALL_STATUS_IDLE, member in OHOS::Telephony::CallStatus
|
/base/telephony/call_manager/services/bluetooth/src/ |
H A D | bluetooth_call_service.cpp | 132 int32_t callState = static_cast<int32_t>(TelCallState::CALL_STATUS_IDLE); in GetCallState() 135 callState = static_cast<int32_t>(TelCallState::CALL_STATUS_IDLE); in GetCallState() 139 callState = static_cast<int32_t>(TelCallState::CALL_STATUS_IDLE); in GetCallState() 159 callState = static_cast<int32_t>(TelCallState::CALL_STATUS_IDLE); in GetCallState()
|
/base/telephony/cellular_data/services/include/ |
H A D | data_connection_monitor.h | 127 int32_t callState_ = static_cast<int32_t>(TelCallStatus::CALL_STATUS_IDLE);
|
H A D | cellular_data_handler.h | 174 int32_t lastCallState_ = (int32_t)TelCallStatus::CALL_STATUS_IDLE;
|
/base/telephony/call_manager/services/call/src/ |
H A D | call_ability_connect_callback.cpp | 80 callState == TelCallState::CALL_STATUS_UNKNOWN || callState == TelCallState::CALL_STATUS_IDLE) { in ReConnectAbility()
|
H A D | call_policy.cpp | 287 if (state == TelCallState::CALL_STATUS_IDLE || state == TelCallState::CALL_STATUS_DISCONNECTING || in HangUpPolicy()
|
H A D | call_base.cpp | 617 return !(callState_ == TelCallState::CALL_STATUS_IDLE || callState_ == TelCallState::CALL_STATUS_DISCONNECTED || in IsAliveState()
|
H A D | call_object_manager.cpp | 511 TelCallState retState = TelCallState::CALL_STATUS_IDLE; in GetCallState()
|
/base/telephony/call_manager/services/call/include/ |
H A D | common_type.h | 39 callState(TelCallState::CALL_STATUS_IDLE), isDialing(false), isEcc(false) {} in DialParaInfo()
|
/base/telephony/core_service/utils/common/include/ |
H A D | enum_convert.h | 165 CALL_STATUS_IDLE, member in OHOS::Telephony::TelephonyDataConnectionStatus::TelephonyCallState
|
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/ |
H A D | zero_branch5_test.cpp | 412 proximitySensor->CallStateUpdated(callObjectPtr, TelCallState::CALL_STATUS_IDLE, in HWTEST_F() 434 statusBar->CallStateUpdated(callObjectPtr, TelCallState::CALL_STATUS_IDLE, TelCallState::CALL_STATUS_INCOMING); in HWTEST_F() 453 wiredHeadset->CallStateUpdated(callObjectPtr, TelCallState::CALL_STATUS_IDLE, TelCallState::CALL_STATUS_INCOMING); in HWTEST_F()
|
H A D | zero_branch4_test.cpp | 403 callObjectPtr, TelCallState::CALL_STATUS_IDLE, TelCallState::CALL_STATUS_INCOMING); in HWTEST_F() 416 callObjectPtr, TelCallState::CALL_STATUS_IDLE, TelCallState::CALL_STATUS_INCOMING); in HWTEST_F()
|
/base/telephony/cellular_data/services/src/state_machine/ |
H A D | incall_data_state_machine.cpp | 92 if (callState_ == static_cast<int32_t>(TelCallStatus::CALL_STATUS_IDLE) || in IsSecondaryCanActiveData() 167 if (stateMachine->GetCallState() == static_cast<int32_t>(TelCallStatus::CALL_STATUS_IDLE) || in StateBegin() 323 if (stateMachine->GetCallState() == static_cast<int32_t>(TelCallStatus::CALL_STATUS_IDLE) || in ProcessCallEnded()
|
/base/telephony/core_service/utils/common/src/ |
H A D | enum_convert.cpp | 63 std::string result = "CALL_STATUS_IDLE"; in GetCallState() 89 case TelephonyCallState::CALL_STATUS_IDLE: in GetCallState() 90 result = "CALL_STATUS_IDLE"; in GetCallState()
|
/base/telephony/call_manager/interfaces/innerkits/ |
H A D | call_manager_base.h | 180 CALL_STATUS_IDLE, member in OHOS::Telephony::TelCallState
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | sim_type_convert_test.cpp | 65 EXPECT_EQ(GetCallState(static_cast<int32_t>(TelephonyCallState::CALL_STATUS_IDLE)), "CALL_STATUS_IDLE"); in HWTEST_F() 66 EXPECT_EQ(GetCallState(errorCallState), "CALL_STATUS_IDLE"); in HWTEST_F()
|
/base/telephony/cellular_data/services/include/common/ |
H A D | cellular_data_constant.h | 149 CALL_STATUS_IDLE = 8, enumerator
|
/base/telephony/cellular_data/services/include/state_machine/ |
H A D | incall_data_state_machine.h | 69 int32_t callState_ = static_cast<int32_t>(TelCallStatus::CALL_STATUS_IDLE);
|
/base/telephony/cellular_data/services/src/ |
H A D | data_connection_monitor.cpp | 139 if (callState_ != static_cast<int32_t>(TelCallStatus::CALL_STATUS_IDLE) && in HandleRecovery()
|
H A D | cellular_data_handler.cpp | 1318 if (state == TelCallStatus::CALL_STATUS_DISCONNECTED || state == TelCallStatus::CALL_STATUS_IDLE) { in HandleImsCallChanged() 1334 if (state != TelCallStatus::CALL_STATUS_IDLE && state != TelCallStatus::CALL_STATUS_DISCONNECTED) { in HandleVoiceCallChanged() 1720 bool inCall = (lastCallState_ != TelCallStatus::CALL_STATUS_IDLE && in IsRestrictedMode()
|
/base/telephony/state_registry/frameworks/cj/src/ |
H A D | observer_event_handler.cpp | 60 case (int32_t)Telephony::CallStatus::CALL_STATUS_IDLE: in WrapCallState()
|
/base/telephony/cellular_data/test/ |
H A D | cellular_state_machine_test.cpp | 171 incallStateMachine->UpdateCallState(static_cast<int32_t>(TelCallStatus::CALL_STATUS_IDLE)); in HWTEST_F() 504 incallStateMachine->UpdateCallState(static_cast<int32_t>(TelCallStatus::CALL_STATUS_IDLE)); in HWTEST_F() 1966 incallStateMachine->callState_ = static_cast<int32_t>(TelCallStatus::CALL_STATUS_IDLE); in HWTEST_F()
|
H A D | cellular_data_handler_branch_test.cpp | 389 cellularDataHandler->HandleVoiceCallChanged(TelCallStatus::CALL_STATUS_IDLE); in HWTEST_F()
|
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/ |
H A D | call_manager4_gtest.cpp | 120 updateCallInfo_.callState = TelCallState::CALL_STATUS_IDLE; in Init()
|