Searched refs:reportType (Results 1 – 6 of 6) sorted by relevance
25 void ReportEdmEvent(ReportType reportType, const std::string &apiName, const std::string &msgInfo) in ReportEdmEvent() argument28 if (reportType == ReportType::EDM_FUNC_FAILED) { in ReportEdmEvent()
27 void ReportConfigPolicyEvent(ReportType reportType, const std::string &apiName, const std::string &… in ReportConfigPolicyEvent() argument30 if (reportType == ReportType::CONFIG_POLICY_FAILED) { in ReportConfigPolicyEvent()
28 void ReportConfigPolicyEvent(ReportType reportType, const std::string &apiName, const std::string &…
27 void ReportEdmEvent(ReportType reportType, const std::string &apiName, const std::string &msgInfo);
199 SMS_REPORT_TYPE_T reportType; // TP Message Type Indicator member
267 if (pDeliverRep->reportType == SMS_REPORT_NEGATIVE) { in EncodeDeliverReport()