Home
last modified time | relevance | path

Searched refs:IsValidBatchReport (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_verify.h42 bool IsValidBatchReport(int count);
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_verify.cpp293 if (!IsValidBatchReport(config.triggerCond.row)) { in VerifyTriggerCondOfReportConfig()
500 bool IsValidBatchReport(int count) in IsValidBatchReport() function
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/ndk/src/
H A Dndk_app_event_processor_service.cpp86 if (!IsValidPeriodReport(periodReport) || !IsValidBatchReport(batchReport)) { in SetReportPolicy()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dhiappevent_ffi.cpp114 if (!IsValidBatchReport(processor.batchReport)) { in ConvertReportConfig()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_processor.cpp213 if (!GenConfigIntProp(env, config, key, row) || !IsValidBatchReport(row)) { in GenConfigBatchReportProp()