Home
last modified time | relevance | path

Searched refs:OnScreenshot (Results 1 - 25 of 51) sorted by relevance

123

/foundation/window/window_manager/test/common/utils/include/
H A Dscreenshot_listener_future.h26 virtual void OnScreenshot(const ScreenshotInfo info) override
/foundation/window/window_manager/utils/include/
H A Ddisplay_change_listener.h29 virtual void OnScreenshot(DisplayId displayId) = 0;
/foundation/window/window_manager/dm/include/
H A Ddisplay_manager_agent_default.h40 void OnScreenshot(sptr<ScreenshotInfo>) override {};
/foundation/window/window_manager/dmserver/include/
H A Ddisplay_manager_agent_controller.h46 void OnScreenshot(sptr<ScreenshotInfo>);
/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_manager_agent_controller_test.cpp231 * @tc.name: OnScreenshot
232 * @tc.desc: OnScreenshot test
235 HWTEST_F(DisplayManagerAgentControllerTest, OnScreenshot, Function | SmallTest | Level3) in HWTEST_F()
238 DisplayManagerAgentController::GetInstance().OnScreenshot(info); in HWTEST_F()
244 displayManagerAgentController.OnScreenshot(info); in HWTEST_F()
250 displayManagerAgentController.OnScreenshot(info); in HWTEST_F()
/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_agent_controller.cpp180 void DisplayManagerAgentController::OnScreenshot(sptr<ScreenshotInfo> info) in OnScreenshot() function in OHOS::Rosen::DisplayManagerAgentController
191 agent->OnScreenshot(info); in OnScreenshot()
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_client_proxy_test.cpp235 * @tc.name: OnScreenshot
236 * @tc.desc: OnScreenshot test
239 HWTEST_F(ScreenSessionManagerClientProxyTest, OnScreenshot, Function | SmallTest | Level2) in HWTEST_F()
244 screenSessionManagerClientProxy_->OnScreenshot(screenId); in HWTEST_F()
/foundation/window/window_manager/dm/include/zidl/
H A Ddisplay_manager_agent_interface.h80 virtual void OnScreenshot(sptr<ScreenshotInfo>) = 0;
H A Ddisplay_manager_agent_proxy.h40 virtual void OnScreenshot(sptr<ScreenshotInfo>) override;
/foundation/window/window_manager/window_scene/screen_session_manager_client/include/zidl/
H A Dscreen_session_manager_client_interface.h65 virtual void OnScreenshot(DisplayId displayId) = 0;
H A Dscreen_session_manager_client_proxy.h44 void OnScreenshot(DisplayId displayId) override;
/foundation/window/window_manager/dm/test/unittest/
H A Ddisplay_manager_agent_proxy_test.cpp528 * @tc.name: OnScreenshot
529 * @tc.desc: OnScreenshot
532 HWTEST_F(DisplayManagerAgentProxyTest, OnScreenshot, Function | SmallTest | Level1) in HWTEST_F()
542 displayManagerAgentProxy->OnScreenshot(snapshotInfo); in HWTEST_F()
564 displayManagerAgentProxy->OnScreenshot(snapshotInfo); in HWTEST_F()
/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_listener.h82 void OnScreenshot() override;
H A Dwindow_listener.cpp126 void CjWindowListener::OnScreenshot() in OnScreenshot() function in OHOS::Rosen::CjWindowListener
/foundation/window/window_manager/wm/test/mock/
H A Dmock_window.h118 MOCK_METHOD0(OnScreenshot, void());
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window_listener.h92 void OnScreenshot() override;
/foundation/window/window_manager/window_scene/screen_session_manager_client/include/
H A Dscreen_session_manager_client.h63 void OnScreenshot(DisplayId displayId) override;
/foundation/window/window_manager_lite/services/wms/
H A Dlite_wm.h85 bool OnScreenshot(Surface* surface);
/foundation/window/window_manager/window_scene/screen_session_manager_client/src/
H A Dscreen_session_manager_client.cpp271 void ScreenSessionManagerClient::OnScreenshot(DisplayId displayId) in OnScreenshot() function in OHOS::Rosen::ScreenSessionManagerClient
274 displayChangeListener_->OnScreenshot(displayId); in OnScreenshot()
/foundation/window/window_manager/wmserver/include/
H A Dwindow_manager_service.h53 virtual void OnScreenshot(DisplayId displayId) override;
141 void OnScreenshot(DisplayId displayId);
/foundation/window/window_manager/dm/src/zidl/
H A Ddisplay_manager_agent_stub.cpp220 OnScreenshot(snapshotInfo); in ProcScreenShot()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test2.cpp1899 * @tc.name: OnScreenshot
1903 HWTEST_F(SceneSessionManagerTest2, OnScreenshot, Function | SmallTest | Level3) in HWTEST_F()
1908 ssm_->OnScreenshot(displayId); in HWTEST_F()
1915 ssm_->OnScreenshot(displayId); in HWTEST_F()
1918 ssm_->OnScreenshot(displayId); in HWTEST_F()
1920 ssm_->OnScreenshot(displayId); in HWTEST_F()
1922 ssm_->OnScreenshot(displayId); in HWTEST_F()
1924 ssm_->OnScreenshot(displayId); in HWTEST_F()
/foundation/window/window_manager/interfaces/innerkits/dm/
H A Ddisplay_manager.h62 virtual void OnScreenshot([[maybe_unused]]const ScreenshotInfo info) {} in OnScreenshot() function in OHOS::Rosen::DisplayManager::IScreenshotListener
/foundation/window/window_manager/test/fuzztest/dms/displaymanager_fuzzer/
H A Ddisplaymanager_fuzzer.cpp42 void OnScreenshot(const ScreenshotInfo info) override
/foundation/window/window_manager/window_scene/screen_session_manager_client/src/zidl/
H A Dscreen_session_manager_client_stub.cpp221 OnScreenshot(displayId); in HandleOnScreenshot()

Completed in 15 milliseconds

123