Searched refs:ScreenshotToFile (Results 1 – 4 of 4) sorted by relevance
77 bool ScreenshotToFile(const char* path);
87 if (!UISnapShot::ScreenshotToFile()) { in Screenshot()105 if ((screenshot == nullptr) || (!screenshot->ScreenshotToFile(path))) { in Screenshot()
59 UIScreenshot::GetInstance()->ScreenshotToFile("/storage/data/screenshot.bin"); in OnClick()
144 bool UIScreenshot::ScreenshotToFile(const char* path) in ScreenshotToFile() function in OHOS::UIScreenshot