Home
last modified time | relevance | path

Searched refs:displaySnapshot (Results 1 - 2 of 2) sorted by relevance

/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_stub.cpp119 std::shared_ptr<Media::PixelMap> displaySnapshot = GetDisplaySnapshot(displayId, &errorCode); in OnRemoteRequest() local
120 reply.WriteParcelable(displaySnapshot == nullptr ? nullptr : displaySnapshot.get()); in OnRemoteRequest()
/foundation/window/window_manager/window_scene/screen_session_manager/src/zidl/
H A Dscreen_session_manager_stub.cpp363 std::shared_ptr<Media::PixelMap> displaySnapshot = GetDisplaySnapshot(displayId, &errCode); in OnRemoteRequest() local
364 reply.WriteParcelable(displaySnapshot == nullptr ? nullptr : displaySnapshot.get()); in OnRemoteRequest()

Completed in 3 milliseconds