/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | tel_ril_sms_parcel.h | 105 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 D | tel_ril_sms.cpp | 246 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 D | tel_ril_callback.cpp | 819 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 D | hril_base.cpp | 37 HRilNotiType HRilBase::ConvertIntToRadioNoticeType(int32_t indicationType) in ConvertIntToRadioNoticeType() argument 39 return (indicationType == (int32_t)ReportType::HRIL_NOTIFICATION) ? (HRilNotiType::HRIL_NOTIFICATION) : in ConvertIntToRadioNoticeType()
|
H A D | hril_sms.cpp | 713 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 D | satellite_sms_callback_stub.cpp | 150 info->indicationType = type;
in OnSmsStatusReportNotify() 180 info->indicationType = type;
in OnNewSmsNotify()
|
/base/telephony/core_service/services/tel_ril/include/ |
H A D | tel_ril_sms.h | 81 int32_t NewSmsStoredOnSimNotify(int32_t recordNumber, int32_t indicationType);
|
H A D | tel_ril_callback.h | 257 int32_t indicationType) override;
|
/base/telephony/ril_adapter/services/hril/include/ |
H A D | hril_base.h | 57 HRilNotiType ConvertIntToRadioNoticeType(int32_t indicationType);
|
/base/telephony/sms_mms/test/gtest/ |
H A D | cb_gtest.cpp | 791 message->indicationType = MESSAGE_TYPE; in ReceiveCellBroadCastTestFunc() 812 message->indicationType = MESSAGE_TYPE; in ReceiveCellBroadCastTestFunc2()
|
H A D | mms_gtest.cpp | 141 message->indicationType = MESSAGE_TYPE; in ReceiveWapPushTestFunc()
|
H A D | sms_gtest.cpp | 1134 message->indicationType = MESSAGE_TYPE; in ReceiveSmsTestFunc()
|
/base/telephony/ril_adapter/test/unittest/include/ |
H A D | ril_callback_test.h | 263 int32_t recordNumber, int32_t indicationType) override;
|
/base/telephony/ril_adapter/test/unittest/ |
H A D | ril_callback_test.cpp | 1505 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 D | ril_callback_test.cpp | 1690 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 D | ril_callback_test.h | 481 int32_t recordNumber, int32_t indicationType) override;
|