Home
last modified time | relevance | path

Searched refs:indicationType (Results 1 - 16 of 16) sorted by relevance

/base/telephony/core_service/interfaces/innerkits/include/
H A Dtel_ril_sms_parcel.h105 int32_t indicationType = 0; member
158 int32_t indicationType = 0; member
194 int32_t indicationType = 0; member
276 int32_t indicationType = 0; member
/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_sms.cpp246 int32_t TelRilSms::NewSmsStoredOnSimNotify(int32_t recordNumber, int32_t indicationType) in NewSmsStoredOnSimNotify() argument
248 TELEPHONY_LOGD("indicationType: %{public}d", indicationType); in NewSmsStoredOnSimNotify()
382 cellBroadcastInfo->indicationType = iCellBroadcastInfo.indicationType; in BuildCBConfigInfo()
406 smsMessageInfo->indicationType = iSmsMessageInfo.indicationType; in BuildSmsMessageInfo()
415 cellBroadConfigReportInfo->indicationType = iCellBroadConfigReportInfo.indicationType; in BuildCBConfigReportInfo()
H A Dtel_ril_callback.cpp819 const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo, int32_t recordNumber, int32_t indicationType) in NewSmsStoredOnSimNotify()
822 responseInfo, &TelRilManager::GetTelRilSms, &TelRilSms::NewSmsStoredOnSimNotify, recordNumber, indicationType); in NewSmsStoredOnSimNotify()
818 NewSmsStoredOnSimNotify( const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo, int32_t recordNumber, int32_t indicationType) NewSmsStoredOnSimNotify() argument
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_base.cpp37 HRilNotiType HRilBase::ConvertIntToRadioNoticeType(int32_t indicationType) in ConvertIntToRadioNoticeType() argument
39 return (indicationType == (int32_t)ReportType::HRIL_NOTIFICATION) ? (HRilNotiType::HRIL_NOTIFICATION) : in ConvertIntToRadioNoticeType()
H A Dhril_sms.cpp713 smsMessageInfo.indicationType = static_cast<int32_t>(ConvertIntToRadioNoticeType(indType)); in SmsStatusReportNotify()
752 smsMessageInfo.indicationType = indType; in NewSmsNotify()
772 messageInfo.indicationType = indType; in NewCdmaSmsNotify()
793 result.indicationType = indType; in CBConfigNotify()
/base/telephony/sms_mms/services/sms/satellite_service_interaction/src/
H A Dsatellite_sms_callback_stub.cpp150 info->indicationType = type; in OnSmsStatusReportNotify()
180 info->indicationType = type; in OnNewSmsNotify()
/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_sms.h81 int32_t NewSmsStoredOnSimNotify(int32_t recordNumber, int32_t indicationType);
H A Dtel_ril_callback.h257 int32_t indicationType) override;
/base/telephony/ril_adapter/services/hril/include/
H A Dhril_base.h57 HRilNotiType ConvertIntToRadioNoticeType(int32_t indicationType);
/base/telephony/sms_mms/test/gtest/
H A Dcb_gtest.cpp791 message->indicationType = MESSAGE_TYPE; in ReceiveCellBroadCastTestFunc()
812 message->indicationType = MESSAGE_TYPE; in ReceiveCellBroadCastTestFunc2()
H A Dmms_gtest.cpp141 message->indicationType = MESSAGE_TYPE; in ReceiveWapPushTestFunc()
H A Dsms_gtest.cpp1134 message->indicationType = MESSAGE_TYPE; in ReceiveSmsTestFunc()
/base/telephony/ril_adapter/test/unittest/include/
H A Dril_callback_test.h263 int32_t recordNumber, int32_t indicationType) override;
/base/telephony/ril_adapter/test/unittest/
H A Dril_callback_test.cpp1505 const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo, int32_t recordNumber, int32_t indicationType) in NewSmsStoredOnSimNotify()
1509 cout << " [indicationType] : " << indicationType << endl << endl; in NewSmsStoredOnSimNotify()
1504 NewSmsStoredOnSimNotify( const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo, int32_t recordNumber, int32_t indicationType) NewSmsStoredOnSimNotify() argument
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_callback_test.cpp1690 const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo, int32_t recordNumber, int32_t indicationType) in NewSmsStoredOnSimNotify()
1692 TELEPHONY_LOGI("RilCallbackTest::NewSmsStoredOnSimNotify recordNumber : %{public}d, indicationType : %{public}d", in NewSmsStoredOnSimNotify()
1693 recordNumber, indicationType); in NewSmsStoredOnSimNotify()
1689 NewSmsStoredOnSimNotify( const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo, int32_t recordNumber, int32_t indicationType) NewSmsStoredOnSimNotify() argument
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/include/
H A Dril_callback_test.h481 int32_t recordNumber, int32_t indicationType) override;

Completed in 25 milliseconds