Home
last modified time | relevance | path

Searched refs:GetCurrentScreenBitmap (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/common/
H A Dscreen.h81 bool GetCurrentScreenBitmap(ImageInfo& info);
/ohos5.0/base/update/updater/services/ui/
H A Dupdater_ui_tools.cpp31 if (!(Screen::GetInstance().GetCurrentScreenBitmap(imageBit))) { in SaveUxBuffToFile()
/ohos5.0/foundation/arkui/ui_lite/frameworks/common/
H A Dscreen.cpp40 bool Screen::GetCurrentScreenBitmap(ImageInfo& info) in GetCurrentScreenBitmap() function in OHOS::Screen
/ohos5.0/foundation/arkui/ui_lite/test/autotest/src/
H A Dcompare_tools.cpp68 if (!(Screen::GetInstance().GetCurrentScreenBitmap(imageBit))) { in CompareByBit()
243 if (!(Screen::GetInstance().GetCurrentScreenBitmap(imageBit))) { in SaveByBit()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_view_bitmap/
H A Dui_test_view_bitmap.cpp202 if (!Screen::GetInstance().GetCurrentScreenBitmap(info_)) { in OnClick()