/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/ |
H A D | _sms_message_info_v10.md | 20 | int [indicationType](#indicationtype) | 响应类型 | 28 ### indicationType subsection 31 int SmsMessageInfo::indicationType
|
H A D | _sms_message_info_v11.md | 20 | int [indicationType](#indicationtype) | 响应类型 | 28 ### indicationType subsection 31 int SmsMessageInfo::indicationType
|
H A D | _c_b_config_info_v10.md | 22 | int [indicationType](#indicationtype) | 响应类型 | 40 ### indicationType subsection 43 int CBConfigInfo::indicationType
|
H A D | _c_b_config_info_v11.md | 22 | int [indicationType](#indicationtype) | 响应类型 | 40 ### indicationType subsection 43 int CBConfigInfo::indicationType
|
H A D | _c_b_config_report_info_v10.md | 20 | int [indicationType](#indicationtype) | 响应类型 | 54 ### indicationType subsection 57 int CBConfigReportInfo::indicationType
|
H A D | _c_b_config_report_info_v11.md | 20 | int [indicationType](#indicationtype) | 响应类型 | 54 ### indicationType subsection 57 int CBConfigReportInfo::indicationType
|
H A D | interface_i_ril_callback_v10.md | 136 …_response_info_v10.md) responseInfo, [in] int recordNumber, [in] int indicationType) | 收到SIM卡短信上报。… 1534 …fy ([in] struct RilRadioResponseInfo responseInfo, [in] int recordNumber, [in] int indicationType ) 1550 | indicationType | 表示响应类型。 |
|
H A D | interface_i_ril_callback_v11.md | 142 …_response_info_v11.md) responseInfo, [in] int recordNumber, [in] int indicationType) | 收到SIM卡短信上报。… 1712 …fy ([in] struct RilRadioResponseInfo responseInfo, [in] int recordNumber, [in] int indicationType ) 1728 | indicationType | 表示响应类型。 |
|
/ohos5.0/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
|
/ohos5.0/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 | 809 …t HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo, int32_t recordNumber, int32_t indicationType) in NewSmsStoredOnSimNotify() argument 812 …, &TelRilManager::GetTelRilSms, &TelRilSms::NewSmsStoredOnSimNotify, recordNumber, indicationType); in NewSmsStoredOnSimNotify()
|
/ohos5.0/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_NOTIFICATI… 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()
|
/ohos5.0/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()
|
/ohos5.0/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);
|
/ohos5.0/base/telephony/ril_adapter/services/hril/include/ |
H A D | hril_base.h | 56 HRilNotiType ConvertIntToRadioNoticeType(int32_t indicationType);
|
/ohos5.0/base/telephony/sms_mms/test/gtest/ |
H A D | cb_gtest.cpp | 814 message->indicationType = MESSAGE_TYPE; in ReceiveCellBroadCastTestFunc() 835 message->indicationType = MESSAGE_TYPE; in ReceiveCellBroadCastTestFunc2()
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_1/cpp_target/ril/v1_1/ |
H A D | types.cpp.txt | 3649 if (!data.WriteInt32(dataBlock.indicationType)) { 3650 HDF_LOGE("%{public}s: write dataBlock.indicationType failed!", __func__); 3678 if (!data.ReadInt32(dataBlock.indicationType)) { 3679 HDF_LOGE("%{public}s: read dataBlock.indicationType failed!", __func__); 3760 if (!data.WriteInt32(dataBlock.indicationType)) { 3761 HDF_LOGE("%{public}s: write dataBlock.indicationType failed!", __func__); 3809 if (!data.ReadInt32(dataBlock.indicationType)) { 3810 HDF_LOGE("%{public}s: read dataBlock.indicationType failed!", __func__); 3864 if (!data.WriteInt32(dataBlock.indicationType)) { 3883 if (!data.ReadInt32(dataBlock.indicationType)) { [all …]
|
H A D | types.h.txt | 881 int32_t indicationType; 899 int32_t indicationType; 911 int32_t indicationType;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_0/cpp_target/ril/v1_0/ |
H A D | types.cpp.txt | 3558 if (!data.WriteInt32(dataBlock.indicationType)) { 3559 HDF_LOGE("%{public}s: write dataBlock.indicationType failed!", __func__); 3587 if (!data.ReadInt32(dataBlock.indicationType)) { 3588 HDF_LOGE("%{public}s: read dataBlock.indicationType failed!", __func__); 3669 if (!data.WriteInt32(dataBlock.indicationType)) { 3670 HDF_LOGE("%{public}s: write dataBlock.indicationType failed!", __func__); 3718 if (!data.ReadInt32(dataBlock.indicationType)) { 3719 HDF_LOGE("%{public}s: read dataBlock.indicationType failed!", __func__); 3773 if (!data.WriteInt32(dataBlock.indicationType)) { 3792 if (!data.ReadInt32(dataBlock.indicationType)) { [all …]
|
H A D | types.h.txt | 844 int32_t indicationType; 862 int32_t indicationType; 874 int32_t indicationType;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_0/dump_ast_target/ |
H A D | dump.txt | 930 [in] int indicationType); 1786 int indicationType; 1804 int indicationType; 1816 int indicationType;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_1/dump_ast_target/ |
H A D | dump.txt | 982 [in] int indicationType); 1890 int indicationType; 1908 int indicationType; 1920 int indicationType;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/dump_ast_target/ |
H A D | dump.txt | 1139 [in] int indicationType); 2047 int indicationType; 2065 int indicationType; 2077 int indicationType;
|
/ohos5.0/base/telephony/ril_adapter/test/unittest/ |
H A D | ril_callback_test.cpp | 1489 …t HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo, int32_t recordNumber, int32_t indicationType) in NewSmsStoredOnSimNotify() argument 1493 cout << " [indicationType] : " << indicationType << endl << endl; in NewSmsStoredOnSimNotify()
|