/base/telephony/sms_mms/interfaces/innerkits/satellite/ |
H A D | i_satellite_sms_callback.h | 49 * @brief NewSmsNotify. 54 virtual int32_t NewSmsNotify(InnerEvent::Pointer &event) = 0;
|
/base/telephony/sms_mms/services/sms/include/satellite/ |
H A D | satellite_sms_callback.h | 35 int32_t NewSmsNotify(InnerEvent::Pointer &event) override;
|
/base/telephony/sms_mms/services/sms/satellite_service_interaction/src/ |
H A D | satellite_sms_callback.cpp | 48 int32_t SatelliteSmsCallback::NewSmsNotify(InnerEvent::Pointer &event)
in NewSmsNotify() function in OHOS::Telephony::SatelliteSmsCallback 51 TELEPHONY_LOGE("NewSmsNotify handler is null!");
in NewSmsNotify()
|
H A D | satellite_sms_callback_stub.cpp | 188 reply.WriteInt32(NewSmsNotify(response));
in OnNewSmsNotify()
|
/base/telephony/ril_adapter/services/hril/include/ |
H A D | hril_sms.h | 83 int32_t NewSmsNotify(int32_t indType, HRilErrNumber error, const void *response, size_t responseLen);
|
/base/telephony/core_service/services/tel_ril/include/ |
H A D | tel_ril_sms.h | 78 int32_t NewSmsNotify(const HDI::Ril::V1_1::SmsMessageInfo &smsMessageInfo);
|
H A D | tel_ril_callback.h | 250 int32_t NewSmsNotify(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
H A D | zero_branch_test.cpp | 1120 EXPECT_NE(HDF_SUCCESS, sms->NewSmsNotify(0, HRilErrNumber::HRIL_ERR_NULL_POINT, nullptr, 0)); in HWTEST_F() 1230 EXPECT_NE(HDF_SUCCESS, sms->NewSmsNotify(0, err, nullptr, 0)); in HWTEST_F() 1256 EXPECT_NE(HDF_SUCCESS, sms->NewSmsNotify(0, err, &smsResponse, 0)); in HWTEST_F() 1257 EXPECT_NE(HDF_SUCCESS, sms->NewSmsNotify(0, err, &smsResponse, sizeof(HRilSmsResponse))); in HWTEST_F() 1261 EXPECT_NE(HDF_SUCCESS, sms->NewSmsNotify(0, err, &smsResponse, sizeof(HRilSmsResponse))); in HWTEST_F()
|
H A D | ril_callback_test.cpp | 1668 int32_t RilCallbackTest::NewSmsNotify( in NewSmsNotify() function in OHOS::Telephony::RilCallbackTest 1671 TELEPHONY_LOGI("RilCallbackTest::NewSmsNotify smsMessageInfo size : %{public}d", smsMessageInfo.size); in NewSmsNotify()
|
/base/telephony/core_service/test/unittest/tel_ril_gtest/ |
H A D | zero_branch_test_tel_ril.cpp | 232 telRilSms->NewSmsNotify(iSmsMessageInfo); in HWTEST_F()
|
/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_sms.cpp | 115 size_t responseLen) { return NewSmsNotify(notifyType, error, response, responseLen); }; in AddNotificationToMap() 735 int32_t HRilSms::NewSmsNotify(int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in NewSmsNotify() function in OHOS::Telephony::HRilSms 739 TELEPHONY_LOGE("NewSmsNotify: invalid response"); in NewSmsNotify() 746 TELEPHONY_LOGE("NewSmsNotify: ConvertHexStringToBytes failed"); in NewSmsNotify() 759 return Notify(indType, error, &HDI::Ril::V1_1::IRilCallback::NewSmsNotify, smsMessageInfo); in NewSmsNotify()
|
/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_sms.cpp | 210 int32_t TelRilSms::NewSmsNotify(const HDI::Ril::V1_1::SmsMessageInfo &iSmsMessageInfo) in NewSmsNotify() function in OHOS::Telephony::TelRilSms
|
H A D | tel_ril_callback.cpp | 800 int32_t TelRilCallback::NewSmsNotify( in NewSmsNotify() function in OHOS::Telephony::TelRilCallback 803 return Notify(responseInfo, &TelRilManager::GetTelRilSms, &TelRilSms::NewSmsNotify, smsMessageInfo); in NewSmsNotify()
|
/base/telephony/ril_adapter/test/unittest/include/ |
H A D | ril_callback_test.h | 256 int32_t NewSmsNotify(const HDI::Ril::V1_1::HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/include/ |
H A D | ril_callback_test.h | 474 int32_t NewSmsNotify(const HDI::Ril::V1_1::HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
|
/base/telephony/ril_adapter/test/unittest/ |
H A D | ril_callback_test.cpp | 1480 int32_t RilCallbackTest::NewSmsNotify(
in NewSmsNotify() function in OHOS::Telephony::RilCallbackTest 1483 PrintResponseInfo("NewSmsNotify", responseInfo);
in NewSmsNotify()
|