Home
last modified time | relevance | path

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

/base/customization/enterprise_device_management/common/native/src/
Dhisysevent_adapter.cpp23 void ReportEdmEvent(ReportType reportType, const std::string &apiName, const std::string &msgInfo) in ReportEdmEvent() argument
26 if (reportType == ReportType::EDM_FUNC_FAILED) { in ReportEdmEvent()
/base/customization/config_policy/frameworks/dfx/hisysevent_adapter/
Dhisysevent_adapter.cpp26 void ReportConfigPolicyEvent(ReportType reportType, const std::string &apiName, const std::string &… in ReportConfigPolicyEvent() argument
29 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/sms/include/gsm/
Dgsm_pdu_code_type.h190 SMS_REPORT_TYPE_T reportType; // TP Message Type Indicator member
/base/telephony/sms_mms/services/sms/gsm/
Dgsm_sms_tpdu_encode.cpp377 if (pDeliverRep->reportType == SMS_REPORT_NEGATIVE) { in EncodeDeliverReportPdu()
/base/telephony/sms_mms/test/gtest/
Dzero_branch_sms_test.cpp835 pDeliverRep->reportType = _SMS_REPORT_TYPE_E::SMS_REPORT_NEGATIVE;