/base/telephony/ril_adapter/services/hril/include/ |
D | hril_network.h | 87 …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);
|
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… 52 …int32_t DsdsModeUpdated(int32_t indType, HRilErrNumber error, const void *response, size_t respons…
|
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 | 147 …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…
|
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_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/unittest/ril_adapter_gtest/ |
D | zero_branch_test.cpp | 321 … 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/ |
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 | 42 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_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() 94 const int32_t indType, const HRilErrNumber error, const void *response, size_t responseLen) in DsdsModeUpdated()
|
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_call.cpp | 748 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()
|
D | hril_sms.cpp | 468 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()
|
D | hril_network.cpp | 495 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()
|
D | hril_data.cpp | 290 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/ |
D | radio_info.cpp | 99 int32_t status = static_cast<int32_t>(HRilErrNumber::HRIL_ERR_REPEAT_STATUS); in ProcessSetRadioState()
|