Home
last modified time | relevance | path

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

/base/telephony/ril_adapter/services/hril/include/
Dhril_network.h87 …int32_t NetworkCsRegStatusUpdated(int32_t indType, HRilErrNumber error, const void *response, size…
88 …int32_t NetworkPsRegStatusUpdated(int32_t indType, HRilErrNumber error, const void *response, size…
89 …int32_t SignalStrengthUpdated(int32_t indType, HRilErrNumber error, const void *response, size_t r…
90 …int32_t NetworkTimeUpdated(int32_t indType, HRilErrNumber error, const void *response, size_t resp…
91 …int32_t NetworkTimeZoneUpdated(int32_t indType, HRilErrNumber error, const void *response, size_t …
93 int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen);
95 int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen);
97 int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen);
99 int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen);
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…
52 …int32_t DsdsModeUpdated(int32_t indType, HRilErrNumber error, const void *response, size_t respons…
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.h147 …int32_t CallStateUpdated(int32_t notifyType, HRilErrNumber error, const void *response, size_t res…
148 …int32_t CallUssdNotice(int32_t notifyType, HRilErrNumber error, const void *response, size_t respo…
149 …int32_t CallRingbackVoiceNotice(int32_t notifyType, HRilErrNumber error, const void *response, siz…
150 …int32_t CallSrvccStatusNotice(int32_t notifyType, HRilErrNumber error, const void *response, size_…
151 …int32_t CallEmergencyNotice(int32_t notifyType, HRilErrNumber error, const void *response, size_t …
152 …int32_t CallSsNotice(int32_t notifyType, HRilErrNumber error, const void *response, size_t respons…
153 …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_data.h46 int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen);
48 int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen);
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
Dzero_branch_test.cpp321 … EXPECT_NE(HDF_SUCCESS, call->CallStateUpdated(0, HRilErrNumber::HRIL_ERR_NULL_POINT, nullptr, 1));
322 EXPECT_NE(HDF_SUCCESS, call->CallUssdNotice(0, HRilErrNumber::HRIL_ERR_NULL_POINT, nullptr, 1));
323 …EXPECT_NE(HDF_SUCCESS, call->CallRingbackVoiceNotice(0, HRilErrNumber::HRIL_ERR_NULL_POINT, nullpt…
324 …EXPECT_NE(HDF_SUCCESS, call->CallSrvccStatusNotice(0, HRilErrNumber::HRIL_ERR_NULL_POINT, nullptr,…
325 …EXPECT_NE(HDF_SUCCESS, call->CallEmergencyNotice(0, HRilErrNumber::HRIL_ERR_NULL_POINT, nullptr, 0…
326 EXPECT_NE(HDF_SUCCESS, call->CallSsNotice(0, HRilErrNumber::HRIL_ERR_NULL_POINT, nullptr, 0));
327 …EXPECT_NE(HDF_SUCCESS, call->CallRsrvccStatusNotify(0, HRilErrNumber::HRIL_ERR_NULL_POINT, nullptr…
359 …EXPECT_NE(HDF_SUCCESS, data->PdpContextListUpdated(0, HRilErrNumber::HRIL_ERR_NULL_POINT, nullptr,…
360 …EXPECT_NE(HDF_SUCCESS, data->DataLinkCapabilityUpdated(0, HRilErrNumber::HRIL_ERR_NULL_POINT, null…
399 …EXPECT_NE(HDF_SUCCESS, modem->RadioStateUpdated(0, HRilErrNumber::HRIL_ERR_NULL_POINT, nullptr, 0)…
[all …]
/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.cpp42 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_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()
94 const int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in DsdsModeUpdated()
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_call.cpp748 int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen) in CallStateUpdated()
754 int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen) in CallUssdNotice()
767 int32_t HRilCall::CallSsNotice(int32_t notifyType, const HRilErrNumber error, const void *response,… in CallSsNotice()
783 int32_t notifyType, HRilErrNumber error, const void *response, size_t responseLen) in CallSrvccStatusNotice()
796 int32_t notifyType, HRilErrNumber error, const void *response, size_t responseLen) in CallRingbackVoiceNotice()
809 int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen) in CallEmergencyNotice()
821 int32_t notifyType, HRilErrNumber error, const void *response, size_t responseLen) in CallRsrvccStatusNotify()
Dhril_sms.cpp468 int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in SmsStatusReportNotify()
493 int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in NewSmsStoredOnSimNotify()
504 int32_t HRilSms::NewSmsNotify(int32_t indType, const HRilErrNumber error, const void *response, siz… in NewSmsNotify()
531 int32_t HRilSms::NewCdmaSmsNotify(int32_t indType, const HRilErrNumber error, const void *response,… in NewCdmaSmsNotify()
559 int32_t HRilSms::CBConfigNotify(int32_t indType, const HRilErrNumber error, const void *response, s… in CBConfigNotify()
Dhril_network.cpp495 int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in NetworkCsRegStatusUpdated()
516 int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in NetworkPsRegStatusUpdated()
543 int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in SignalStrengthUpdated()
555 int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in NetworkTimeUpdated()
565 int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in NetworkTimeZoneUpdated()
575 int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in NetworkPhyChnlCfgUpdated()
609 int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in NetworkCurrentCellUpdated()
626 int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in GetRrcConnectionStateUpdated()
641 int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in NetworkCurrentCellUpdated_1_1()
Dhril_data.cpp290 int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen) in PdpContextListUpdated()
305 int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen) in DataLinkCapabilityUpdated()
/base/telephony/core_service/services/network_search/src/
Dradio_info.cpp99 int32_t status = static_cast<int32_t>(HRilErrNumber::HRIL_ERR_REPEAT_STATUS); in ProcessSetRadioState()