Home
last modified time | relevance | path

Searched refs:onBackgroundReport (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/ndk/src/
H A Dndk_app_event_processor.cpp50 bool onBackgroundReport) in SetReportPolicy() argument
55 config_.triggerCond.onBackground = onBackgroundReport; in SetReportPolicy()
H A Dndk_app_event_processor_service.cpp80 bool onBackgroundReport) in SetReportPolicy() argument
90 …urn ndkProcessorPtr->SetReportPolicy(periodReport, batchReport, onStartReport, onBackgroundReport); in SetReportPolicy()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/ndk/include/
H A Dndk_app_event_processor_service.h30 bool onBackgroundReport);
H A Dndk_app_event_processor.h32 …nt SetReportPolicy(int periodReport, int batchReport, bool onStartReport, bool onBackgroundReport);
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/include/
H A Dcommon.h63 bool onBackgroundReport = false; member
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/ndk/
H A Dhiappevent_ndk.c360 bool onStartReport, bool onBackgroundReport) in OH_HiAppEvent_SetReportPolicy() argument
362 return SetReportPolicy(processor, periodReport, batchReport, onStartReport, onBackgroundReport); in OH_HiAppEvent_SetReportPolicy()
/ohos5.0/docs/zh-cn/application-dev/dfx/
H A Dhiappevent-event-reporting.md66 onBackgroundReport: true,
/ohos5.0/base/hiviewdfx/hiappevent/test/unittest/common/napi/
H A Dnapi_hiappevent_processor.test.js107 onBackgroundReport: true, property in AnonymousFunction08c4972b0100.AnonymousFunction08c4972b0600.processor1
/ohos5.0/docs/en/application-dev/dfx/
H A Dhiappevent-event-reporting.md66 onBackgroundReport: true,
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dhiappevent_ffi.cpp108 conf.triggerCond.onBackground = processor.onBackgroundReport; in ConvertReportConfig()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-performance-analysis-kit/
H A Djs-apis-hiviewdfx-hiappevent.md75 | onBackgroundReport | boolean | 否 | 当应用程序进入后台时是否上报事件,默认值为false。配置值为true表示上报事件,f…
/ohos5.0/docs/en/application-dev/reference/apis-performance-analysis-kit/
H A Djs-apis-hiviewdfx-hiappevent.md75 | onBackgroundReport | boolean | No | Whether to report an event when an applicat…