/base/telephony/ril_adapter/services/hril/include/ |
H A D | hril_sms.h | 82 int32_t NewSmsStoredOnSimNotify(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 | 81 int32_t NewSmsStoredOnSimNotify(int32_t recordNumber, int32_t indicationType);
|
H A D | tel_ril_callback.h | 256 int32_t NewSmsStoredOnSimNotify(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo, int32_t recordNumber,
|
/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_sms.cpp | 124 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 D | tel_ril_sms.cpp | 246 int32_t TelRilSms::NewSmsStoredOnSimNotify(int32_t recordNumber, int32_t indicationType) in NewSmsStoredOnSimNotify() function in OHOS::Telephony::TelRilSms
|
H A D | tel_ril_callback.cpp | 818 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 D | zero_branch_test.cpp | 1279 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 D | ril_callback_test.cpp | 1689 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 D | ril_callback_test.h | 262 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 D | ril_callback_test.h | 480 int32_t NewSmsStoredOnSimNotify(const HDI::Ril::V1_1::HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
|
/base/telephony/ril_adapter/test/unittest/ |
H A D | ril_callback_test.cpp | 1504 int32_t RilCallbackTest::NewSmsStoredOnSimNotify(
in NewSmsStoredOnSimNotify() function in OHOS::Telephony::RilCallbackTest 1507 PrintResponseInfo("NewSmsStoredOnSimNotify", responseInfo);
in NewSmsStoredOnSimNotify()
|