/ohos5.0/foundation/ability/ability_runtime/test/unittest/lifecycle_deal_test/ |
H A D | lifecycle_deal_test.cpp | 137 lifecycleDeal_->MoveToBackground(want, info); 139 lifecycleDeal_->MoveToBackground(want, info);
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | lifecycle_deal.h | 50 void MoveToBackground(const Want &want, LifeCycleStateInfo &stateInfo);
|
H A D | app_scheduler.h | 166 void MoveToBackground(const sptr<IRemoteObject> &token);
|
H A D | ability_connect_manager.h | 289 void MoveToBackground(const std::shared_ptr<AbilityRecord> &abilityRecord);
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/src/appmgr/ |
H A D | mock_app_scheduler.cpp | 65 void AppScheduler::MoveToBackground(const sptr<IRemoteObject>& token) in MoveToBackground() function in OHOS::AAFwk::AppScheduler
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | lifecycle_deal.cpp | 63 void LifecycleDeal::MoveToBackground(const Want &want, LifeCycleStateInfo &stateInfo) in MoveToBackground() function in OHOS::AAFwk::LifecycleDeal
|
H A D | app_scheduler.cpp | 123 void AppScheduler::MoveToBackground(const sptr<IRemoteObject> &token) in MoveToBackground() function in OHOS::AAFwk::AppScheduler
|
H A D | ability_connect_manager.cpp | 1832 MoveToBackground(abilityRecord); in DoBackgroundAbilityWindow() 2643 void AbilityConnectManager::MoveToBackground(const std::shared_ptr<AbilityRecord> &abilityRecord) in MoveToBackground() function in OHOS::AAFwk::AbilityConnectManager 2728 DelayedSingleton<AppScheduler>::GetInstance()->MoveToBackground(abilityRecord->GetToken()); in CompleteBackground()
|
H A D | mission_list_manager.cpp | 1412 DelayedSingleton<AppScheduler>::GetInstance()->MoveToBackground(abilityRecord->GetToken()); in CompleteBackground() 2386 DelayedSingleton<AppScheduler>::GetInstance()->MoveToBackground(abilityRecord->GetToken()); in CompleteForegroundFailed()
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/scene_board/ |
H A D | ui_ability_lifecycle_manager.cpp | 272 MoveToBackground(abilityRecord); in AttachAbilityThread() 299 … DelayedSingleton<AppScheduler>::GetInstance()->MoveToBackground(abilityRecord->GetToken()); in OnAbilityRequestDone() 510 … DelayedSingleton<AppScheduler>::GetInstance()->MoveToBackground(abilityRecord->GetToken()); in DispatchForeground() 587 MoveToBackground(abilityRecord); in CompleteForegroundSuccess() 839 MoveToBackground(abilityRecord); in MinimizeUIAbility() 844 void UIAbilityLifecycleManager::MoveToBackground(const std::shared_ptr<AbilityRecord> &abilityRecor… in MoveToBackground() function in OHOS::AAFwk::UIAbilityLifecycleManager 1180 DelayedSingleton<AppScheduler>::GetInstance()->MoveToBackground(abilityRecord->GetToken()); in CompleteBackground() 1353 MoveToBackground(abilityRecord); in CloseUIAbilityInner()
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/scene_board/ |
H A D | ui_ability_lifecycle_manager.h | 394 void MoveToBackground(const std::shared_ptr<AbilityRecord> &abilityRecord);
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_scheduler_test/ |
H A D | app_scheduler_test.cpp | 400 DelayedSingleton<AppScheduler>::GetInstance()->MoveToBackground(token); 422 DelayedSingleton<AppScheduler>::GetInstance()->MoveToBackground(token);
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_connect_manager_test/ |
H A D | ability_connect_manager_test.cpp | 2464 connectManager->MoveToBackground(abilityRecord); 2482 connectManager->MoveToBackground(abilityRecord); 2501 connectManager->MoveToBackground(abilityRecord);
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ui_ability_lifecycle_manager_test/ |
H A D | ui_ability_lifecycle_manager_test.cpp | 737 uiAbilityLifecycleManager->MoveToBackground(nullptr); 751 uiAbilityLifecycleManager->MoveToBackground(abilityRecord);
|