/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, int32_t notifyId); 29 void OnModemReport(int32_t slotId, struct ReportInfo reportInfo, const uint8_t *response, size_t responseLen); 30 void OnCallReport(int32_t slotId, struct ReportInfo reportInfo, const uint8_t *response, size_t responseLen); 31 void OnDataReport(int32_t slotId, struct ReportInfo reportInfo, const uint8_t *response, size_t responseLen); 32 void OnSimReport(int32_t slotId, struct ReportInfo reportInfo, const uint8_t *response, size_t responseLen); 33 void OnSmsReport(int32_t slotId, struct ReportInfo reportInfo, const uint8_t *response, size_t responseLen); 34 void OnNetworkReport(int32_t slotId, struct ReportInfo reportInfo, const uint8_t *response, size_t responseLen);
|
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);
|
/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);
|
/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 dataLen); 50 void (*OnDataReport)(int32_t slotId, struct ReportInfo reportInfo, const uint8_t *data, size_t dataLen); 51 void (*OnModemReport)(int32_t slotId, struct ReportInfo reportInfo, const uint8_t *data, size_t dataLen); 52 void (*OnNetworkReport)(int32_t slotId, struct ReportInfo reportInfo, const uint8_t *data, size_t dataLen); 53 void (*OnSimReport)(int32_t slotId, struct ReportInfo reportInfo, const uint8_t *data, size_t dataLen); 54 void (*OnSmsReport)(int32_t slotId, struct ReportInfo reportInfo, const uint8_t *data, size_t dataLen);
|
H A D | hril_public_struct.h | 34 typedef struct ReportInfo { struct 41 } ReportInfo; typedef
|
/base/telephony/ril_adapter/services/vendor/src/ |
H A D | vendor_report.c | 27 void OnModemReport(int32_t slotId, struct ReportInfo reportInfo, const uint8_t *response, size_t responseLen) in OnModemReport() 36 void OnCallReport(int32_t slotId, struct ReportInfo reportInfo, const uint8_t *response, size_t responseLen) in OnCallReport() 45 void OnDataReport(int32_t slotId, struct ReportInfo reportInfo, const uint8_t *response, size_t responseLen) in OnDataReport() 54 void OnSmsReport(int32_t slotId, struct ReportInfo reportInfo, const uint8_t *response, size_t responseLen) in OnSmsReport() 63 void OnNetworkReport(int32_t slotId, struct ReportInfo reportInfo, const uint8_t *response, size_t responseLen) in OnNetworkReport() 72 void OnSimReport(int32_t slotId, struct ReportInfo reportInfo, const uint8_t *response, size_t responseLen) in OnSimReport() 90 struct ReportInfo CreateReportInfo(const ReqDataInfo *requestInfo, int32_t err, uint32_t type, int32_t notifyId) in CreateReportInfo() 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 *reportInf [all...] |
H A D | at_sms.c | 77 static void HandlerSmsResult(HRilSmsResponse *response, struct ReportInfo *reportInfo, const ReqDataInfo *requestInfo, in HandlerSmsResult() 129 struct ReportInfo reportInfo = {0}; in ReqSendGsmSms() 172 struct ReportInfo reportInfo = CreateReportInfo(requestInfo, HRIL_ERR_INVALID_RESPONSE, HRIL_RESPONSE, 0); in ReqSendSmsAck() 185 struct ReportInfo reportInfo = CreateReportInfo(requestInfo, err, HRIL_RESPONSE, 0); in ReqSendSmsAck() 194 struct ReportInfo reportInfo = {0}; in ReqSendCdmaSms() 234 struct ReportInfo reportInfo = CreateReportInfo(requestInfo, err, HRIL_RESPONSE, 0); in ReqSendCdmaSmsAck() 238 struct ReportInfo reportInfo = CreateReportInfo(requestInfo, err, HRIL_RESPONSE, 0); in ReqSendCdmaSmsAck() 243 struct ReportInfo *reportInfo, const ReqDataInfo *requestInfo, int32_t *err, ResponseInfo *responseInfo) in SimMessageError() 260 struct ReportInfo reportInfo = {0}; in WriteSimMessage() 311 struct ReportInfo reportInf in UpdateSimMessage() [all...] |
H A D | at_sim.c | 196 struct ReportInfo reportInfo = CreateReportInfo(requestInfo, HRIL_ERR_SUCCESS, HRIL_RESPONSE, 0); in ReqGetSimStatus() 199 struct ReportInfo reportInfo = CreateReportInfo(requestInfo, ret, HRIL_RESPONSE, 0); in ReqGetSimStatus() 209 struct ReportInfo reportInfo = CreateReportInfo(requestInfo, HRIL_ERR_SUCCESS, HRIL_RESPONSE, 0); in ReqGetSimStatus() 285 struct ReportInfo reportInfo = CreateReportInfo(requestInfo, *ret, HRIL_RESPONSE, 0); in HandlerSimIOResult() 319 struct ReportInfo reportInfo = CreateReportInfo(requestInfo, HRIL_ERR_INVALID_RESPONSE, HRIL_RESPONSE, 0); in ReqGetSimIO() 356 struct ReportInfo reportInfo = CreateReportInfo(requestInfo, ret, HRIL_RESPONSE, 0); in ReqGetSimIO() 362 ResponseInfo *pResponse, struct ReportInfo reportInfo, const ReqDataInfo *requestInfo, char *pLine, int32_t *ret) in HandlerSimImsiResult() 386 struct ReportInfo reportInfo = {0}; in ReqGetSimImsi() 406 ResponseInfo *pResponse, struct ReportInfo reportInfo, const ReqDataInfo *requestInfo, char *pLine, int32_t *ret) in HandlerSimLockStatusResult() 432 struct ReportInfo reportInf in ReqGetSimLockStatus() [all...] |
H A D | at_call.c | 45 struct ReportInfo reportInfo = CreateReportInfo(requestInfo, errorNo, HRIL_RESPONSE, 0); in OnCallReportErrorMessages() 143 struct ReportInfo reportInfo = CreateReportInfo(&requestInfo, err, HRIL_NOTIFICATION, HNOTI_CALL_STATE_UPDATED); in ReportCallStateUpdated() 163 struct ReportInfo reportInfo = in ReportSrvccStatusUpdate() 190 struct ReportInfo reportInfo = in ReportCsChannelInfo() 251 struct ReportInfo reportInfo = in ReportEmergencyNumberList() 274 struct ReportInfo reportInfo = CreateReportInfo(&requestInfo, err, HRIL_NOTIFICATION, HNOTI_CALL_USSD_REPORT); in ReportCallUssdNotice() 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 reportInf in ReqReject() [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 | vendor_adapter.c | 205 struct ReportInfo reportInfo; in SetRadioState() 206 (void)memset_s(&reportInfo, sizeof(struct ReportInfo), 0, sizeof(struct ReportInfo)); in SetRadioState() 325 struct ReportInfo reportInfo = { 0 }; in ModemInit()
|
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() 689 struct ReportInfo reportInfo = CreateReportInfo(requestInfo, HRIL_ERR_NETWORK_SEARCHING, HRIL_RESPONSE, 0); in ReqGetNetworkSearchInformation() 1391 int32_t ResidentNetworkUpdated(struct ReportInfo reportInfo, const char *s) in ResidentNetworkUpdated() 1429 int32_t ProcessCurrentCellList(struct ReportInfo reportInfo, const char *s) in ProcessCurrentCellList() 1603 struct ReportInfo reportInf in ReqSetNetworkSelectionMode() [all...] |
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() 839 struct ReportInfo reportInfo = CreateReportInfo(requestInfo, errInfo.errorNo, HRIL_RESPONSE, 0); in ReqSetInitApnInfo() 855 struct ReportInfo reportInfo = CreateReportInfo(requestInfo, errInfo.errorNo, HRIL_RESPONSE, 0); in ReqSetLinkBandwidthReportingRule() 936 struct ReportInfo reportInfo = CreateReportInfo(requestInfo, err, HRIL_RESPONSE, 0); in ReqGetLinkBandwidthInfo() 947 struct ReportInfo reportInfo = CreateReportInfo(requestInfo, errInfo.errorNo, HRIL_RESPONSE, 0); in ReqSetDataPermitted() 955 struct ReportInfo reportInfo = CreateReportInfo(requestInfo, errInfo.errorNo, HRIL_RESPONSE, 0); in ReqGetLinkCapability() 963 struct ReportInfo reportInf in ReqCleanAllConnections() [all...] |
/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() function 46 const ReportInfo &reportInfo);
|
/base/telephony/ril_adapter/services/hril/include/ |
H A D | hril_manager.h | 63 void OnCallReport(int32_t slotId, const ReportInfo *reportInfo, const uint8_t *response, size_t responseLen); 64 void OnDataReport(int32_t slotId, const ReportInfo *reportInfo, const uint8_t *response, size_t responseLen); 65 void OnModemReport(int32_t slotId, const ReportInfo *reportInfo, const uint8_t *response, size_t responseLen); 66 void OnNetworkReport(int32_t slotId, const ReportInfo *reportInfo, const uint8_t *response, size_t responseLen); 67 void OnSimReport(int32_t slotId, const ReportInfo *reportInfo, const uint8_t *response, size_t responseLen); 68 void OnSmsReport(int32_t slotId, const ReportInfo *reportInfo, const uint8_t *response, size_t responseLen); 240 void OnReport(std::vector<std::unique_ptr<T>> &subModules, int32_t slotId, const ReportInfo *reportInfo, 243 void ReportResponse(std::vector<std::unique_ptr<T>> &subModules, int32_t slotId, const ReportInfo *reportInfo, 246 void ReportNotification(std::vector<std::unique_ptr<T>> &subModules, int32_t slotId, const ReportInfo *reportInfo, 272 void OnCallReport(int32_t slotId, struct ReportInfo reportInf [all...] |
H A D | hril_base.h | 50 int32_t notifyType, const struct ReportInfo *reportInfo, const void *response, size_t responseLen); 174 int32_t notifyType, const struct ReportInfo *reportInfo, const void *response, size_t responseLen) in ProcessNotify()
|
H A D | hril_data.h | 52 int32_t ProcessDataNotify(const struct ReportInfo *reportInfo, const void *response, size_t responseLen);
|
/base/telephony/ril_adapter/test/fuzztest/callussdnotice_fuzzer/ |
H A D | callussdnotice_fuzzer.cpp | 41 struct ReportInfo report; in DoSomethingInterestingWithMyAPI()
|
/base/telephony/ril_adapter/test/fuzztest/simstkproactivenotify_fuzzer/ |
H A D | simstkproactivenotify_fuzzer.cpp | 40 struct ReportInfo report; in DoSomethingInterestingWithMyAPI()
|
/base/telephony/ril_adapter/test/fuzztest/residentnetworkupdated_fuzzer/ |
H A D | residentnetworkupdated_fuzzer.cpp | 38 struct ReportInfo report; in DoSomethingInterestingWithMyAPI()
|
/base/customization/enterprise_device_management/common/native/src/ |
H A D | security_report.cpp | 28 const ReportInfo &reportInfo) in ReportSecurityInfo()
|
/base/telephony/ril_adapter/test/fuzztest/newsmsnotify_fuzzer/ |
H A D | newsmsnotify_fuzzer.cpp | 45 struct ReportInfo report; in DoSomethingInterestingWithMyAPI()
|
/base/telephony/ril_adapter/test/fuzztest/callemergencynotice_fuzzer/ |
H A D | callemergencynotice_fuzzer.cpp | 52 struct ReportInfo report; in DoSomethingInterestingWithMyAPI()
|
/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_manager.cpp | 250 void HRilManager::OnReport(std::vector<std::unique_ptr<T>> &subModules, int32_t slotId, const ReportInfo *reportInfo, in OnReport() 275 const ReportInfo *reportInfo, const uint8_t *response, size_t responseLen) in ReportResponse() 303 const ReportInfo *reportInfo, const uint8_t *response, size_t responseLen) in ReportNotification() 326 int32_t slotId, const ReportInfo *reportInfo, const uint8_t *response, size_t responseLen) in OnCallReport() 332 int32_t slotId, const ReportInfo *reportInfo, const uint8_t *response, size_t responseLen) in OnDataReport() 338 int32_t slotId, const ReportInfo *reportInfo, const uint8_t *response, size_t responseLen) in OnModemReport() 344 int32_t slotId, const ReportInfo *reportInfo, const uint8_t *response, size_t responseLen) in OnNetworkReport() 349 void HRilManager::OnSimReport(int32_t slotId, const ReportInfo *reportInfo, const uint8_t *response, size_t responseLen) in OnSimReport() 354 void HRilManager::OnSmsReport(int32_t slotId, const ReportInfo *reportInfo, const uint8_t *response, size_t responseLen) in OnSmsReport() 1145 void OnCallReport(int32_t slotId, struct ReportInfo reportInf [all...] |
/base/telephony/ril_adapter/test/fuzztest/pdpcontextlistupdated_fuzzer/ |
H A D | pdpcontextlistupdated_fuzzer.cpp | 66 struct ReportInfo report; in DoSomethingInterestingWithMyAPI()
|