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 D | mock_app_scheduler.cpp | 61 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 D | app_scheduler.h | 167 void MoveToForeground(const sptr<IRemoteObject> &token);
|
/foundation/ability/ability_runtime/test/unittest/app_scheduler_test/ |
H A D | app_scheduler_test.cpp | 326 * 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 D | app_scheduler.cpp | 121 void AppScheduler::MoveToForeground(const sptr<IRemoteObject> &token) in MoveToForeground() function in OHOS::AAFwk::AppScheduler
|
H A D | ability_record.cpp | 468 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 D | ability_connect_manager.cpp | 265 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 D | ui_ability_lifecycle_manager.cpp | 268 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 D | mission_list_manager.cpp | 1027 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 28 milliseconds