Home
last modified time | relevance | path

Searched refs:UIScreenshot (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ui_lite/interfaces/kits/dfx/
H A Dui_screenshot.h58 class UIScreenshot : public HeapBase { class
67 static UIScreenshot* GetInstance();
82 UIScreenshot() : screenshotListener_(nullptr) {} in UIScreenshot() function in OHOS::UIScreenshot
83 virtual ~UIScreenshot();
85 UIScreenshot(const UIScreenshot&) = delete;
86 UIScreenshot& operator=(const UIScreenshot&) = delete;
87 UIScreenshot(UIScreenshot
[all...]
/foundation/arkui/ui_lite/frameworks/dfx/
H A Dui_screenshot.cpp130 UIScreenshot::~UIScreenshot() in ~UIScreenshot()
138 UIScreenshot* UIScreenshot::GetInstance() in GetInstance()
140 static UIScreenshot instance; in GetInstance()
144 bool UIScreenshot::ScreenshotToFile(const char* path) in ScreenshotToFile()
150 GRAPHIC_LOGE("UIScreenshot::ScreenshotToFile register screenshot listener failed Err!\n"); in ScreenshotToFile()
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/
H A Ddfx_module.cpp104 UIScreenshot* screenshot = UIScreenshot::GetInstance(); in Screenshot()
/foundation/arkui/ui_lite/test/uitest/test_screenshot/
H A Dui_test_screenshot.cpp59 UIScreenshot::GetInstance()->ScreenshotToFile("/storage/data/screenshot.bin");

Completed in 2 milliseconds