Home
last modified time | relevance | path

Searched refs:dumpInfoFuture_ (Results 1 - 5 of 5) sorted by relevance

/foundation/window/window_manager/wmserver/include/
H A Dwindow_dumper.h35 RunnableFuture<std::vector<std::string>> dumpInfoFuture_; member in OHOS::Rosen::WindowDumper
/foundation/window/window_manager/wmserver/src/
H A Dwindow_dumper.cpp194 dumpInfoFuture_.ResetLock({}); in DumpSpecifiedWindowInfo()
196 auto infos = dumpInfoFuture_.GetResult(2000); // 2000: wait for 2000ms in DumpSpecifiedWindowInfo()
299 dumpInfoFuture_.ResetLock({}); in ShowAceDumpHelp()
301 auto infos = dumpInfoFuture_.GetResult(2000); // 2000: wait for 2000ms in ShowAceDumpHelp()
H A Dwindow_manager_service.cpp1472 windowDumper_->dumpInfoFuture_.SetValue(info); in NotifyDumpInfoResult()
/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h952 RunnableFuture<std::vector<std::string>> dumpInfoFuture_; member in OHOS::OHOS::OHOS::Global::OHOS::Rosen::SceneSessionManager
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp4375 dumpInfoFuture_.ResetLock({}); in DumpSessionElementInfo()
4377 std::vector<std::string> infos = dumpInfoFuture_.GetResult(2000); // 2000: wait for 2000ms in DumpSessionElementInfo()
4462 dumpInfoFuture_.SetValue(info); in NotifyDumpInfoResult()

Completed in 23 milliseconds