Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
Dhiappevent_verify.h41 bool IsValidBatchReport(int count);
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_verify.cpp251 if (!IsValidBatchReport(config.triggerCond.row)) { in VerifyTriggerCondOfReportConfig()
412 bool IsValidBatchReport(int count) in IsValidBatchReport() function
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
Dnapi_hiappevent_processor.cpp207 if (!GenConfigIntProp(env, config, key, row) || !IsValidBatchReport(row)) { in GenConfigBatchReportProp()