Searched refs:onBackgroundReport (Results 1 – 12 of 12) sorted by relevance
50 bool onBackgroundReport) in SetReportPolicy() argument55 config_.triggerCond.onBackground = onBackgroundReport; in SetReportPolicy()
80 bool onBackgroundReport) in SetReportPolicy() argument90 …urn ndkProcessorPtr->SetReportPolicy(periodReport, batchReport, onStartReport, onBackgroundReport); in SetReportPolicy()
30 bool onBackgroundReport);
32 …nt SetReportPolicy(int periodReport, int batchReport, bool onStartReport, bool onBackgroundReport);
63 bool onBackgroundReport = false; member
360 bool onStartReport, bool onBackgroundReport) in OH_HiAppEvent_SetReportPolicy() argument362 return SetReportPolicy(processor, periodReport, batchReport, onStartReport, onBackgroundReport); in OH_HiAppEvent_SetReportPolicy()
66 onBackgroundReport: true,
107 onBackgroundReport: true, property in AnonymousFunction08c4972b0100.AnonymousFunction08c4972b0600.processor1
108 conf.triggerCond.onBackground = processor.onBackgroundReport; in ConvertReportConfig()
75 | onBackgroundReport | boolean | 否 | 当应用程序进入后台时是否上报事件,默认值为false。配置值为true表示上报事件,f…
75 | onBackgroundReport | boolean | No | Whether to report an event when an applicat…