Home
last modified time | relevance | path

Searched refs:HRIL_NOTIFICATION (Results 1 – 10 of 10) sorted by relevance

/base/telephony/ril_adapter/services/hril/src/
Dhril_base.cpp31 …return (indicationType == (int32_t)ReportType::HRIL_NOTIFICATION) ? (HRilNotiType::HRIL_NOTIFICATI… in ConvertIntToRadioNoticeType()
Dhril_manager.cpp253 case static_cast<int32_t>(ReportType::HRIL_NOTIFICATION): { in OnReport()
/base/telephony/ril_adapter/services/vendor/src/
Dvendor_report.c153 reportInfo->type = HRIL_NOTIFICATION; in ReportInfoInit()
275 reportInfo.type = HRIL_NOTIFICATION; in OnNotifyStkOps()
326 reportInfo.type = HRIL_NOTIFICATION; in RadioTurnNotify()
390 reportInfo.type = HRIL_NOTIFICATION; in OnNotifyNetWorksOps()
Dvendor_adapter.c226 reportInfo.type = HRIL_NOTIFICATION; in SetRadioState()
316 reportInfo.type = HRIL_NOTIFICATION; in ModemInit()
Dat_call.c142 …struct ReportInfo reportInfo = CreateReportInfo(&requestInfo, err, HRIL_NOTIFICATION, HNOTI_CALL_S… in ReportCallStateUpdated()
163 CreateReportInfo(&requestInfo, err, HRIL_NOTIFICATION, HNOTI_CALL_SRVCC_STATUS_REPORT); in ReportSrvccStatusUpdate()
190 CreateReportInfo(&requestInfo, err, HRIL_NOTIFICATION, HNOTI_CALL_RINGBACK_VOICE_REPORT); in ReportCsChannelInfo()
251 CreateReportInfo(&requestInfo, err, HRIL_NOTIFICATION, HNOTI_CALL_EMERGENCY_NUMBER_REPORT); in ReportEmergencyNumberList()
273 …struct ReportInfo reportInfo = CreateReportInfo(&requestInfo, err, HRIL_NOTIFICATION, HNOTI_CALL_U… in ReportCallUssdNotice()
Dat_data.c96 … CreateReportInfo(requestInfo, errorNo, HRIL_NOTIFICATION, HNOTI_DATA_PDP_CONTEXT_LIST_UPDATED); in OnDataReportErrorMessages()
556 reportInfo.type = HRIL_NOTIFICATION; in DataReportMessage()
Dat_network.c1425 reportInfo.type = HRIL_NOTIFICATION; in ProcessCurrentCellList()
1843 reportInfo.type = HRIL_NOTIFICATION; in ProcessPhyChnlCfgNotify()
1965 reportInfo.type = HRIL_NOTIFICATION; in NotifyNetWorkTime()
Dat_sim.c1076 reportInfo.type = HRIL_NOTIFICATION; in ReqSetRadioProtocol()
/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_types.h51 enum class HRilNotiType { HRIL_NOTIFICATION, HRIL_NO_DEFINE }; enumerator
Dhril_enum.h147 HRIL_NOTIFICATION = 1, enumerator