Home
last modified time | relevance | path

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

/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_sms_parcel.h54 int32_t indicationType; member
79 int32_t indicationType; member
91 int32_t indicationType; member
174 int32_t indicationType; member
/base/telephony/core_service/services/tel_ril/src/
Dtel_ril_sms.cpp277 int32_t TelRilSms::NewSmsStoredOnSimNotify(int32_t recordNumber, int32_t indicationType) in NewSmsStoredOnSimNotify() argument
279 TELEPHONY_LOGD("indicationType: %{public}d", indicationType); in NewSmsStoredOnSimNotify()
413 cellBroadcastInfo->indicationType = iCellBroadcastInfo.indicationType; in BuildCBConfigInfo()
437 smsMessageInfo->indicationType = iSmsMessageInfo.indicationType; in BuildSmsMessageInfo()
446 cellBroadConfigReportInfo->indicationType = iCellBroadConfigReportInfo.indicationType; in BuildCBConfigReportInfo()
Dtel_ril_callback.cpp686 …t HDI::Ril::V1_0::RilRadioResponseInfo &responseInfo, int32_t recordNumber, int32_t indicationType) in NewSmsStoredOnSimNotify() argument
689 …, &TelRilManager::GetTelRilSms, &TelRilSms::NewSmsStoredOnSimNotify, recordNumber, indicationType); in NewSmsStoredOnSimNotify()
/base/telephony/ril_adapter/services/hril/src/
Dhril_base.cpp29 HRilNotiType HRilBase::ConvertIntToRadioNoticeType(int32_t indicationType) in ConvertIntToRadioNoticeType() argument
31 …return (indicationType == (int32_t)ReportType::HRIL_NOTIFICATION) ? (HRilNotiType::HRIL_NOTIFICATI… in ConvertIntToRadioNoticeType()
Dhril_sms.cpp477 smsMessageInfo.indicationType = static_cast<int32_t>(ConvertIntToRadioNoticeType(indType)); in SmsStatusReportNotify()
516 smsMessageInfo.indicationType = indType; in NewSmsNotify()
536 messageInfo.indicationType = indType; in NewCdmaSmsNotify()
557 result.indicationType = indType; in CBConfigNotify()
/base/telephony/core_service/services/tel_ril/include/
Dtel_ril_sms.h82 int32_t NewSmsStoredOnSimNotify(int32_t recordNumber, int32_t indicationType);
Dtel_ril_callback.h221 int32_t indicationType) override;
/base/telephony/ril_adapter/services/hril/include/
Dhril_base.h53 HRilNotiType ConvertIntToRadioNoticeType(int32_t indicationType);
/base/telephony/ril_adapter/test/unittest/
Dril_callback_test.cpp1153 …t HDI::Ril::V1_0::RilRadioResponseInfo &responseInfo, int32_t recordNumber, int32_t indicationType) in NewSmsStoredOnSimNotify() argument
1157 cout << " [indicationType] : " << indicationType << endl << endl; in NewSmsStoredOnSimNotify()
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
Dril_callback_test.cpp1316 …t HDI::Ril::V1_0::RilRadioResponseInfo &responseInfo, int32_t recordNumber, int32_t indicationType) in NewSmsStoredOnSimNotify() argument
1319 recordNumber, indicationType); in NewSmsStoredOnSimNotify()
/base/telephony/ril_adapter/test/unittest/include/
Dril_callback_test.h228 int32_t recordNumber, int32_t indicationType) override;
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/include/
Dril_callback_test.h435 int32_t recordNumber, int32_t indicationType) override;