Searched refs:periodReport (Results 1 - 7 of 7) sorted by relevance
/base/hiviewdfx/hiappevent/frameworks/native/ndk/src/ |
H A D | ndk_app_event_processor.cpp | 49 int NdkAppEventProcessor::SetReportPolicy(int periodReport, int batchReport, bool onStartReport, in SetReportPolicy() argument 52 config_.triggerCond.timeout = periodReport; in SetReportPolicy()
|
H A D | ndk_app_event_processor_service.cpp | 79 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 D | ndk_app_event_processor.h | 32 int SetReportPolicy(int periodReport, int batchReport, bool onStartReport, bool onBackgroundReport);
|
H A D | ndk_app_event_processor_service.h | 29 int SetReportPolicy(struct HiAppEvent_Processor* processor, int periodReport, int batchReport, bool onStartReport,
|
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/include/ |
H A D | common.h | 64 int64_t periodReport = 0; member
|
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/ |
H A D | hiappevent_ffi.cpp | 109 if (!IsValidPeriodReport(processor.periodReport)) { in ConvertReportConfig() 112 conf.triggerCond.timeout = processor.periodReport; in ConvertReportConfig()
|
/base/hiviewdfx/hiappevent/frameworks/native/ndk/ |
H A D | hiappevent_ndk.c | 359 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