Searched refs:NewSmsStoredOnSimNotify (Results 1 – 10 of 10) sorted by relevance
/base/telephony/ril_adapter/services/hril/include/ |
D | hril_sms.h | 83 …int32_t NewSmsStoredOnSimNotify(int32_t indType, HRilErrNumber error, const void *response, size_t…
|
/base/telephony/core_service/services/tel_ril/include/ |
D | tel_ril_sms.h | 82 int32_t NewSmsStoredOnSimNotify(int32_t recordNumber, int32_t indicationType);
|
D | tel_ril_callback.h | 237 …int32_t NewSmsStoredOnSimNotify(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo, int32_t …
|
/base/telephony/ril_adapter/services/hril/src/ |
D | hril_sms.cpp | 70 notiMemberFuncMap_[HNOTI_SMS_NEW_SMS_STORED_ON_SIM] = &HRilSms::NewSmsStoredOnSimNotify; in AddHandlerToMap() 492 int32_t HRilSms::NewSmsStoredOnSimNotify( in NewSmsStoredOnSimNotify() function in OHOS::Telephony::HRilSms 501 …return Notify(indType, error, &HDI::Ril::V1_1::IRilCallback::NewSmsStoredOnSimNotify, recordNumber… in NewSmsStoredOnSimNotify()
|
/base/telephony/core_service/services/tel_ril/src/ |
D | tel_ril_callback.cpp | 751 int32_t TelRilCallback::NewSmsStoredOnSimNotify( in NewSmsStoredOnSimNotify() function in OHOS::Telephony::TelRilCallback 755 …responseInfo, &TelRilManager::GetTelRilSms, &TelRilSms::NewSmsStoredOnSimNotify, recordNumber, ind… in NewSmsStoredOnSimNotify()
|
D | tel_ril_sms.cpp | 277 int32_t TelRilSms::NewSmsStoredOnSimNotify(int32_t recordNumber, int32_t indicationType) in NewSmsStoredOnSimNotify() function in OHOS::Telephony::TelRilSms
|
/base/telephony/ril_adapter/test/unittest/include/ |
D | ril_callback_test.h | 244 …int32_t NewSmsStoredOnSimNotify(const HDI::Ril::V1_1::HDI::Ril::V1_1::RilRadioResponseInfo &respon…
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/include/ |
D | ril_callback_test.h | 457 …int32_t NewSmsStoredOnSimNotify(const HDI::Ril::V1_1::HDI::Ril::V1_1::RilRadioResponseInfo &respon…
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
D | ril_callback_test.cpp | 1484 int32_t RilCallbackTest::NewSmsStoredOnSimNotify( in NewSmsStoredOnSimNotify() function in OHOS::Telephony::RilCallbackTest
|
/base/telephony/ril_adapter/test/unittest/ |
D | ril_callback_test.cpp | 1312 int32_t RilCallbackTest::NewSmsStoredOnSimNotify( in NewSmsStoredOnSimNotify() function in OHOS::Telephony::RilCallbackTest
|