Home
last modified time | relevance | path

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

/base/telephony/sms_mms/interfaces/innerkits/satellite/
H A Di_satellite_sms_callback.h49 * @brief NewSmsNotify.
54 virtual int32_t NewSmsNotify(InnerEvent::Pointer &event) = 0;
/base/telephony/sms_mms/services/sms/include/satellite/
H A Dsatellite_sms_callback.h35 int32_t NewSmsNotify(InnerEvent::Pointer &event) override;
/base/telephony/sms_mms/services/sms/satellite_service_interaction/src/
H A Dsatellite_sms_callback.cpp48 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 Dsatellite_sms_callback_stub.cpp188 reply.WriteInt32(NewSmsNotify(response)); in OnNewSmsNotify()
/base/telephony/ril_adapter/services/hril/include/
H A Dhril_sms.h83 int32_t NewSmsNotify(int32_t indType, HRilErrNumber error, const void *response, size_t responseLen);
/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_sms.h78 int32_t NewSmsNotify(const HDI::Ril::V1_1::SmsMessageInfo &smsMessageInfo);
H A Dtel_ril_callback.h250 int32_t NewSmsNotify(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dzero_branch_test.cpp1120 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 Dril_callback_test.cpp1668 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 Dzero_branch_test_tel_ril.cpp232 telRilSms->NewSmsNotify(iSmsMessageInfo); in HWTEST_F()
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_sms.cpp115 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 Dtel_ril_sms.cpp210 int32_t TelRilSms::NewSmsNotify(const HDI::Ril::V1_1::SmsMessageInfo &iSmsMessageInfo) in NewSmsNotify() function in OHOS::Telephony::TelRilSms
H A Dtel_ril_callback.cpp800 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 Dril_callback_test.h256 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 Dril_callback_test.h474 int32_t NewSmsNotify(const HDI::Ril::V1_1::HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
/base/telephony/ril_adapter/test/unittest/
H A Dril_callback_test.cpp1480 int32_t RilCallbackTest::NewSmsNotify( in NewSmsNotify() function in OHOS::Telephony::RilCallbackTest
1483 PrintResponseInfo("NewSmsNotify", responseInfo); in NewSmsNotify()

Completed in 22 milliseconds