Home
last modified time | relevance | path

Searched refs:GetFreezeFlag (Results 1 - 5 of 5) sorted by relevance

/foundation/window/window_manager/dmserver/include/
H A Dabstract_display.h57 FreezeFlag GetFreezeFlag() const;
/foundation/window/window_manager/dmserver/test/unittest/
H A Dabstract_display_test.cpp221 ASSERT_EQ(FreezeFlag::FREEZING, absDisplay->GetFreezeFlag()); in HWTEST_F()
/foundation/window/window_manager/dmserver/src/
H A Ddisplay_dumper.cpp287 oss << "FreezeFlag: " << static_cast<uint32_t>(display->GetFreezeFlag()) << std::endl; in DumpSpecifiedDisplayInfo()
372 << std::left << std::setw(W_DISPLAY_FREEZE_FLAG) << static_cast<uint32_t>(display->GetFreezeFlag()) in GetDisplayInfo()
H A Dabstract_display.cpp227 FreezeFlag AbstractDisplay::GetFreezeFlag() const in GetFreezeFlag() function in OHOS::Rosen::AbstractDisplay
H A Dabstract_display_controller.cpp663 FreezeFlag curFlag = abstractDisplay->GetFreezeFlag(); in SetFreeze()

Completed in 4 milliseconds