Home
last modified time | relevance | path

Searched refs:StateChangedNotifyObserver (Results 1 - 9 of 9) sorted by relevance

/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_record.cpp834 void AppRunningRecord::StateChangedNotifyObserver(const std::shared_ptr<AbilityRunningRecord> &ability, in StateChangedNotifyObserver() function in OHOS::AppExecFwk::AppRunningRecord
876 serviceInner->StateChangedNotifyObserver(abilityStateData, isAbility, isFromWindowFocusChanged); in StateChangedNotifyObserver()
966 StateChangedNotifyObserver( in UpdateAbilityState()
1012 StateChangedNotifyObserver(ability, static_cast<int32_t>(AbilityState::ABILITY_STATE_FOREGROUND), true, false); in AbilityForeground()
1062 StateChangedNotifyObserver(ability, static_cast<int32_t>(AbilityState::ABILITY_STATE_BACKGROUND), true, false); in AbilityBackground()
1105 StateChangedNotifyObserver(ability, abilityState, isAbility, true); in AbilityFocused()
1132 StateChangedNotifyObserver(ability, abilityState, isAbility, true); in AbilityUnfocused()
1163 StateChangedNotifyObserver(ability, static_cast<int32_t>(AbilityState::ABILITY_STATE_FOREGROUND), in PopForegroundingAbilityTokens()
1185 StateChangedNotifyObserver( in TerminateAbility()
H A Dapp_state_observer_manager.cpp451 void AppStateObserverManager::StateChangedNotifyObserver( in StateChangedNotifyObserver() function in OHOS::AppExecFwk::AppStateObserverManager
465 TAG_LOGD(AAFwkTag::APPMGR, "StateChangedNotifyObserver come."); in StateChangedNotifyObserver()
H A Dapp_running_manager.cpp570 appRecord->StateChangedNotifyObserver(abilityRecord, static_cast<int32_t>( in HandleAbilityAttachTimeOut()
H A Dapp_mgr_service_inner.cpp2555 appRecord->StateChangedNotifyObserver(abilityRecord, static_cast<int32_t>(state), true, false); in UpdateAbilityState()
2583 appRecord->StateChangedNotifyObserver(abilityRecord, static_cast<int32_t>(state), false, false); in UpdateExtensionState()
3006 void AppMgrServiceInner::StateChangedNotifyObserver( in StateChangedNotifyObserver() function in OHOS::AppExecFwk::AppMgrServiceInner
3009 DelayedSingleton<AppStateObserverManager>::GetInstance()->StateChangedNotifyObserver( in StateChangedNotifyObserver()
3695 appRecord->StateChangedNotifyObserver(abilityRecord, in ClearAppRunningData()
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_state_observer_manager.h60 void StateChangedNotifyObserver(
H A Dapp_running_record.h652 void StateChangedNotifyObserver(
H A Dapp_mgr_service_inner.h150 * StateChangedNotifyObserver, Call ability state change.
157 void StateChangedNotifyObserver(
/foundation/ability/ability_runtime/test/unittest/ams_app_running_record_test/
H A Dams_app_running_record_test.cpp2704 record->StateChangedNotifyObserver(nullptr, 0, false, false); in HWTEST_F()
2718 record->StateChangedNotifyObserver(abilityRunningRecord, 0, false, false); in HWTEST_F()
2719 record->StateChangedNotifyObserver(abilityRunningRecord1, 0, true, false); in HWTEST_F()
2720 record->StateChangedNotifyObserver(abilityRunningRecord, 0, true, false); in HWTEST_F()
2721 record->StateChangedNotifyObserver(abilityRunningRecord2, 0, true, false); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/app_state_observer_manager_test/
H A Dapp_state_observer_manager_test.cpp441 * Function: StateChangedNotifyObserver
443 * FunctionPoints: AppStateObserverManager StateChangedNotifyObserver
445 * CaseDescription: Verify StateChangedNotifyObserver
453 manager->StateChangedNotifyObserver(abilityStateData, isAbility, false); in HWTEST_F()
455 manager->StateChangedNotifyObserver(abilityStateData, isAbility, false); in HWTEST_F()

Completed in 36 milliseconds