Home
last modified time | relevance | path

Searched refs:periodReport (Results 1 - 7 of 7) sorted by relevance

/base/hiviewdfx/hiappevent/frameworks/native/ndk/src/
H A Dndk_app_event_processor.cpp49 int NdkAppEventProcessor::SetReportPolicy(int periodReport, int batchReport, bool onStartReport, in SetReportPolicy() argument
52 config_.triggerCond.timeout = periodReport; in SetReportPolicy()
H A Dndk_app_event_processor_service.cpp79 int SetReportPolicy(struct HiAppEvent_Processor* processor, int periodReport, int batchReport, bool onStartReport, in SetReportPolicy() argument
86 if (!IsValidPeriodReport(periodReport) || !IsValidBatchReport(batchReport)) { in SetReportPolicy()
90 return ndkProcessorPtr->SetReportPolicy(periodReport, batchReport, onStartReport, onBackgroundReport); in SetReportPolicy()
/base/hiviewdfx/hiappevent/frameworks/native/ndk/include/
H A Dndk_app_event_processor.h32 int SetReportPolicy(int periodReport, int batchReport, bool onStartReport, bool onBackgroundReport);
H A Dndk_app_event_processor_service.h29 int SetReportPolicy(struct HiAppEvent_Processor* processor, int periodReport, int batchReport, bool onStartReport,
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/include/
H A Dcommon.h64 int64_t periodReport = 0; member
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dhiappevent_ffi.cpp109 if (!IsValidPeriodReport(processor.periodReport)) { in ConvertReportConfig()
112 conf.triggerCond.timeout = processor.periodReport; in ConvertReportConfig()
/base/hiviewdfx/hiappevent/frameworks/native/ndk/
H A Dhiappevent_ndk.c359 int OH_HiAppEvent_SetReportPolicy(struct HiAppEvent_Processor* processor, int periodReport, int batchReport, in OH_HiAppEvent_SetReportPolicy() argument
362 return SetReportPolicy(processor, periodReport, batchReport, onStartReport, onBackgroundReport); in OH_HiAppEvent_SetReportPolicy()

Completed in 4 milliseconds