Searched refs:FORM_IS_CLICKED (Results 1 - 9 of 9) sorted by relevance
/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/include/ |
H A D | bundle_active_event.h | 45 static const int32_t FORM_IS_CLICKED = 15; member in OHOS::DeviceUsageStats::BundleActiveEvent
|
/foundation/resourceschedule/device_usage_statistics/test/unittest/ |
H A D | device_usage_statistics_multi_test.cpp | 129 g_defaultDimension, g_defaultFormId, BundleActiveEvent::FORM_IS_CLICKED);
in MultiTestReportEvent() 235 g_defaultDimension, g_defaultFormId, BundleActiveEvent::FORM_IS_CLICKED);
in MultiTestQueryModuleUsageRecords()
|
H A D | device_usage_statistics_test.cpp | 120 g_defaultDimension, g_defaultFormId, BundleActiveEvent::FORM_IS_CLICKED); in HWTEST_F() 208 g_defaultDimension, g_defaultFormId, BundleActiveEvent::FORM_IS_CLICKED); in HWTEST_F()
|
H A D | device_usage_statistics_mock_test.cpp | 79 g_defaultDimension, g_defaultFormId, BundleActiveEvent::FORM_IS_CLICKED); in HWTEST_F()
|
H A D | package_usage_test.cpp | 316 event.eventId_ = BundleActiveEvent::FORM_IS_CLICKED; in HWTEST_F()
|
/foundation/resourceschedule/device_usage_statistics/test/fuzztest/bundleactivepowerstatecallbackproxy_fuzzer/ |
H A D | bundleactivepowerstatecallbackproxy_fuzzer.cpp | 117 DEFAULT_DIMENSION, DEFAULT_FORMID, BundleActiveEvent::FORM_IS_CLICKED); in BundleActiveClientFuzzTest()
|
/foundation/resourceschedule/device_usage_statistics/services/common/src/ |
H A D | bundle_active_core.cpp | 611 if (event.eventId_ == BundleActiveEvent::FORM_IS_CLICKED || in ReportEvent()
|
/foundation/resourceschedule/device_usage_statistics/services/packageusage/src/ |
H A D | bundle_active_user_service.cpp | 735 if (event.eventId_ == BundleActiveEvent::FORM_IS_CLICKED && moduleRecord) { in ReportFormEvent()
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_mgr_adapter.cpp | 2513 record.specification, record.formId, DeviceUsageStats::BundleActiveEvent::FORM_IS_CLICKED); in MessageEvent() 2597 record.specification, record.formId, DeviceUsageStats::BundleActiveEvent::FORM_IS_CLICKED); in RouterEvent()
|
Completed in 15 milliseconds