/base/telephony/ril_adapter/services/hril/include/ |
H A D | hril_modem.h | 52 int32_t RadioStateUpdated(int32_t indType, HRilErrNumber error, const void *response, size_t responseLen); 53 int32_t VoiceRadioTechUpdated(int32_t indType, HRilErrNumber error, const void *response, size_t responseLen); 54 int32_t DsdsModeUpdated(int32_t indType, HRilErrNumber error, const void *response, size_t responseLen); 55 int32_t NcfgFinishedResult(int32_t indType, HRilErrNumber error, const void *response, size_t responseLen); 56 int32_t RestartRildNvMatch(int32_t indType, HRilErrNumber error, const void *response, size_t responseLen);
|
H A D | hril_network.h | 93 int32_t NetworkCsRegStatusUpdated(int32_t indType, HRilErrNumber error, const void *response, size_t responseLen); 94 int32_t NetworkPsRegStatusUpdated(int32_t indType, HRilErrNumber error, const void *response, size_t responseLen); 95 int32_t SignalStrengthUpdated(int32_t indType, HRilErrNumber error, const void *response, size_t responseLen); 96 int32_t NetworkTimeUpdated(int32_t indType, HRilErrNumber error, const void *response, size_t responseLen); 97 int32_t NetworkTimeZoneUpdated(int32_t indType, HRilErrNumber error, const void *response, size_t responseLen); 99 int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen); 101 int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen); 103 int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen); 105 int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen); 107 int32_t indType, const HRilErrNumber erro [all...] |
H A D | hril_sim.h | 117 int32_t SimStateUpdated(int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen); 119 int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen); 121 int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen); 122 int32_t SimStkAlphaNotify(int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen); 123 int32_t SimStkEventNotify(int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen); 125 int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen); 126 int32_t SimRefreshNotify(int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen); 128 int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen);
|
H A D | hril_sms.h | 81 int32_t SmsStatusReportNotify(int32_t indType, HRilErrNumber error, const void *response, size_t responseLen); 82 int32_t NewSmsStoredOnSimNotify(int32_t indType, HRilErrNumber error, const void *response, size_t responseLen); 83 int32_t NewSmsNotify(int32_t indType, HRilErrNumber error, const void *response, size_t responseLen); 84 int32_t NewCdmaSmsNotify(int32_t indType, HRilErrNumber error, const void *response, size_t responseLen); 85 int32_t CBConfigNotify(int32_t indType, HRilErrNumber error, const void *response, size_t responseLen);
|
H A D | hril_base.h | 79 inline int32_t Notify(int32_t notifyType, const HRilErrNumber error, FuncType &&_func, ParamTypes &&... _args); 100 std::function<int32_t(int32_t notifyType, HRilErrNumber error, const void *response, size_t responseLen)>; 180 HRilErrNumber error = (HRilErrNumber)reportInfo->error; in ProcessNotify() 202 inline int32_t HRilBase::Notify(int32_t notifyType, const HRilErrNumber error, FuncType &&_func, ParamTypes &&... _args) in Notify()
|
H A D | hril_call.h | 146 int32_t CallStateUpdated(int32_t notifyType, HRilErrNumber error, const void *response, size_t responseLen); 147 int32_t CallUssdNotice(int32_t notifyType, HRilErrNumber error, const void *response, size_t responseLen); 148 int32_t CallRingbackVoiceNotice(int32_t notifyType, HRilErrNumber error, const void *response, size_t responseLen); 149 int32_t CallSrvccStatusNotice(int32_t notifyType, HRilErrNumber error, const void *response, size_t responseLen); 150 int32_t CallEmergencyNotice(int32_t notifyType, HRilErrNumber error, const void *response, size_t responseLen); 151 int32_t CallSsNotice(int32_t notifyType, HRilErrNumber error, const void *response, size_t responseLen); 152 int32_t CallRsrvccStatusNotify(int32_t notifyType, HRilErrNumber error, const void *response, size_t responseLen);
|
H A D | hril_data.h | 46 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/fuzztest/simstkproactivenotify_fuzzer/ |
H A D | simstkproactivenotify_fuzzer.cpp | 37 int32_t slotId = static_cast<HRilErrNumber>(size) % SLOT_NUM; in DoSomethingInterestingWithMyAPI() 41 report.error = static_cast<HRilErrNumber>(size); in DoSomethingInterestingWithMyAPI()
|
/base/telephony/ril_adapter/test/fuzztest/callemergencynotice_fuzzer/ |
H A D | callemergencynotice_fuzzer.cpp | 38 HRilErrNumber error = static_cast<HRilErrNumber>(size); in DoSomethingInterestingWithMyAPI()
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
H A D | zero_branch_test.cpp | 329 EXPECT_NE(HDF_SUCCESS, call->CallStateUpdated(0, HRilErrNumber::HRIL_ERR_NULL_POINT, nullptr, 1)); in HWTEST_F() 330 EXPECT_NE(HDF_SUCCESS, call->CallUssdNotice(0, HRilErrNumber::HRIL_ERR_NULL_POINT, nullptr, 1)); in HWTEST_F() 331 EXPECT_NE(HDF_SUCCESS, call->CallRingbackVoiceNotice(0, HRilErrNumber::HRIL_ERR_NULL_POINT, nullptr, 0)); in HWTEST_F() 332 EXPECT_NE(HDF_SUCCESS, call->CallSrvccStatusNotice(0, HRilErrNumber::HRIL_ERR_NULL_POINT, nullptr, 0)); in HWTEST_F() 333 EXPECT_NE(HDF_SUCCESS, call->CallEmergencyNotice(0, HRilErrNumber::HRIL_ERR_NULL_POINT, nullptr, 0)); in HWTEST_F() 334 EXPECT_NE(HDF_SUCCESS, call->CallSsNotice(0, HRilErrNumber::HRIL_ERR_NULL_POINT, nullptr, 0)); in HWTEST_F() 335 EXPECT_NE(HDF_SUCCESS, call->CallRsrvccStatusNotify(0, HRilErrNumber::HRIL_ERR_NULL_POINT, nullptr, 0)); in HWTEST_F() 433 HRilErrNumber err = HRilErrNumber::HRIL_ERR_NULL_POINT; in HWTEST_F() 489 EXPECT_NE(HDF_SUCCESS, data->PdpContextListUpdated(0, HRilErrNumber in HWTEST_F() [all...] |
H A D | ril_adapter_service_test.cpp | 137 HRilErrNumber error = HRIL_ERR_HDF_IPC_FAILURE; in HWTEST_F()
|
/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_modem.cpp | 69 const int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in RadioStateUpdated() 84 const int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in VoiceRadioTechUpdated() 100 const int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in DsdsModeUpdated() 115 int32_t indType, HRilErrNumber error, const void *response, size_t responseLen) in NcfgFinishedResult() 130 int32_t indType, HRilErrNumber error, const void *response, size_t responseLen) in RestartRildNvMatch() 289 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddHandlerToMap() 292 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddHandlerToMap() 295 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddHandlerToMap() 298 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddHandlerToMap() 301 [this](int32_t notifyType, HRilErrNumber erro in AddHandlerToMap() [all...] |
H A D | hril_sim.cpp | 134 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddNotificationHandlerToMap() 137 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddNotificationHandlerToMap() 140 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddNotificationHandlerToMap() 143 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddNotificationHandlerToMap() 146 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddNotificationHandlerToMap() 149 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddNotificationHandlerToMap() 152 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddNotificationHandlerToMap() 155 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddNotificationHandlerToMap() 647 int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen) in SimStateUpdated() 653 int32_t notifyType, const HRilErrNumber erro in SimStkSessionEndNotify() [all...] |
H A D | hril_network.cpp | 42 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddNotificationToMap() 45 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddNotificationToMap() 48 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddNotificationToMap() 51 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddNotificationToMap() 54 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddNotificationToMap() 57 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddNotificationToMap() 60 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddNotificationToMap() 63 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddNotificationToMap() 66 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddNotificationToMap() 643 int32_t indType, const HRilErrNumber erro in NetworkCsRegStatusUpdated() [all...] |
H A D | hril_call.cpp | 55 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddCallNotificationToMap() 58 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddCallNotificationToMap() 61 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddCallNotificationToMap() 64 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddCallNotificationToMap() 67 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddCallNotificationToMap() 70 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddCallNotificationToMap() 73 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddCallNotificationToMap() 843 int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen) in CallStateUpdated() 849 int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen) in CallUssdNotice() 862 int32_t HRilCall::CallSsNotice(int32_t notifyType, const HRilErrNumber erro [all...] |
H A D | hril_sms.cpp | 114 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddNotificationToMap() 117 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddNotificationToMap() 120 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddNotificationToMap() 123 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddNotificationToMap() 126 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddNotificationToMap() 699 int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in SmsStatusReportNotify() 724 int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in NewSmsStoredOnSimNotify() 735 int32_t HRilSms::NewSmsNotify(int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in NewSmsNotify() 762 int32_t HRilSms::NewCdmaSmsNotify(int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in NewCdmaSmsNotify() 790 int32_t HRilSms::CBConfigNotify(int32_t indType, const HRilErrNumber erro [all...] |
H A D | hril_data.cpp | 56 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddHandlerToMap() 59 [this](int32_t notifyType, HRilErrNumber error, const void *response, in AddHandlerToMap() 363 int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen) in PdpContextListUpdated() 376 int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen) in DataLinkCapabilityUpdated()
|
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
H A D | hril_public_struct.h | 38 HRilErrNumber error;
|
H A D | hril_enum.h | 60 } HRilErrNumber; typedef
|
/base/telephony/ril_adapter/test/fuzztest/callussdnotice_fuzzer/ |
H A D | callussdnotice_fuzzer.cpp | 42 report.error = static_cast<HRilErrNumber>(size); in DoSomethingInterestingWithMyAPI()
|
/base/telephony/ril_adapter/test/fuzztest/residentnetworkupdated_fuzzer/ |
H A D | residentnetworkupdated_fuzzer.cpp | 39 report.error = static_cast<HRilErrNumber>(size); in DoSomethingInterestingWithMyAPI()
|
/base/telephony/ril_adapter/test/fuzztest/newsmsnotify_fuzzer/ |
H A D | newsmsnotify_fuzzer.cpp | 46 report.error = static_cast<HRilErrNumber>(size); in DoSomethingInterestingWithMyAPI()
|
/base/telephony/ril_adapter/test/fuzztest/pdpcontextlistupdated_fuzzer/ |
H A D | pdpcontextlistupdated_fuzzer.cpp | 67 report.error = static_cast<HRilErrNumber>(size); in DoSomethingInterestingWithMyAPI()
|