Home
last modified time | relevance | path

Searched refs:CellularCallEventType (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/telephony/call_manager/interfaces/innerkits/
H A Dcall_manager_info.h58 CellularCallEventType eventType = CellularCallEventType::EVENT_REQUEST_RESULT_TYPE;
H A Dcall_manager_base.h644 enum class CellularCallEventType { enum
/ohos5.0/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_handler.cpp451 eventInfo.eventType = CellularCallEventType::EVENT_REQUEST_RESULT_TYPE; in GetCsCallsDataResponse()
506 eventInfo.eventType = CellularCallEventType::EVENT_REQUEST_RESULT_TYPE; in DialResponse()
546 eventInfo.eventType = CellularCallEventType::EVENT_REQUEST_RESULT_TYPE; in DialSatelliteResponse()
621 eventInfo.eventType = CellularCallEventType::EVENT_REQUEST_RESULT_TYPE; in CommonResultEventHandling()
782 eventInfo.eventType = CellularCallEventType::EVENT_REQUEST_RESULT_TYPE; in SendDtmfResponse()
1030 eventInfo.eventType = CellularCallEventType::EVENT_REQUEST_RESULT_TYPE; in SetDomainPreferenceModeResponse()
/ohos5.0/base/telephony/cellular_call/test/fuzztest/registercallmanagercallback_fuzzer/
H A Dregistercallmanagercallback_fuzzer.cpp67 info.eventType = CellularCallEventType::EVENT_REQUEST_RESULT_TYPE; in ReportCallsInfo()
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch5_test.cpp204 info.eventType = CellularCallEventType::EVENT_REQUEST_RESULT_TYPE;
H A Dzero_branch3_test.cpp915 cellularCallEventInfo.eventType = static_cast<CellularCallEventType>(1);
917 cellularCallEventInfo.eventType = CellularCallEventType::EVENT_REQUEST_RESULT_TYPE;
H A Dzero_branch6_test.cpp173 cellularCallEventInfo.eventType = CellularCallEventType::EVENT_REQUEST_RESULT_TYPE;
/ohos5.0/base/telephony/call_manager/test/fuzztest/telephonyinteraction_fuzzer/
H A Dtelephonyinteraction_fuzzer.cpp162 info.eventType = CellularCallEventType::EVENT_REQUEST_RESULT_TYPE; in UpdateEventReport()
/ohos5.0/base/telephony/call_manager/services/call/src/
H A Dcall_status_manager.cpp277 if (info.eventType != CellularCallEventType::EVENT_REQUEST_RESULT_TYPE) { in HandleEventResultReportInfo()