Home
last modified time | relevance | path

Searched refs:NewSmsStoredOnSimNotify (Results 1 - 11 of 11) sorted by relevance

/base/telephony/ril_adapter/services/hril/include/
H A Dhril_sms.h82 int32_t NewSmsStoredOnSimNotify(int32_t indType, HRilErrNumber error, const void *response, size_t responseLen);
/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.h256 int32_t NewSmsStoredOnSimNotify(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo, int32_t recordNumber,
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_sms.cpp124 size_t responseLen) { return NewSmsStoredOnSimNotify(notifyType, error, response, responseLen); }; in AddNotificationToMap()
723 int32_t HRilSms::NewSmsStoredOnSimNotify( in NewSmsStoredOnSimNotify() function in OHOS::Telephony::HRilSms
732 return Notify(indType, error, &HDI::Ril::V1_1::IRilCallback::NewSmsStoredOnSimNotify, recordNumber, indType); in NewSmsStoredOnSimNotify()
/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() function in OHOS::Telephony::TelRilSms
H A Dtel_ril_callback.cpp818 int32_t TelRilCallback::NewSmsStoredOnSimNotify( in NewSmsStoredOnSimNotify() function in OHOS::Telephony::TelRilCallback
822 responseInfo, &TelRilManager::GetTelRilSms, &TelRilSms::NewSmsStoredOnSimNotify, recordNumber, indicationType); in NewSmsStoredOnSimNotify()
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dzero_branch_test.cpp1279 EXPECT_EQ(HDF_SUCCESS, sms->NewSmsStoredOnSimNotify(1, err, nullptr, 0)); in HWTEST_F()
1284 EXPECT_EQ(HDF_SUCCESS, sms->NewSmsStoredOnSimNotify(1, err, &recordNumber, 0)); in HWTEST_F()
1285 EXPECT_NE(HDF_SUCCESS, sms->NewSmsStoredOnSimNotify(1, err, &recordNumber, sizeof(int32_t))); in HWTEST_F()
H A Dril_callback_test.cpp1689 int32_t RilCallbackTest::NewSmsStoredOnSimNotify( in NewSmsStoredOnSimNotify() function in OHOS::Telephony::RilCallbackTest
1692 TELEPHONY_LOGI("RilCallbackTest::NewSmsStoredOnSimNotify recordNumber : %{public}d, indicationType : %{public}d", in NewSmsStoredOnSimNotify()
/base/telephony/ril_adapter/test/unittest/include/
H A Dril_callback_test.h262 int32_t NewSmsStoredOnSimNotify(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.h480 int32_t NewSmsStoredOnSimNotify(const HDI::Ril::V1_1::HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
/base/telephony/ril_adapter/test/unittest/
H A Dril_callback_test.cpp1504 int32_t RilCallbackTest::NewSmsStoredOnSimNotify( in NewSmsStoredOnSimNotify() function in OHOS::Telephony::RilCallbackTest
1507 PrintResponseInfo("NewSmsStoredOnSimNotify", responseInfo); in NewSmsStoredOnSimNotify()

Completed in 19 milliseconds