Home
last modified time | relevance | path

Searched refs:NeedReport (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/storage/include/
H A Dcpu_storage.h47 bool NeedReport();
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/control/db/include/
H A Ddaily_db_helper.h40 bool NeedReport(int64_t nowTime);
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/mock/
H A Dmock_notification_analytics_util.cpp26 bool HaMetaMessage::NeedReport() const in NeedReport() function in OHOS::Notification::HaMetaMessage
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/common/
H A Dnotification_analytics_util.cpp64 bool HaMetaMessage::NeedReport() const in NeedReport() function in OHOS::Notification::HaMetaMessage
161 if (request == nullptr || !message.NeedReport()) { in ReportDeleteFailedEvent()
162 ANS_LOGE("request is null %{public}d", message.NeedReport()); in ReportDeleteFailedEvent()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_analytics_util.h67 bool NeedReport() const;
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/storage/
H A Dcpu_storage.cpp352 if (!NeedReport()) { in Report()
389 bool CpuStorage::NeedReport() in NeedReport() function in OHOS::HiviewDFX::CpuStorage
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/control/
H A Ddaily_controller.cpp111 if (dbHelper_->NeedReport(nowTime)) { in TryToReportDb()
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/control/db/
H A Ddaily_db_helper.cpp197 bool DailyDbHelper::NeedReport(int64_t nowTime) in NeedReport() function in OHOS::HiviewDFX::DailyDbHelper