/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_running_record.cpp | 830 void AppRunningRecord::StateChangedNotifyObserver(const std::shared_ptr<AbilityRunningRecord> &abil… in StateChangedNotifyObserver() function in OHOS::AppExecFwk::AppRunningRecord 874 … serviceInner->StateChangedNotifyObserver(abilityStateData, isAbility, isFromWindowFocusChanged); in StateChangedNotifyObserver() 964 StateChangedNotifyObserver( in UpdateAbilityState() 1008 …StateChangedNotifyObserver(ability, static_cast<int32_t>(AbilityState::ABILITY_STATE_FOREGROUND), … in AbilityForeground() 1055 …StateChangedNotifyObserver(ability, static_cast<int32_t>(AbilityState::ABILITY_STATE_BACKGROUND), … in AbilityBackground() 1098 StateChangedNotifyObserver(ability, abilityState, isAbility, true); in AbilityFocused() 1125 StateChangedNotifyObserver(ability, abilityState, isAbility, true); in AbilityUnfocused() 1156 … StateChangedNotifyObserver(ability, static_cast<int32_t>(AbilityState::ABILITY_STATE_FOREGROUND), in PopForegroundingAbilityTokens() 1180 StateChangedNotifyObserver( in TerminateAbility()
|
H A D | app_state_observer_manager.cpp | 413 void AppStateObserverManager::StateChangedNotifyObserver( in StateChangedNotifyObserver() function in OHOS::AppExecFwk::AppStateObserverManager
|
H A D | app_mgr_service_inner.cpp | 2499 … appRecord->StateChangedNotifyObserver(abilityRecord, static_cast<int32_t>(state), true, false); in UpdateAbilityState() 2527 appRecord->StateChangedNotifyObserver(abilityRecord, static_cast<int32_t>(state), false, false); in UpdateExtensionState() 3016 void AppMgrServiceInner::StateChangedNotifyObserver( in StateChangedNotifyObserver() function in OHOS::AppExecFwk::AppMgrServiceInner 3019 DelayedSingleton<AppStateObserverManager>::GetInstance()->StateChangedNotifyObserver( in StateChangedNotifyObserver() 3699 appRecord->StateChangedNotifyObserver(abilityRecord, in ClearAppRunningData()
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_state_observer_manager.h | 60 void StateChangedNotifyObserver(
|
H A D | app_running_record.h | 594 void StateChangedNotifyObserver(
|
H A D | app_mgr_service_inner.h | 154 void StateChangedNotifyObserver(
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_app_running_record_test/ |
H A D | ams_app_running_record_test.cpp | 2652 record->StateChangedNotifyObserver(nullptr, 0, false, false); 2666 record->StateChangedNotifyObserver(abilityRunningRecord, 0, false, false); 2667 record->StateChangedNotifyObserver(abilityRunningRecord1, 0, true, false); 2668 record->StateChangedNotifyObserver(abilityRunningRecord, 0, true, false); 2669 record->StateChangedNotifyObserver(abilityRunningRecord2, 0, true, false);
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_state_observer_manager_test/ |
H A D | app_state_observer_manager_test.cpp | 345 manager->StateChangedNotifyObserver(abilityStateData, isAbility, false); 347 manager->StateChangedNotifyObserver(abilityStateData, isAbility, false);
|