/ohos5.0/base/telephony/ril_adapter/services/vendor/src/ |
H A D | vendor_report.c | 92 struct ReportInfo reportInfo = {(ReqDataInfo *)requestInfo, notifyId, type, err, {0, 0}}; in CreateReportInfo() 101 static void ReportCBMOrCSCB(struct ReportInfo *reportInfo) in ReportCBMOrCSCB() 135 static void SmsStatus(const char *smsPdu, struct ReportInfo *reportInfo) in SmsStatus() 146 static void ReportInfoInit(struct ReportInfo *reportInfo) in ReportInfoInit() 197 static void ProcessNotifyMock(const char *s, struct ReportInfo reportInfo) in ProcessNotifyMock() 215 struct ReportInfo reportInfo = {0}; in OnNotifyOps() 279 struct ReportInfo reportInfo = {0}; in OnNotifyStkOps() 320 static void RadioTurnNotify(struct ReportInfo reportInfo, char *str) in RadioTurnNotify() 338 static void DsdsModeNotify(struct ReportInfo reportInfo, char *str) in DsdsModeNotify() 360 struct ReportInfo reportInfo, const char *infoStr, char *responseData[MAX_REG_INFO_ITEM]) in OnNotifyNetWorksOpsJudgeTwo() [all …]
|
H A D | at_sms.c | 129 struct ReportInfo reportInfo = {0}; in ReqSendGsmSms() 185 struct ReportInfo reportInfo = CreateReportInfo(requestInfo, err, HRIL_RESPONSE, 0); in ReqSendSmsAck() 194 struct ReportInfo reportInfo = {0}; in ReqSendCdmaSms() 238 struct ReportInfo reportInfo = CreateReportInfo(requestInfo, err, HRIL_RESPONSE, 0); in ReqSendCdmaSmsAck() 260 struct ReportInfo reportInfo = {0}; in WriteSimMessage() 311 struct ReportInfo reportInfo = {0}; in UpdateSimMessage() 438 struct ReportInfo reportInfo = CreateReportInfo(requestInfo, err, HRIL_RESPONSE, 0); in ReqDelSimMessage() 478 struct ReportInfo reportInfo = CreateReportInfo(requestInfo, err, HRIL_RESPONSE, 0); in ReqSetSmscAddr() 518 struct ReportInfo reportInfo = CreateReportInfo(requestInfo, err, HRIL_RESPONSE, 0); in ReqGetSmscAddr() 868 struct ReportInfo reportInfo = CreateReportInfo(requestInfo, err, HRIL_RESPONSE, 0); in ReqGetCdmaCBConfig() [all …]
|
H A D | at_sim.c | 285 struct ReportInfo reportInfo = CreateReportInfo(requestInfo, *ret, HRIL_RESPONSE, 0); in HandlerSimIOResult() 356 struct ReportInfo reportInfo = CreateReportInfo(requestInfo, ret, HRIL_RESPONSE, 0); in ReqGetSimIO() 386 struct ReportInfo reportInfo = {0}; in ReqGetSimImsi() 432 struct ReportInfo reportInfo = {0}; in ReqGetSimLockStatus() 696 struct ReportInfo reportInfo = CreateReportInfo(requestInfo, ret, HRIL_RESPONSE, 0); in ReqGetSimPinInputTimes() 713 struct ReportInfo reportInfo = CreateReportInfo(requestInfo, ret, HRIL_RESPONSE, 0); in ReqGetSimPinInputTimes() 901 struct ReportInfo reportInfo = CreateReportInfo(requestInfo, ret, HRIL_RESPONSE, 0); in ReqGetSimPin2InputTimes() 932 struct ReportInfo reportInfo = CreateReportInfo(requestInfo, ret, HRIL_RESPONSE, 0); in ReqSetActiveSim() 1054 struct ReportInfo reportInfo = { 0 }; in ReqSetRadioProtocol() 1179 struct ReportInfo reportInfo = CreateReportInfo(requestInfo, ret, HRIL_RESPONSE, 0); in ReqSimTransmitApduLogicalChannel() [all …]
|
H A D | at_call.c | 45 struct ReportInfo reportInfo = CreateReportInfo(requestInfo, errorNo, HRIL_RESPONSE, 0); in OnCallReportErrorMessages() 163 struct ReportInfo reportInfo = in ReportSrvccStatusUpdate() 190 struct ReportInfo reportInfo = in ReportCsChannelInfo() 251 struct ReportInfo reportInfo = in ReportEmergencyNumberList() 357 struct ReportInfo reportInfo = CreateReportInfo(requestInfo, err, HRIL_RESPONSE, 0); in BuildCallInfoList() 436 struct ReportInfo reportInfo = CreateReportInfo(requestInfo, err, HRIL_RESPONSE, 0); in ReqDial() 466 struct ReportInfo reportInfo = CreateReportInfo(requestInfo, err, HRIL_RESPONSE, 0); in ReqHangup() 483 struct ReportInfo reportInfo = CreateReportInfo(requestInfo, err, HRIL_RESPONSE, 0); in ReqReject() 499 struct ReportInfo reportInfo = CreateReportInfo(requestInfo, err, HRIL_RESPONSE, 0); in ReqAnswer() 561 struct ReportInfo reportInfo = CreateReportInfo(requestInfo, err, HRIL_RESPONSE, 0); in ReqSetClip() [all …]
|
H A D | at_modem.c | 38 struct ReportInfo reportInfo; in ResponseModemReport() 69 struct ReportInfo reportInfo; in ReqSetRadioState() 89 struct ReportInfo reportInfo; in ErrorHandler() 104 struct ReportInfo reportInfo; in ReqGetRadioState() 174 struct ReportInfo reportInfo; in ReqGetImeiSv() 316 struct ReportInfo reportInfo; in ReqGetVoiceRadioTechnology()
|
H A D | at_network.c | 28 static struct ReportInfo g_reportInfoForOperListToUse; 100 struct ReportInfo reportInfo; in ResponseNetworkReport() 458 struct ReportInfo reportInfo; in ReqGetSignalStrength() 506 struct ReportInfo reportInfo; in ReqGetCsRegStatus() 544 struct ReportInfo reportInfo; in ReqGetPsRegStatus() 582 struct ReportInfo reportInfo; in ReqGetOperatorInfo() 1603 struct ReportInfo reportInfo; in ReqSetNetworkSelectionMode() 1649 struct ReportInfo reportInfo; in ReqGetNetworkSelectionMode() 1760 struct ReportInfo reportInfo; in ReqSetPreferredNetwork() 1965 struct ReportInfo reportInfo = { 0 }; in NotifyNetWorkTime() [all …]
|
H A D | vendor_adapter.c | 204 struct ReportInfo reportInfo; in SetRadioState() 205 (void)memset_s(&reportInfo, sizeof(struct ReportInfo), 0, sizeof(struct ReportInfo)); in SetRadioState() 324 struct ReportInfo reportInfo = { 0 }; in ModemInit()
|
H A D | at_data.c | 91 struct ReportInfo reportInfo = CreateReportInfo(requestInfo, errorNo, HRIL_RESPONSE, 0); in OnDataReportErrorMessages() 95 struct ReportInfo reportInfo = in OnDataReportErrorMessages() 115 struct ReportInfo reportInfo = CreateReportInfo(requestInfo, err, HRIL_RESPONSE, 0); in OnDataReportPdpErrorMessages() 536 struct ReportInfo reportInfo = {}; in DataReportMessage() 823 struct ReportInfo reportInfo = CreateReportInfo(requestInfo, errInfo.errorNo, HRIL_RESPONSE, 0); in ReqSetInitApnInfo() 839 struct ReportInfo reportInfo = CreateReportInfo(requestInfo, errInfo.errorNo, HRIL_RESPONSE, 0); in ReqSetLinkBandwidthReportingRule() 920 struct ReportInfo reportInfo = CreateReportInfo(requestInfo, err, HRIL_RESPONSE, 0); in ReqGetLinkBandwidthInfo() 931 struct ReportInfo reportInfo = CreateReportInfo(requestInfo, errInfo.errorNo, HRIL_RESPONSE, 0); in ReqSetDataPermitted() 939 struct ReportInfo reportInfo = CreateReportInfo(requestInfo, errInfo.errorNo, HRIL_RESPONSE, 0); in ReqGetLinkCapability() 947 struct ReportInfo reportInfo = CreateReportInfo(requestInfo, errInfo.errorNo, HRIL_RESPONSE, 0); in ReqCleanAllConnections()
|
/ohos5.0/base/telephony/ril_adapter/services/vendor/include/ |
H A D | vendor_report.h | 27 struct ReportInfo CreateReportInfo(const ReqDataInfo *requestInfo, int32_t err, uint32_t type, int3… 29 void OnModemReport(int32_t slotId, struct ReportInfo reportInfo, const uint8_t *response, size_t re… 30 void OnCallReport(int32_t slotId, struct ReportInfo reportInfo, const uint8_t *response, size_t res… 31 void OnDataReport(int32_t slotId, struct ReportInfo reportInfo, const uint8_t *response, size_t res… 32 void OnSimReport(int32_t slotId, struct ReportInfo reportInfo, const uint8_t *response, size_t resp… 33 void OnSmsReport(int32_t slotId, struct ReportInfo reportInfo, const uint8_t *response, size_t resp… 34 void OnNetworkReport(int32_t slotId, struct ReportInfo reportInfo, const uint8_t *response, size_t …
|
H A D | at_network.h | 75 void ProcessPhyChnlCfgNotify(struct ReportInfo reportInfo, char *srcStr); 76 int32_t ProcessCurrentCellList(struct ReportInfo reportInfo, const char *s); 77 int32_t ResidentNetworkUpdated(struct ReportInfo reportInfo, const char *s);
|
/ohos5.0/base/telephony/ril_adapter/services/hril_hdf/include/ |
H A D | hril_hdf.h | 33 … int32_t slotId, const struct ReportInfo reportInfo, const uint8_t *response, size_t responseLen); 35 … int32_t slotId, const struct ReportInfo reportInfo, const uint8_t *response, size_t responseLen); 37 … int32_t slotId, const struct ReportInfo reportInfo, const uint8_t *response, size_t responseLen); 39 … int32_t slotId, const struct ReportInfo reportInfo, const uint8_t *response, size_t responseLen); 41 … int32_t slotId, const struct ReportInfo reportInfo, const uint8_t *response, size_t responseLen); 43 … int32_t slotId, const struct ReportInfo reportInfo, const uint8_t *response, size_t responseLen);
|
/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/ |
H A D | hril.h | 49 …void (*OnCallReport)(int32_t slotId, struct ReportInfo reportInfo, const uint8_t *data, size_t dat… 50 …void (*OnDataReport)(int32_t slotId, struct ReportInfo reportInfo, const uint8_t *data, size_t dat… 51 …void (*OnModemReport)(int32_t slotId, struct ReportInfo reportInfo, const uint8_t *data, size_t da… 52 …void (*OnNetworkReport)(int32_t slotId, struct ReportInfo reportInfo, const uint8_t *data, size_t … 53 …void (*OnSimReport)(int32_t slotId, struct ReportInfo reportInfo, const uint8_t *data, size_t data… 54 …void (*OnSmsReport)(int32_t slotId, struct ReportInfo reportInfo, const uint8_t *data, size_t data…
|
H A D | hril_public_struct.h | 34 typedef struct ReportInfo { struct 41 } ReportInfo; typedef
|
/ohos5.0/base/customization/enterprise_device_management/common/native/include/ |
H A D | security_report.h | 24 struct ReportInfo { struct 32 … ReportInfo(FuncOperateType operateType, const std::string &policyName, const std::string &outcome) in ReportInfo() argument 46 const ReportInfo &reportInfo);
|
/ohos5.0/base/telephony/ril_adapter/services/hril/include/ |
H A D | hril_manager.h | 64 …void OnCallReport(int32_t slotId, const ReportInfo *reportInfo, const uint8_t *response, size_t re… 65 …void OnDataReport(int32_t slotId, const ReportInfo *reportInfo, const uint8_t *response, size_t re… 66 …void OnModemReport(int32_t slotId, const ReportInfo *reportInfo, const uint8_t *response, size_t r… 68 …void OnSimReport(int32_t slotId, const ReportInfo *reportInfo, const uint8_t *response, size_t res… 69 …void OnSmsReport(int32_t slotId, const ReportInfo *reportInfo, const uint8_t *response, size_t res… 239 …void OnReport(std::vector<std::unique_ptr<T>> &subModules, int32_t slotId, const ReportInfo *repor… 271 void OnCallReport(int32_t slotId, struct ReportInfo reportInfo, const uint8_t *response, size_t res… 272 void OnDataReport(int32_t slotId, struct ReportInfo reportInfo, const uint8_t *response, size_t res… 273 void OnModemReport(int32_t slotId, struct ReportInfo reportInfo, const uint8_t *response, size_t re… 275 void OnSimReport(int32_t slotId, struct ReportInfo reportInfo, const uint8_t *response, size_t resp… [all …]
|
H A D | hril_base.h | 49 …int32_t notifyType, const struct ReportInfo *reportInfo, const void *response, size_t responseLen); 167 … int32_t notifyType, const struct ReportInfo *reportInfo, const void *response, size_t responseLen) in ProcessNotify()
|
/ohos5.0/drivers/hdf_core/framework/model/misc/dsoftbus/src/ |
H A D | wlan_param_monitor.c | 33 } ReportInfo; typedef 37 ReportInfo info; in ProcessRequestParam()
|
/ohos5.0/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_manager.cpp | 279 const ReportInfo *reportInfo, const uint8_t *response, size_t responseLen) in ReportResponse() 307 const ReportInfo *reportInfo, const uint8_t *response, size_t responseLen) in ReportNotification() 330 int32_t slotId, const ReportInfo *reportInfo, const uint8_t *response, size_t responseLen) in OnCallReport() 336 int32_t slotId, const ReportInfo *reportInfo, const uint8_t *response, size_t responseLen) in OnDataReport() 342 int32_t slotId, const ReportInfo *reportInfo, const uint8_t *response, size_t responseLen) in OnModemReport() 348 int32_t slotId, const ReportInfo *reportInfo, const uint8_t *response, size_t responseLen) in OnNetworkReport() 1141 void OnCallReport(int32_t slotId, struct ReportInfo reportInfo, const uint8_t *response, size_t res… in OnCallReport() 1150 void OnDataReport(int32_t slotId, struct ReportInfo reportInfo, const uint8_t *response, size_t res… in OnDataReport() 1159 void OnModemReport(int32_t slotId, struct ReportInfo reportInfo, const uint8_t *response, size_t re… in OnModemReport() 1177 void OnSimReport(int32_t slotId, struct ReportInfo reportInfo, const uint8_t *response, size_t resp… in OnSimReport() [all …]
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-tel-guide.md | 155 | void (\*OnCallReport)(struct ReportInfo reportInfo, const void \*da… 171 struct ReportInfo reportInfo = {}; 283 struct ReportInfo reportInfo = {0}; 423 struct ReportInfo reportInfo = {}; 478 struct ReportInfo reportInfo = {0};
|
/ohos5.0/base/telephony/ril_adapter/test/fuzztest/residentnetworkupdated_fuzzer/ |
H A D | residentnetworkupdated_fuzzer.cpp | 38 struct ReportInfo report; in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/telephony/ril_adapter/test/fuzztest/simstkproactivenotify_fuzzer/ |
H A D | simstkproactivenotify_fuzzer.cpp | 40 struct ReportInfo report; in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/telephony/ril_adapter/test/fuzztest/callussdnotice_fuzzer/ |
H A D | callussdnotice_fuzzer.cpp | 41 struct ReportInfo report; in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/telephony/ril_adapter/test/fuzztest/newsmsnotify_fuzzer/ |
H A D | newsmsnotify_fuzzer.cpp | 45 struct ReportInfo report; in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/customization/enterprise_device_management/common/native/src/ |
H A D | security_report.cpp | 28 const ReportInfo &reportInfo) in ReportSecurityInfo()
|
/ohos5.0/base/telephony/ril_adapter/test/fuzztest/callemergencynotice_fuzzer/ |
H A D | callemergencynotice_fuzzer.cpp | 52 struct ReportInfo report; in DoSomethingInterestingWithMyAPI()
|