Home
last modified time | relevance | path

Searched refs:MoveToForeground (Results 1 - 8 of 8) sorted by relevance

/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/src/appmgr/
H A Dmock_app_scheduler.cpp61 void AppScheduler::MoveToForeground(const sptr<IRemoteObject>& token) in MoveToForeground() function in OHOS::AAFwk::AppScheduler
63 TAG_LOGI(AAFwkTag::TEST, "Test AppScheduler::MoveToForeground()"); in MoveToForeground()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dapp_scheduler.h167 void MoveToForeground(const sptr<IRemoteObject> &token);
/foundation/ability/ability_runtime/test/unittest/app_scheduler_test/
H A Dapp_scheduler_test.cpp326 * Function: MoveToForeground
328 * FunctionPoints: AppScheduler MoveToForeground
345 DelayedSingleton<AppScheduler>::GetInstance()->MoveToForeground(token); in HWTEST_F()
350 * Function: MoveToForeground
352 * FunctionPoints: AppScheduler MoveToForeground
369 DelayedSingleton<AppScheduler>::GetInstance()->MoveToForeground(token); in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dapp_scheduler.cpp121 void AppScheduler::MoveToForeground(const sptr<IRemoteObject> &token) in MoveToForeground() function in OHOS::AAFwk::AppScheduler
H A Dability_record.cpp468 TAG_LOGD(AAFwkTag::ABILITYMGR, "MoveToForeground, %{public}s", element.c_str()); in ProcessForegroundAbility()
474 DelayedSingleton<AppScheduler>::GetInstance()->MoveToForeground(token_); in ProcessForegroundAbility()
592 TAG_LOGD(AAFwkTag::ABILITYMGR, "MoveToForeground, %{public}s", element.c_str()); in ProcessForegroundAbility()
594 DelayedSingleton<AppScheduler>::GetInstance()->MoveToForeground(token_); in ProcessForegroundAbility()
743 TAG_LOGD(AAFwkTag::ABILITYMGR, "MoveToForeground, %{public}s", element.c_str()); in ProcessForegroundAbility()
745 DelayedSingleton<AppScheduler>::GetInstance()->MoveToForeground(token_); in ProcessForegroundAbility()
H A Dability_connect_manager.cpp265 DelayedSingleton<AppScheduler>::GetInstance()->MoveToForeground(abilityRecord->GetToken()); in DoForegroundUIExtension()
828 DelayedSingleton<AppScheduler>::GetInstance()->MoveToForeground(token); in AttachAbilityThreadLocked()
/foundation/ability/ability_runtime/services/abilitymgr/src/scene_board/
H A Dui_ability_lifecycle_manager.cpp268 DelayedSingleton<AppScheduler>::GetInstance()->MoveToForeground(token); in AttachAbilityThread()
280 DelayedSingleton<AppScheduler>::GetInstance()->MoveToForeground(token); in AttachAbilityThread()
1201 DelayedSingleton<AppScheduler>::GetInstance()->MoveToForeground(abilityRecord->GetToken()); in CompleteBackground()
/foundation/ability/ability_runtime/services/abilitymgr/src/mission/
H A Dmission_list_manager.cpp1027 DelayedSingleton<AppScheduler>::GetInstance()->MoveToForeground(token); in AttachAbilityThread()
1048 DelayedSingleton<AppScheduler>::GetInstance()->MoveToForeground(token); in AttachAbilityThread()
1421 DelayedSingleton<AppScheduler>::GetInstance()->MoveToForeground(abilityRecord->GetToken()); in CompleteBackground()

Completed in 27 milliseconds