Home
last modified time | relevance | path

Searched defs:batchReport (Results 1 – 5 of 5) sorted by relevance

/base/hiviewdfx/hiappevent/frameworks/native/ndk/src/
Dndk_app_event_processor.cpp50 int NdkAppEventProcessor::SetReportPolicy(int periodReport, int batchReport, bool onStartReport, in SetReportPolicy()
Dndk_app_event_processor_service.cpp79 int SetReportPolicy(struct HiAppEvent_Processor* processor, int periodReport, int batchReport, bool… in SetReportPolicy()
/base/hiviewdfx/hiappevent/test/unittest/common/napi/
Dnapi_hiappevent_processor.test.js117 batchReport: 0, property
421 batchReport: null, property
427 batchReport: true, property
433 batchReport: 0, property
439 batchReport: 1001, property
445 batchReport: 1, property
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/include/
Dcommon.h65 int64_t batchReport = 0; member
/base/hiviewdfx/hiappevent/frameworks/native/ndk/
Dhiappevent_ndk.c186 …AppEvent_SetReportPolicy(struct HiAppEvent_Processor* processor, int periodReport, int batchReport, in OH_HiAppEvent_SetReportPolicy()