Searched refs:indicationType (Results 1 – 12 of 12) sorted by relevance
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
D | hril_sms_parcel.h | 54 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/ |
D | tel_ril_sms.cpp | 277 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()
|
D | tel_ril_callback.cpp | 686 …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/ |
D | hril_base.cpp | 29 HRilNotiType HRilBase::ConvertIntToRadioNoticeType(int32_t indicationType) in ConvertIntToRadioNoticeType() argument 31 …return (indicationType == (int32_t)ReportType::HRIL_NOTIFICATION) ? (HRilNotiType::HRIL_NOTIFICATI… in ConvertIntToRadioNoticeType()
|
D | hril_sms.cpp | 477 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/ |
D | tel_ril_sms.h | 82 int32_t NewSmsStoredOnSimNotify(int32_t recordNumber, int32_t indicationType);
|
D | tel_ril_callback.h | 221 int32_t indicationType) override;
|
/base/telephony/ril_adapter/services/hril/include/ |
D | hril_base.h | 53 HRilNotiType ConvertIntToRadioNoticeType(int32_t indicationType);
|
/base/telephony/ril_adapter/test/unittest/ |
D | ril_callback_test.cpp | 1153 …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/ |
D | ril_callback_test.cpp | 1316 …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/ |
D | ril_callback_test.h | 228 int32_t recordNumber, int32_t indicationType) override;
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/include/ |
D | ril_callback_test.h | 435 int32_t recordNumber, int32_t indicationType) override;
|