Home
last modified time | relevance | path

Searched refs:reportType (Results 1 – 6 of 6) sorted by relevance

/base/customization/enterprise_device_management/common/native/src/
Dhisysevent_adapter.cpp25 void ReportEdmEvent(ReportType reportType, const std::string &apiName, const std::string &msgInfo) in ReportEdmEvent() argument
28 if (reportType == ReportType::EDM_FUNC_FAILED) { in ReportEdmEvent()
/base/customization/config_policy/frameworks/dfx/hisysevent_adapter/
Dhisysevent_adapter.cpp27 void ReportConfigPolicyEvent(ReportType reportType, const std::string &apiName, const std::string &… in ReportConfigPolicyEvent() argument
30 if (reportType == ReportType::CONFIG_POLICY_FAILED) { in ReportConfigPolicyEvent()
Dhisysevent_adapter.h28 void ReportConfigPolicyEvent(ReportType reportType, const std::string &apiName, const std::string &…
/base/customization/enterprise_device_management/common/native/include/
Dhisysevent_adapter.h27 void ReportEdmEvent(ReportType reportType, const std::string &apiName, const std::string &msgInfo);
/base/telephony/sms_mms/services/include/gsm/
Dgsm_pdu_code_type.h199 SMS_REPORT_TYPE_T reportType; // TP Message Type Indicator member
/base/telephony/sms_mms/services/gsm/
Dgsm_sms_tpdu_codec.cpp267 if (pDeliverRep->reportType == SMS_REPORT_NEGATIVE) { in EncodeDeliverReport()