Home
last modified time | relevance | path

Searched refs:reportType (Results 1 - 9 of 9) sorted by relevance

/base/customization/config_policy/frameworks/dfx/hisysevent_adapter/
H A Dhisysevent_adapter.cpp31 void ReportConfigPolicyEvent(ReportType reportType, const std::string &apiName, const std::string &msgInfo) in ReportConfigPolicyEvent() argument
34 if (reportType == ReportType::CONFIG_POLICY_FAILED) { in ReportConfigPolicyEvent()
H A Dhisysevent_adapter.h28 void ReportConfigPolicyEvent(ReportType reportType, const std::string &apiName, const std::string &msgInfo);
/base/customization/enterprise_device_management/common/native/src/
H A 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/notification/distributed_notification_service/services/ans/include/
H A Dnotification_analytics_util.h117 static bool ReportFlowControl(const int32_t reportType);
119 static std::list<std::chrono::system_clock::time_point> GetFlowListByType(const int32_t reportType);
121 static FlowControllerOption GetFlowOptionByType(const int32_t reportType);
/base/customization/enterprise_device_management/common/native/include/
H A Dhisysevent_adapter.h27 void ReportEdmEvent(ReportType reportType, const std::string &apiName, const std::string &msgInfo);
/base/notification/distributed_notification_service/services/ans/src/common/
H A Dnotification_analytics_util.cpp256 bool NotificationAnalyticsUtil::ReportFlowControl(const int32_t reportType) in ReportFlowControl() argument
260 auto iter = flowControlTimestampMap_.find(reportType); in ReportFlowControl()
265 FlowControllerOption option = GetFlowOptionByType(reportType); in ReportFlowControl()
289 FlowControllerOption NotificationAnalyticsUtil::GetFlowOptionByType(const int32_t reportType) in GetFlowOptionByType() argument
292 switch (reportType) { in GetFlowOptionByType()
/base/telephony/sms_mms/services/sms/include/gsm/
H A Dgsm_pdu_code_type.h193 SMS_REPORT_TYPE_T reportType; // TP Message Type Indicator member
/base/telephony/sms_mms/services/sms/gsm/
H A Dgsm_sms_tpdu_encode.cpp380 if (pDeliverRep->reportType == SMS_REPORT_NEGATIVE) { in EncodeDeliverReportPdu()
/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_sms_test.cpp1376 pDeliverRep->reportType = _SMS_REPORT_TYPE_E::SMS_REPORT_NEGATIVE; in HWTEST_F()

Completed in 9 milliseconds