Home
last modified time | relevance | path

Searched refs:DumpAllScreensInfo (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscreen_session_manager_proxy.h123 virtual void DumpAllScreensInfo(std::string& dumpInfo) override;
H A Dscreen_session_manager_interface.h128 virtual void DumpAllScreensInfo(std::string& dumpInfo) {} in DumpAllScreensInfo() function
/ohos5.0/foundation/window/window_manager/test/fuzztest/window_scene/screensessionmanager_fuzzer/
H A Dscreensessionmanager_fuzzer.cpp379 proxy->DumpAllScreensInfo(dumpInfo); in ProxyInterfaceFuzzTestPart5()
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_proxy_test.cpp1420 HWTEST_F(ScreenSessionManagerProxyTest, DumpAllScreensInfo, Function | SmallTest | Level1)
1430 screenSessionManagerProxy->DumpAllScreensInfo(dumpInfo); in __anonf2d903922002()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscreen_session_manager.h75 void DumpAllScreensInfo(std::string& dumpInfo) override;
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscreen_session_manager_stub.cpp551 DumpAllScreensInfo(dumpInfo); in OnRemoteRequest()
H A Dscreen_session_manager_proxy.cpp1892 void ScreenSessionManagerProxy::DumpAllScreensInfo(std::string& dumpInfo) in DumpAllScreensInfo() function in OHOS::Rosen::ScreenSessionManagerProxy
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp4431 void ScreenSessionManager::DumpAllScreensInfo(std::string& dumpInfo) in DumpAllScreensInfo() function in OHOS::Rosen::ScreenSessionManager