Home
last modified time | relevance | path

Searched refs:IsBundleEvent (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/include/
H A Dbundle_active_event.h135 static bool IsBundleEvent(const int32_t eventId);
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packageusage/src/
H A Dbundle_active_period_stats.cpp72 } else if (BundleActiveEvent::IsBundleEvent(eventId)) { in Update()
/ohos5.0/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/src/
H A Dbundle_active_event.cpp199 bool BundleActiveEvent::IsBundleEvent(const int32_t eventId) in IsBundleEvent() function in OHOS::DeviceUsageStats::BundleActiveEvent
/ohos5.0/foundation/resourceschedule/device_usage_statistics/test/unittest/
H A Dpackage_usage_test.cpp636 EXPECT_EQ(bundleEvent->IsBundleEvent(BundleActiveEvent::END_OF_THE_DAY), true);
637 EXPECT_NE(bundleEvent->IsBundleEvent(BundleActiveEvent::SHUTDOWN), true);