Home
last modified time | relevance | path

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

/base/telephony/cellular_data/services/include/common/
Dcellular_data_constant.h108 CALL_STATUS_UNKNOWN = -1, enumerator
/base/telephony/cellular_call/services/manager/src/
Dcellular_call_register.cpp34 detailInfo.state = TelCallState::CALL_STATUS_UNKNOWN; in ReportCallsInfo()
/base/telephony/call_manager/services/telephony_interaction/src/
Dreport_call_info_handler.cpp258 detailInfo.state = TelCallState::CALL_STATUS_UNKNOWN; in UpdateCallsReportInfo()
Dcall_status_callback.cpp57 detailInfo.state = TelCallState::CALL_STATUS_UNKNOWN; in UpdateCallsReportInfo()
/base/telephony/call_manager/interfaces/innerkits/
Dcall_manager_inner_type.h44 CALL_STATUS_UNKNOWN = -1, enumerator
/base/telephony/cellular_data/services/src/
Dcellular_data_handler.cpp810 int32_t state = want.GetIntParam("state", CALL_STATUS_UNKNOWN); in OnReceiveEvent()
811 if (state == CALL_STATUS_UNKNOWN) { in OnReceiveEvent()