Home
last modified time | relevance | path

Searched refs:CALL_STATUS_UNKNOWN (Results 1 - 17 of 17) sorted by relevance

/base/telephony/call_manager/services/call_report/include/
H A Dcall_state_report_proxy.h42 TelCallState currentCallState_ = TelCallState::CALL_STATUS_UNKNOWN;
/base/telephony/state_registry/frameworks/native/observer/include/
H A Dtelephony_state_manager.h32 CALL_STATUS_UNKNOWN = -1, member in OHOS::Telephony::CallStatus
/base/telephony/call_manager/interfaces/innerkits/
H A Dcall_manager_info.h170 TelCallState state = TelCallState::CALL_STATUS_UNKNOWN;
257 TelCallState callState = TelCallState::CALL_STATUS_UNKNOWN;
481 TelCallState state = TelCallState::CALL_STATUS_UNKNOWN;
H A Dcall_manager_base.h144 CALL_STATUS_UNKNOWN = -1, member in OHOS::Telephony::TelCallState
H A Dcall_manager_inner_type.h726 TelCallState callState = TelCallState::CALL_STATUS_UNKNOWN;
/base/telephony/call_manager/services/call/src/
H A Dcall_ability_connect_callback.cpp80 callState == TelCallState::CALL_STATUS_UNKNOWN || callState == TelCallState::CALL_STATUS_IDLE) { in ReConnectAbility()
/base/telephony/call_manager/services/call/include/
H A Dcommon_type.h47 TelCallState callState = TelCallState::CALL_STATUS_UNKNOWN;
/base/telephony/cellular_call/services/common/include/
H A Dcellular_call_data_struct.h283 TelCallState state = TelCallState::CALL_STATUS_UNKNOWN;
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch3_test.cpp424 callBase1->callState_ = TelCallState::CALL_STATUS_UNKNOWN; in HWTEST_F()
430 callBase1->callState_ = TelCallState::CALL_STATUS_UNKNOWN; in HWTEST_F()
434 callBase1->callState_ = TelCallState::CALL_STATUS_UNKNOWN; in HWTEST_F()
438 callBase1->callState_ = TelCallState::CALL_STATUS_UNKNOWN; in HWTEST_F()
452 callBase1->callState_ = TelCallState::CALL_STATUS_UNKNOWN; in HWTEST_F()
456 callBase1->callState_ = TelCallState::CALL_STATUS_UNKNOWN; in HWTEST_F()
481 callBase1->callState_ = TelCallState::CALL_STATUS_UNKNOWN; in HWTEST_F()
485 callBase1->callState_ = TelCallState::CALL_STATUS_UNKNOWN; in HWTEST_F()
911 info.state = TelCallState::CALL_STATUS_UNKNOWN; in HWTEST_F()
/base/telephony/cellular_data/services/include/common/
H A Dcellular_data_constant.h140 CALL_STATUS_UNKNOWN = -1, enumerator
/base/telephony/call_manager/test/fuzztest/telephonyinteraction_fuzzer/
H A Dtelephonyinteraction_fuzzer.cpp81 callReportInfo.state = TelCallState::CALL_STATUS_UNKNOWN; in UpdateCallReportInfo()
124 info.state = TelCallState::CALL_STATUS_UNKNOWN; in UpdateCallsReportInfo()
/base/telephony/call_manager/services/telephony_interaction/src/
H A Dreport_call_info_handler.cpp109 detailInfo.state = TelCallState::CALL_STATUS_UNKNOWN; in UpdateCallsReportInfo()
H A Dcall_status_callback.cpp78 detailInfo.state = TelCallState::CALL_STATUS_UNKNOWN; in UpdateCallsReportInfo()
/base/telephony/state_registry/services/src/
H A Dtelephony_state_registry_service.cpp51 callState_[i] = static_cast<int32_t>(CallStatus::CALL_STATUS_UNKNOWN); in TelephonyStateRegistryService()
56 callState_[0] = static_cast<int32_t>(CallStatus::CALL_STATUS_UNKNOWN); in TelephonyStateRegistryService()
58 callState_[-1] = static_cast<int32_t>(CallStatus::CALL_STATUS_UNKNOWN); in TelephonyStateRegistryService()
/base/location/services/location_gnss/gnss/source/
H A Dagnss_ni_manager.cpp263 int32_t state = want.GetIntParam("state", (int32_t)Telephony::TelCallState::CALL_STATUS_UNKNOWN); in OnCallStateChanged()
/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_register.cpp36 detailInfo.state = TelCallState::CALL_STATUS_UNKNOWN; in ReportCallsInfo()
/base/telephony/cellular_data/services/src/
H A Dcellular_data_handler.cpp1171 int32_t state = want.GetIntParam("state", CALL_STATUS_UNKNOWN); in OnReceiveEvent()
1172 if (state == CALL_STATUS_UNKNOWN) { in OnReceiveEvent()

Completed in 18 milliseconds