Home
last modified time | relevance | path

Searched refs:MoveToBackground (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/lifecycle_deal_test/
H A Dlifecycle_deal_test.cpp137 lifecycleDeal_->MoveToBackground(want, info);
139 lifecycleDeal_->MoveToBackground(want, info);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dlifecycle_deal.h50 void MoveToBackground(const Want &want, LifeCycleStateInfo &stateInfo);
H A Dapp_scheduler.h166 void MoveToBackground(const sptr<IRemoteObject> &token);
H A Dability_connect_manager.h289 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 Dmock_app_scheduler.cpp65 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 Dlifecycle_deal.cpp63 void LifecycleDeal::MoveToBackground(const Want &want, LifeCycleStateInfo &stateInfo) in MoveToBackground() function in OHOS::AAFwk::LifecycleDeal
H A Dapp_scheduler.cpp123 void AppScheduler::MoveToBackground(const sptr<IRemoteObject> &token) in MoveToBackground() function in OHOS::AAFwk::AppScheduler
H A Dability_connect_manager.cpp1832 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 Dmission_list_manager.cpp1412 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 Dui_ability_lifecycle_manager.cpp272 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 Dui_ability_lifecycle_manager.h394 void MoveToBackground(const std::shared_ptr<AbilityRecord> &abilityRecord);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_scheduler_test/
H A Dapp_scheduler_test.cpp400 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 Dability_connect_manager_test.cpp2464 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 Dui_ability_lifecycle_manager_test.cpp737 uiAbilityLifecycleManager->MoveToBackground(nullptr);
751 uiAbilityLifecycleManager->MoveToBackground(abilityRecord);