Home
last modified time | relevance | path

Searched refs:windowBounds (Results 1 – 2 of 2) sorted by relevance

/foundation/distributedschedule/dmsfwk/services/dtbschedmgr/src/mission/
Dsnapshot_converter.cpp39 std::unique_ptr<Rect> windowBounds = std::make_unique<Rect>(0, 0, 0, 0); in ConvertToSnapshot() local
40 snapshot.windowBounds_ = std::move(windowBounds); in ConvertToSnapshot()
72 std::unique_ptr<Rect> windowBounds = std::make_unique<Rect>(0, 0, 0, 0); in ConvertToSnapshot() local
73 snapshot->windowBounds_ = std::move(windowBounds); in ConvertToSnapshot()
Dsnapshot.cpp103 unique_ptr<Rect> windowBounds(data.ReadParcelable<Rect>()); in FillSnapShot() local
123 snapShot->windowBounds_ = std::move(windowBounds); in FillSnapShot()