Home
last modified time | relevance | path

Searched refs:HRilErrNumber (Results 1 – 22 of 22) sorted by relevance

/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
Dzero_branch_test.cpp267 … EXPECT_NE(HDF_SUCCESS, call->CallStateUpdated(0, HRilErrNumber::HRIL_ERR_NULL_POINT, nullptr, 1));
268 EXPECT_NE(HDF_SUCCESS, call->CallUssdNotice(0, HRilErrNumber::HRIL_ERR_NULL_POINT, nullptr, 1));
269 …EXPECT_NE(HDF_SUCCESS, call->CallRingbackVoiceNotice(0, HRilErrNumber::HRIL_ERR_NULL_POINT, nullpt…
270 …EXPECT_NE(HDF_SUCCESS, call->CallSrvccStatusNotice(0, HRilErrNumber::HRIL_ERR_NULL_POINT, nullptr,…
271 …EXPECT_NE(HDF_SUCCESS, call->CallEmergencyNotice(0, HRilErrNumber::HRIL_ERR_NULL_POINT, nullptr, 0…
272 EXPECT_NE(HDF_SUCCESS, call->CallSsNotice(0, HRilErrNumber::HRIL_ERR_NULL_POINT, nullptr, 0));
273 …EXPECT_NE(HDF_SUCCESS, call->CallRsrvccStatusNotify(0, HRilErrNumber::HRIL_ERR_NULL_POINT, nullptr…
304 …EXPECT_NE(HDF_SUCCESS, data->PdpContextListUpdated(0, HRilErrNumber::HRIL_ERR_NULL_POINT, nullptr,…
342 …EXPECT_NE(HDF_SUCCESS, modem->RadioStateUpdated(0, HRilErrNumber::HRIL_ERR_NULL_POINT, nullptr, 0)…
343 …EXPECT_NE(HDF_SUCCESS, modem->VoiceRadioTechUpdated(0, HRilErrNumber::HRIL_ERR_NULL_POINT, nullptr…
[all …]
/base/telephony/ril_adapter/services/hril/include/
Dhril_network.h76 …int32_t NetworkCsRegStatusUpdated(int32_t indType, HRilErrNumber error, const void *response, size…
77 …int32_t NetworkPsRegStatusUpdated(int32_t indType, HRilErrNumber error, const void *response, size…
78 …int32_t SignalStrengthUpdated(int32_t indType, HRilErrNumber error, const void *response, size_t r…
79 …int32_t NetworkTimeUpdated(int32_t indType, HRilErrNumber error, const void *response, size_t resp…
80 …int32_t NetworkTimeZoneUpdated(int32_t indType, HRilErrNumber error, const void *response, size_t …
82 int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen);
84 int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen);
Dhril_sim.h112 …int32_t SimStateUpdated(int32_t notifyType, const HRilErrNumber error, const void *response, size_…
114 int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen);
116 int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen);
117 …int32_t SimStkAlphaNotify(int32_t notifyType, const HRilErrNumber error, const void *response, siz…
118 …int32_t SimStkEventNotify(int32_t notifyType, const HRilErrNumber error, const void *response, siz…
120 int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen);
121 …int32_t SimRefreshNotify(int32_t notifyType, const HRilErrNumber error, const void *response, size…
123 int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen);
Dhril_sms.h82 …int32_t SmsStatusReportNotify(int32_t indType, HRilErrNumber error, const void *response, size_t r…
83 …int32_t NewSmsStoredOnSimNotify(int32_t indType, HRilErrNumber error, const void *response, size_t…
84 …int32_t NewSmsNotify(int32_t indType, HRilErrNumber error, const void *response, size_t responseLe…
85 …int32_t NewCdmaSmsNotify(int32_t indType, HRilErrNumber error, const void *response, size_t respon…
86 …int32_t CBConfigNotify(int32_t indType, HRilErrNumber error, const void *response, size_t response…
Dhril_call.h141 …int32_t CallStateUpdated(int32_t notifyType, HRilErrNumber error, const void *response, size_t res…
142 …int32_t CallUssdNotice(int32_t notifyType, HRilErrNumber error, const void *response, size_t respo…
143 …int32_t CallRingbackVoiceNotice(int32_t notifyType, HRilErrNumber error, const void *response, siz…
144 …int32_t CallSrvccStatusNotice(int32_t notifyType, HRilErrNumber error, const void *response, size_…
145 …int32_t CallEmergencyNotice(int32_t notifyType, HRilErrNumber error, const void *response, size_t …
146 …int32_t CallSsNotice(int32_t notifyType, HRilErrNumber error, const void *response, size_t respons…
147 …int32_t CallRsrvccStatusNotify(int32_t notifyType, HRilErrNumber error, const void *response, size…
Dhril_base.h73 …inline int32_t Notify(int32_t notifyType, const HRilErrNumber error, FuncType &&_func, ParamTypes …
164 …using NotiFunc = int32_t (T::*)(int32_t notifyType, HRilErrNumber error, const void *response, siz… in ProcessNotify()
166 HRilErrNumber error = (HRilErrNumber)reportInfo->error; in ProcessNotify()
186 inline int32_t HRilBase::Notify(int32_t notifyType, const HRilErrNumber error, FuncType &&_func, Pa… in Notify()
Dhril_modem.h50 …int32_t RadioStateUpdated(int32_t indType, HRilErrNumber error, const void *response, size_t respo…
51 …int32_t VoiceRadioTechUpdated(int32_t indType, HRilErrNumber error, const void *response, size_t r…
Dhril_data.h46 int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen);
/base/telephony/ril_adapter/test/fuzztest/simstkproactivenotify_fuzzer/
Dsimstkproactivenotify_fuzzer.cpp37 int32_t slotId = static_cast<HRilErrNumber>(size) % SLOT_NUM; in DoSomethingInterestingWithMyAPI()
39 reportInfo.error = static_cast<HRilErrNumber>(size); in DoSomethingInterestingWithMyAPI()
/base/telephony/ril_adapter/test/fuzztest/callussdnotice_fuzzer/
Dcallussdnotice_fuzzer.cpp38 HRilErrNumber error = static_cast<HRilErrNumber>(size); in DoSomethingInterestingWithMyAPI()
/base/telephony/ril_adapter/test/fuzztest/callemergencynotice_fuzzer/
Dcallemergencynotice_fuzzer.cpp38 HRilErrNumber error = static_cast<HRilErrNumber>(size); in DoSomethingInterestingWithMyAPI()
/base/telephony/ril_adapter/test/fuzztest/pdpcontextlistupdated_fuzzer/
Dpdpcontextlistupdated_fuzzer.cpp41 HRilErrNumber error = static_cast<HRilErrNumber>(size); in DoSomethingInterestingWithMyAPI()
/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_public_struct.h38 HRilErrNumber error;
Dhril_enum.h58 } HRilErrNumber; typedef
/base/telephony/ril_adapter/test/fuzztest/newsmsnotify_fuzzer/
Dnewsmsnotify_fuzzer.cpp39 reportInfo.error = static_cast<HRilErrNumber>(size); in DoSomethingInterestingWithMyAPI()
/base/telephony/ril_adapter/services/hril/src/
Dhril_sim.cpp548 int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen) in SimStateUpdated()
554 int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen) in SimStkSessionEndNotify()
560 int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen) in SimStkProactiveNotify()
570 int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen) in SimStkAlphaNotify()
580 int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen) in SimStkEventNotify()
590 int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen) in SimStkCallSetupNotify()
596 int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen) in SimRefreshNotify()
602 int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen) in SimRadioProtocolUpdated()
Dhril_modem.cpp64 const int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in RadioStateUpdated()
78 const int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in VoiceRadioTechUpdated()
Dhril_call.cpp724 int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen) in CallStateUpdated()
730 int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen) in CallUssdNotice()
743 int32_t HRilCall::CallSsNotice(int32_t notifyType, const HRilErrNumber error, const void *response,… in CallSsNotice()
759 int32_t notifyType, HRilErrNumber error, const void *response, size_t responseLen) in CallSrvccStatusNotice()
772 int32_t notifyType, HRilErrNumber error, const void *response, size_t responseLen) in CallRingbackVoiceNotice()
785 int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen) in CallEmergencyNotice()
797 int32_t notifyType, HRilErrNumber error, const void *response, size_t responseLen) in CallRsrvccStatusNotify()
Dhril_sms.cpp463 int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in SmsStatusReportNotify()
488 int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in NewSmsStoredOnSimNotify()
499 int32_t HRilSms::NewSmsNotify(int32_t indType, const HRilErrNumber error, const void *response, siz… in NewSmsNotify()
526 int32_t HRilSms::NewCdmaSmsNotify(int32_t indType, const HRilErrNumber error, const void *response,… in NewCdmaSmsNotify()
554 int32_t HRilSms::CBConfigNotify(int32_t indType, const HRilErrNumber error, const void *response, s… in CBConfigNotify()
Dhril_network.cpp416 int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in NetworkCsRegStatusUpdated()
437 int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in NetworkPsRegStatusUpdated()
464 int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in SignalStrengthUpdated()
476 int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in NetworkTimeUpdated()
486 int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in NetworkTimeZoneUpdated()
496 int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in NetworkPhyChnlCfgUpdated()
530 int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in NetworkCurrentCellUpdated()
Dhril_data.cpp283 int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen) in PdpContextListUpdated()
/base/telephony/core_service/services/network_search/src/
Dradio_info.cpp106 int32_t status = static_cast<int32_t>(HRilErrNumber::HRIL_ERR_REPEAT_STATUS); in ProcessSetRadioState()