Home
last modified time | relevance | path

Searched refs:ReportInfo (Results 1 - 25 of 28) sorted by relevance

12

/base/telephony/ril_adapter/services/vendor/include/
H A Dvendor_report.h27 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 Dat_network.h75 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 Dhril_hdf.h33 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 Dhril.h49 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 Dhril_public_struct.h34 typedef struct ReportInfo { struct
41 } ReportInfo; typedef
/base/telephony/ril_adapter/services/vendor/src/
H A Dvendor_report.c27 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 Dat_sms.c77 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 Dat_sim.c196 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 Dat_call.c45 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 Dat_modem.c38 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 Dvendor_adapter.c205 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 Dat_network.c28 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 Dat_data.c91 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 Dsecurity_report.h24 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 Dhril_manager.h63 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 Dhril_base.h50 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 Dhril_data.h52 int32_t ProcessDataNotify(const struct ReportInfo *reportInfo, const void *response, size_t responseLen);
/base/telephony/ril_adapter/test/fuzztest/callussdnotice_fuzzer/
H A Dcallussdnotice_fuzzer.cpp41 struct ReportInfo report; in DoSomethingInterestingWithMyAPI()
/base/telephony/ril_adapter/test/fuzztest/simstkproactivenotify_fuzzer/
H A Dsimstkproactivenotify_fuzzer.cpp40 struct ReportInfo report; in DoSomethingInterestingWithMyAPI()
/base/telephony/ril_adapter/test/fuzztest/residentnetworkupdated_fuzzer/
H A Dresidentnetworkupdated_fuzzer.cpp38 struct ReportInfo report; in DoSomethingInterestingWithMyAPI()
/base/customization/enterprise_device_management/common/native/src/
H A Dsecurity_report.cpp28 const ReportInfo &reportInfo) in ReportSecurityInfo()
/base/telephony/ril_adapter/test/fuzztest/newsmsnotify_fuzzer/
H A Dnewsmsnotify_fuzzer.cpp45 struct ReportInfo report; in DoSomethingInterestingWithMyAPI()
/base/telephony/ril_adapter/test/fuzztest/callemergencynotice_fuzzer/
H A Dcallemergencynotice_fuzzer.cpp52 struct ReportInfo report; in DoSomethingInterestingWithMyAPI()
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_manager.cpp250 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 Dpdpcontextlistupdated_fuzzer.cpp66 struct ReportInfo report; in DoSomethingInterestingWithMyAPI()

Completed in 21 milliseconds

12