Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/test/unittest/lifecycle_deal_test/
H A Dlifecycle_deal_test.cpp116 * Function: MoveToBackground
118 * FunctionPoints: LifecycleDeal MoveToBackground
120 * CaseDescription: Verify MoveToBackground operation and call mock once
137 lifecycleDeal_->MoveToBackground(want, info); in HWTEST_F()
139 lifecycleDeal_->MoveToBackground(want, info); in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dlifecycle_deal.h53 void MoveToBackground(const Want &want, LifeCycleStateInfo &stateInfo);
H A Dapp_scheduler.h174 void MoveToBackground(const sptr<IRemoteObject> &token);
H A Dability_connect_manager.h289 void MoveToBackground(const std::shared_ptr<AbilityRecord> &abilityRecord);
/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.cpp130 void AppScheduler::MoveToBackground(const sptr<IRemoteObject> &token) in MoveToBackground() function in OHOS::AAFwk::AppScheduler
H A Dability_connect_manager.cpp1840 MoveToBackground(abilityRecord); in DoBackgroundAbilityWindow()
2659 void AbilityConnectManager::MoveToBackground(const std::shared_ptr<AbilityRecord> &abilityRecord) in MoveToBackground() function in OHOS::AAFwk::AbilityConnectManager
2744 DelayedSingleton<AppScheduler>::GetInstance()->MoveToBackground(abilityRecord->GetToken()); in CompleteBackground()
/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/src/appmgr/
H A Dmock_app_scheduler.cpp66 void AppScheduler::MoveToBackground(const sptr<IRemoteObject>& token) in MoveToBackground() function in OHOS::AAFwk::AppScheduler
68 TAG_LOGI(AAFwkTag::TEST, "Test AppScheduler::MoveToBackground()"); in MoveToBackground()
/foundation/ability/ability_runtime/services/abilitymgr/src/scene_board/
H A Dui_ability_lifecycle_manager.cpp271 MoveToBackground(abilityRecord); in AttachAbilityThread()
525 DelayedSingleton<AppScheduler>::GetInstance()->MoveToBackground(abilityRecord->GetToken()); in DispatchForeground()
602 MoveToBackground(abilityRecord); in CompleteForegroundSuccess()
856 MoveToBackground(abilityRecord); in MinimizeUIAbility()
861 void UIAbilityLifecycleManager::MoveToBackground(const std::shared_ptr<AbilityRecord> &abilityRecord) in MoveToBackground() function in OHOS::AAFwk::UIAbilityLifecycleManager
1196 DelayedSingleton<AppScheduler>::GetInstance()->MoveToBackground(abilityRecord->GetToken()); in CompleteBackground()
1369 MoveToBackground(abilityRecord); in CloseUIAbilityInner()
/foundation/ability/ability_runtime/services/abilitymgr/include/scene_board/
H A Dui_ability_lifecycle_manager.h397 void MoveToBackground(const std::shared_ptr<AbilityRecord> &abilityRecord);
/foundation/ability/ability_runtime/test/unittest/app_scheduler_test/
H A Dapp_scheduler_test.cpp374 * Function: MoveToBackground
376 * FunctionPoints: AppScheduler MoveToBackground
393 DelayedSingleton<AppScheduler>::GetInstance()->MoveToBackground(token); in HWTEST_F()
398 * Function: MoveToBackground GetAbilityState
400 * FunctionPoints: AppScheduler MoveToBackground and GetAbilityState
415 DelayedSingleton<AppScheduler>::GetInstance()->MoveToBackground(token); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/ability_connect_manager_test/
H A Dability_connect_manager_test.cpp2491 * Function: MoveToBackground
2493 * FunctionPoints: MissionListManager MoveToBackground
2495 * CaseDescription: Verify MoveToBackground
2502 connectManager->MoveToBackground(abilityRecord); in HWTEST_F()
2508 * Function: MoveToBackground
2510 * FunctionPoints: MissionListManager MoveToBackground
2512 * CaseDescription: Verify MoveToBackground
2520 connectManager->MoveToBackground(abilityRecord); in HWTEST_F()
2526 * Function: MoveToBackground
2528 * FunctionPoints: MissionListManager MoveToBackground
[all...]
/foundation/ability/ability_runtime/services/abilitymgr/src/mission/
H A Dmission_list_manager.cpp1418 DelayedSingleton<AppScheduler>::GetInstance()->MoveToBackground(abilityRecord->GetToken()); in CompleteBackground()
2414 DelayedSingleton<AppScheduler>::GetInstance()->MoveToBackground(abilityRecord->GetToken()); in CompleteForegroundFailed()
/foundation/ability/ability_runtime/test/unittest/ui_ability_lifecycle_manager_test/
H A Dui_ability_lifecycle_manager_test.cpp731 * @tc.desc: MoveToBackground
738 uiAbilityLifecycleManager->MoveToBackground(nullptr); in HWTEST_F()
744 * @tc.desc: MoveToBackground
752 uiAbilityLifecycleManager->MoveToBackground(abilityRecord); in HWTEST_F()

Completed in 34 milliseconds