Home
last modified time | relevance | path

Searched refs:PostVoidSyncTask (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dsession_listener_controller.cpp113 …taskScheduler_->PostVoidSyncTask(task, "NotifySessionCreated:PID:" + std::to_string(persistentId)); in NotifySessionCreated()
135 …taskScheduler_->PostVoidSyncTask(task, "NotifySessionDestroyed:PID:" + std::to_string(persistentId… in NotifySessionDestroyed()
158 taskScheduler_->PostVoidSyncTask(task, "HandleUnInstallApp"); in HandleUnInstallApp()
180 …taskScheduler_->PostVoidSyncTask(task, "NotifySessionSnapshotChanged:PID:" + std::to_string(persis… in NotifySessionSnapshotChanged()
202 …taskScheduler_->PostVoidSyncTask(task, "NotifySessionMovedToFront" + std::to_string(persistentId)); in NotifySessionMovedToFront()
224 taskScheduler_->PostVoidSyncTask(task, "NotifySessionFocused" + std::to_string(persistentId)); in NotifySessionFocused()
246 …taskScheduler_->PostVoidSyncTask(task, "NotifySessionUnfocused:PID:" + std::to_string(persistentId… in NotifySessionUnfocused()
269 …taskScheduler_->PostVoidSyncTask(task, "NotifySessionIconChanged:PID:" + std::to_string(persistent… in NotifySessionIconChanged()
291 … taskScheduler_->PostVoidSyncTask(task, "NotifySessionClosed:PID:" + std::to_string(persistentId)); in NotifySessionClosed()
313 …taskScheduler_->PostVoidSyncTask(task, "NotifySessionLabelUpdated" + std::to_string(persistentId)); in NotifySessionLabelUpdated()
H A Dscreen_session_manager.cpp1939 …screenPowerTaskScheduler_->PostVoidSyncTask(rsSetScreenPowerStatusTask, "rsInterface_.SetScreenPow… in CallRsSetScreenPowerStatusSync()
1951 …screenPowerTaskScheduler_->PostVoidSyncTask(rsSetScreenPowerStatusTask, "rsInterface_.SetScreenPow… in CallRsSetScreenPowerStatusSyncForFold()
H A Dscene_session_manager.cpp4311 taskScheduler_->PostVoidSyncTask(task, "sessionException"); in RegisterSessionExceptionFunc()
7783 taskScheduler_->PostVoidSyncTask(task, "WindowLayerInfoChangeCallback"); in WindowLayerInfoChangeCallback()
/ohos5.0/foundation/window/window_manager/window_scene/common/include/
H A Dtask_scheduler.h36 void PostVoidSyncTask(Task&& task, const std::string& name = "ssmTask");
/ohos5.0/foundation/window/window_manager/window_scene/common/src/
H A Dtask_scheduler.cpp43 void TaskScheduler::PostVoidSyncTask(Task&& task, const std::string& name) in PostVoidSyncTask() function in OHOS::Rosen::TaskScheduler
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/transaction_manager/
H A Djs_transaction_manager.cpp92 handler->PostVoidSyncTask(task); in OnOpenSyncTransaction()
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_manager_service.cpp135 void WindowManagerService::PostVoidSyncTask(Task task, const std::string& taskName) in PostVoidSyncTask() function in OHOS::Rosen::WindowManagerService
198 PostVoidSyncTask(task, "WindowVisibilityChangeCallback"); in WindowVisibilityChangeCallback()
1132 PostVoidSyncTask(task, "OnRemoteDie"); in SetWindowAnimationController()
1184 PostVoidSyncTask(task, "OnWindowEvent"); in OnWindowEvent()
1459 PostVoidSyncTask(task, "DispatchKeyEvent"); in DispatchKeyEvent()
1507 PostVoidSyncTask(task, "MinimizeWindowsByLauncher"); in MinimizeWindowsByLauncher()
1586 PostVoidSyncTask(task, "HasPrivateWindow"); in HasPrivateWindow()
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_manager_service.h172 void PostVoidSyncTask(Task task, const std::string& taskName = "WMSTask");
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_manager_service_test.cpp997 wms->PostVoidSyncTask(task);