Home
last modified time | relevance | path

Searched refs:LONG_TIME_TASK_STARTTED (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/src/
H A Dbundle_active_package_stats.cpp141 …if (eventId != BundleActiveEvent::LONG_TIME_TASK_STARTTED && eventId != BundleActiveEvent::LONG_TI… in UpdateLongTimeTask()
150 case BundleActiveEvent::LONG_TIME_TASK_STARTTED: in UpdateLongTimeTask()
159 case BundleActiveEvent::LONG_TIME_TASK_STARTTED: in UpdateLongTimeTask()
190 case BundleActiveEvent::LONG_TIME_TASK_STARTTED: in Update()
H A Dbundle_active_event.cpp204 eventId == LONG_TIME_TASK_STARTTED || in IsBundleEvent()
/ohos5.0/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/include/
H A Dbundle_active_event.h32 static const int32_t LONG_TIME_TASK_STARTTED = 5; variable
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_continuous_task_observer.cpp104 tmpHandlerObject.event_.eventId_ = BundleActiveEvent::LONG_TIME_TASK_STARTTED; in ReportContinuousTaskEvent()
/ohos5.0/foundation/resourceschedule/device_usage_statistics/test/unittest/
H A Dpackage_usage_test.cpp99 eventId = BundleActiveEvent::LONG_TIME_TASK_STARTTED;
134 eventId = BundleActiveEvent::LONG_TIME_TASK_STARTTED;
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packagegroup/src/
H A Dbundle_active_group_controller.cpp52 {BundleActiveEvent::LONG_TIME_TASK_STARTTED, GROUP_EVENT_REASON_LONG_TIME_TASK_STARTTED}, in BundleActiveGroupController()