Searched refs:Screenshot (Results 1 - 12 of 12) sorted by relevance
/foundation/window/window_manager_lite/frameworks/wms/ |
H A D | lite_proxy_windows_manager.cpp | 58 void LiteProxyWindowsManager::Screenshot() in Screenshot() function in OHOS::LiteProxyWindowsManager 60 LiteWMRequestor::GetInstance()->Screenshot(); in Screenshot()
|
H A D | lite_proxy_windows_manager.h | 33 void Screenshot() override;
|
H A D | lite_wm_requestor.h | 42 void Screenshot();
|
H A D | lite_wm_requestor.cpp | 71 GRAPHIC_LOGW("Screenshot busy!"); in Callback() 213 void LiteWMRequestor::Screenshot() in Screenshot() function in OHOS::LiteWMRequestor 244 GRAPHIC_LOGE("Screenshot failed, ret=%d", ret); in Screenshot()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/ |
H A D | dfx_module.h | 30 static JSIValue Screenshot(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum); 53 JSI::SetModuleAPI(exports, "screenshotToFile", DfxModule::Screenshot); in InitDfxModule()
|
H A D | dfx_module.cpp | 83 JSIValue DfxModule::Screenshot(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in Screenshot() function in OHOS::ACELite::DfxModule
|
/foundation/window/window_manager_lite/interfaces/innerkits/ |
H A D | iwindows_manager.h | 59 virtual void Screenshot() = 0;
|
/foundation/window/window_manager_lite/services/wms/ |
H A D | lite_wms.h | 52 static void Screenshot(IpcIo* req, IpcIo* reply);
|
H A D | lite_wms.cpp | 68 LiteWMS::GetInstance()->Screenshot(req, reply); in WMSRequestHandle() 216 void LiteWMS::Screenshot(IpcIo* req, IpcIo* reply) in Screenshot() function in OHOS::LiteWMS
|
H A D | lite_wm.h | 84 void Screenshot();
|
H A D | lite_wm.cpp | 140 Screenshot(); in MainTaskHandler() 710 void LiteWM::Screenshot() in Screenshot() function in OHOS::LiteWM
|
/foundation/arkui/ui_lite/frameworks/dfx/ |
H A D | ui_screenshot.cpp | 169 manager->Screenshot(); in ScreenshotToFile()
|
Completed in 5 milliseconds