Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Devent_log_task.cpp117 focusWindowId_ = focusWindowId; in SetFocusWindowId()
465 if (focusWindowId_.empty()) { in SCBWMSCapture()
469 std::string cmd = "hidumper -s WindowManagerService -a -w " + focusWindowId_ + " -simplify"; in SCBWMSCapture()
471 capture->SetFocusWindowId(focusWindowId_); in SCBWMSCapture()
479 if (focusWindowId_.empty()) { in SCBWMSEVTCapture()
483 std::string cmd = "hidumper -s WindowManagerService -a -w " + focusWindowId_ + " -event"; in SCBWMSEVTCapture()
485 capture->SetFocusWindowId(focusWindowId_); in SCBWMSEVTCapture()
H A Dshell_catcher.cpp99 std::string cmd = "-w " + focusWindowId_ + cmdSuffix; in CaDoInChildProcesscatcher()
174 focusWindowId_ = focusWindowId; in SetFocusWindowId()
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/include/
H A Dshell_catcher.h63 std::string focusWindowId_ = ""; member in OHOS::HiviewDFX::ShellCatcher
H A Devent_log_task.h66 std::string focusWindowId_ = ""; member in OHOS::HiviewDFX::EventLogTask
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/test/unittest/common/
H A Devent_logger_catcher_test.cpp686 EXPECT_TRUE(!shellCatcher->focusWindowId_.empty()); in HWTEST_F()

Completed in 3 milliseconds