/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
D | zero_branch_test.cpp | 267 … 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/ |
D | hril_network.h | 76 …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);
|
D | hril_sim.h | 112 …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);
|
D | hril_sms.h | 82 …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…
|
D | hril_call.h | 141 …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…
|
D | hril_base.h | 73 …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()
|
D | hril_modem.h | 50 …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…
|
D | hril_data.h | 46 int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen);
|
/base/telephony/ril_adapter/test/fuzztest/simstkproactivenotify_fuzzer/ |
D | simstkproactivenotify_fuzzer.cpp | 37 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/ |
D | callussdnotice_fuzzer.cpp | 38 HRilErrNumber error = static_cast<HRilErrNumber>(size); in DoSomethingInterestingWithMyAPI()
|
/base/telephony/ril_adapter/test/fuzztest/callemergencynotice_fuzzer/ |
D | callemergencynotice_fuzzer.cpp | 38 HRilErrNumber error = static_cast<HRilErrNumber>(size); in DoSomethingInterestingWithMyAPI()
|
/base/telephony/ril_adapter/test/fuzztest/pdpcontextlistupdated_fuzzer/ |
D | pdpcontextlistupdated_fuzzer.cpp | 41 HRilErrNumber error = static_cast<HRilErrNumber>(size); in DoSomethingInterestingWithMyAPI()
|
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
D | hril_public_struct.h | 38 HRilErrNumber error;
|
D | hril_enum.h | 58 } HRilErrNumber; typedef
|
/base/telephony/ril_adapter/test/fuzztest/newsmsnotify_fuzzer/ |
D | newsmsnotify_fuzzer.cpp | 39 reportInfo.error = static_cast<HRilErrNumber>(size); in DoSomethingInterestingWithMyAPI()
|
/base/telephony/ril_adapter/services/hril/src/ |
D | hril_sim.cpp | 548 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()
|
D | hril_modem.cpp | 64 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()
|
D | hril_call.cpp | 724 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()
|
D | hril_sms.cpp | 463 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()
|
D | hril_network.cpp | 416 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()
|
D | hril_data.cpp | 283 int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen) in PdpContextListUpdated()
|
/base/telephony/core_service/services/network_search/src/ |
D | radio_info.cpp | 106 int32_t status = static_cast<int32_t>(HRilErrNumber::HRIL_ERR_REPEAT_STATUS); in ProcessSetRadioState()
|