Home
last modified time | relevance | path

Searched refs:CALL_STATUS_UNKNOWN (Results 1 – 12 of 12) sorted by relevance

/base/telephony/state_registry/frameworks/native/observer/include/
Dtelephony_state_manager.h32 CALL_STATUS_UNKNOWN = -1, enumerator
/base/telephony/call_manager/services/call/include/
Dcommon_type.h45 TelCallState callState = TelCallState::CALL_STATUS_UNKNOWN;
/base/telephony/call_manager/services/call/src/
Dcall_ability_connect_callback.cpp61 … callState == TelCallState::CALL_STATUS_UNKNOWN || callState == TelCallState::CALL_STATUS_IDLE) { in ReConnectAbility()
/base/telephony/call_manager/interfaces/innerkits/
Dcall_manager_inner_type.h116 CALL_STATUS_UNKNOWN = -1, enumerator
430 TelCallState callState = TelCallState::CALL_STATUS_UNKNOWN;
599 TelCallState state = TelCallState::CALL_STATUS_UNKNOWN;
1878 TelCallState callState = TelCallState::CALL_STATUS_UNKNOWN;
1947 TelCallState state = TelCallState::CALL_STATUS_UNKNOWN;
/base/telephony/cellular_call/services/common/include/
Dcellular_call_data_struct.h283 TelCallState state = TelCallState::CALL_STATUS_UNKNOWN;
/base/telephony/call_manager/services/telephony_interaction/src/
Dreport_call_info_handler.cpp69 detailInfo.state = TelCallState::CALL_STATUS_UNKNOWN; in UpdateCallsReportInfo()
Dcall_status_callback.cpp60 detailInfo.state = TelCallState::CALL_STATUS_UNKNOWN; in UpdateCallsReportInfo()
/base/telephony/cellular_data/services/include/common/
Dcellular_data_constant.h108 CALL_STATUS_UNKNOWN = -1, enumerator
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
Dzero_branch_test.cpp1370 call.callState_ = TelCallState::CALL_STATUS_UNKNOWN;
1417 call.callState_ = TelCallState::CALL_STATUS_UNKNOWN;
1432 ASSERT_EQ(CALL_ERR_NOT_NEW_STATE, call.SetTelCallState(TelCallState::CALL_STATUS_UNKNOWN));
1441 ASSERT_EQ(TELEPHONY_SUCCESS, call.SetTelCallState(TelCallState::CALL_STATUS_UNKNOWN));
1449 call.callState_ = TelCallState::CALL_STATUS_UNKNOWN;
1470 callBase1->callState_ = TelCallState::CALL_STATUS_UNKNOWN;
1476 callBase1->callState_ = TelCallState::CALL_STATUS_UNKNOWN;
1480 callBase1->callState_ = TelCallState::CALL_STATUS_UNKNOWN;
1484 callBase1->callState_ = TelCallState::CALL_STATUS_UNKNOWN;
1498 callBase1->callState_ = TelCallState::CALL_STATUS_UNKNOWN;
[all …]
/base/telephony/call_manager/test/fuzztest/telephonyinteraction_fuzzer/
Dtelephonyinteraction_fuzzer.cpp84 info.state = TelCallState::CALL_STATUS_UNKNOWN; in UpdateCallReportInfo()
114 info.state = TelCallState::CALL_STATUS_UNKNOWN; in UpdateCallsReportInfo()
/base/telephony/cellular_call/services/manager/src/
Dcellular_call_register.cpp36 detailInfo.state = TelCallState::CALL_STATUS_UNKNOWN; in ReportCallsInfo()
/base/telephony/cellular_data/services/src/
Dcellular_data_handler.cpp778 int32_t state = want.GetIntParam("state", CALL_STATUS_UNKNOWN); in OnReceiveEvent()
779 if (state == CALL_STATUS_UNKNOWN) { in OnReceiveEvent()