Home
last modified time | relevance | path

Searched refs:enterRecent (Results 1 - 3 of 3) sorted by relevance

/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session_manager.cpp3039 bool enterRecent = false; in OnNotifyEnterRecentTask() local
3040 if (!ConvertFromJsValue(env, argv[0], enterRecent)) { in OnNotifyEnterRecentTask()
3041 TLOGE(WmsLogTag::WMS_LAYOUT, "[NAPI]Failed to convert parameter to enterRecent"); in OnNotifyEnterRecentTask()
3047 SceneSessionManager::GetInstance().NotifyEnterRecentTask(enterRecent); in OnNotifyEnterRecentTask()
/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h420 WSError NotifyEnterRecentTask(bool enterRecent);
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp10612 WSError SceneSessionManager::NotifyEnterRecentTask(bool enterRecent) in NotifyEnterRecentTask() argument
10614 TLOGI(WmsLogTag::WMS_IMMS, "enterRecent: %{public}u", enterRecent); in NotifyEnterRecentTask()
10615 enterRecent_.store(enterRecent); in NotifyEnterRecentTask()
10616 SetSystemAnimatedScenes(enterRecent ? in NotifyEnterRecentTask()

Completed in 25 milliseconds