Home
last modified time | relevance | path

Searched refs:ABILITY_BACKGROUND (Results 1 - 7 of 7) sorted by relevance

/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/src/
H A Dbundle_active_package_stats.cpp94 if (eventId != BundleActiveEvent::ABILITY_FOREGROUND && eventId != BundleActiveEvent::ABILITY_BACKGROUND && in UpdateAbility()
110 case BundleActiveEvent::ABILITY_BACKGROUND: in UpdateAbility()
127 case BundleActiveEvent::ABILITY_BACKGROUND: in UpdateAbility()
178 case BundleActiveEvent::ABILITY_BACKGROUND: in Update()
H A Dbundle_active_event.cpp201 if (eventId == ABILITY_BACKGROUND || in IsBundleEvent()
214 if (eventId == ABILITY_BACKGROUND || eventId == ABILITY_FOREGROUND || eventId == ABILITY_STOP) { in IsAppStateEvent()
/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_app_state_obsever.cpp65 tmpHandlerObject.event_.eventId_ = BundleActiveEvent::ABILITY_BACKGROUND; in OnAbilityStateChanged()
/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/include/
H A Dbundle_active_event.h30 static const int32_t ABILITY_BACKGROUND = 3; // onBackground() called, ability is in background. member in OHOS::DeviceUsageStats::BundleActiveEvent
/foundation/resourceschedule/device_usage_statistics/test/unittest/
H A Dpackage_usage_test.cpp90 eventId = BundleActiveEvent::ABILITY_BACKGROUND; in HWTEST_F()
156 eventId = BundleActiveEvent::ABILITY_BACKGROUND; in HWTEST_F()
1135 packageStats->abilities_[abilityId] = BundleActiveEvent::ABILITY_BACKGROUND; in HWTEST_F()
/foundation/resourceschedule/device_usage_statistics/services/packagegroup/src/
H A Dbundle_active_group_controller.cpp47 {BundleActiveEvent::ABILITY_BACKGROUND, GROUP_EVENT_REASON_BACKGROUND}, in BundleActiveGroupController()
/foundation/resourceschedule/device_usage_statistics/services/packageusage/src/
H A Dbundle_active_user_service.cpp384 if (it->second == BundleActiveEvent::ABILITY_BACKGROUND) { in UpdateContinueAbilitiesMemory()

Completed in 6 milliseconds