Home
last modified time | relevance | path

Searched refs:ScreenshotToFile (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/dfx/
H A Dui_screenshot.h77 bool ScreenshotToFile(const char* path);
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/
H A Ddfx_module.cpp87 if (!UISnapShot::ScreenshotToFile()) { in Screenshot()
105 if ((screenshot == nullptr) || (!screenshot->ScreenshotToFile(path))) { in Screenshot()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_screenshot/
H A Dui_test_screenshot.cpp59 UIScreenshot::GetInstance()->ScreenshotToFile("/storage/data/screenshot.bin"); in OnClick()
/ohos5.0/foundation/arkui/ui_lite/frameworks/dfx/
H A Dui_screenshot.cpp144 bool UIScreenshot::ScreenshotToFile(const char* path) in ScreenshotToFile() function in OHOS::UIScreenshot