Home
last modified time | relevance | path

Searched refs:ABILITY_STOP (Results 1 - 5 of 5) sorted by relevance

/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/src/
H A Dbundle_active_package_stats.cpp95 eventId != BundleActiveEvent::ABILITY_STOP) { in UpdateAbility()
130 case BundleActiveEvent::ABILITY_STOP: in UpdateAbility()
179 case BundleActiveEvent::ABILITY_STOP: in Update()
H A Dbundle_active_event.cpp203 eventId == ABILITY_STOP || 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.cpp68 tmpHandlerObject.event_.eventId_ = BundleActiveEvent::ABILITY_STOP; in OnAbilityStateChanged()
/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/include/
H A Dbundle_active_event.h31 static const int32_t ABILITY_STOP = 4; // onStop() called, ability is destroyed. member in OHOS::DeviceUsageStats::BundleActiveEvent
/foundation/resourceschedule/device_usage_statistics/test/unittest/
H A Dpackage_usage_test.cpp93 eventId = BundleActiveEvent::ABILITY_STOP; in HWTEST_F()
160 eventId = BundleActiveEvent::ABILITY_STOP; in HWTEST_F()
851 tmpObject.event_.eventId_ = tmpObject.event_.ABILITY_STOP; in HWTEST_F()
1133 packageStats->abilities_[abilityId] = BundleActiveEvent::ABILITY_STOP; in HWTEST_F()

Completed in 4 milliseconds