Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dfreeze_controller.cpp56 auto iter = coverWindowMap_.find(displayId); in UnfreezeDisplay()
57 if (iter == coverWindowMap_.end()) { in UnfreezeDisplay()
86 coverWindowMap_[displayId] = window; in CreateCoverWindow()
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dfreeze_controller.h37 std::map<DisplayId, sptr<Window>> coverWindowMap_; variable