Home
last modified time | relevance | path

Searched refs:is_remote_mode (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/cmds/dumpstate/tests/
H A Ddumpstate_test.cpp187 EXPECT_FALSE(options_.is_remote_mode); in TEST_F()
210 EXPECT_FALSE(options_.is_remote_mode); in TEST_F()
235 EXPECT_FALSE(options_.is_remote_mode); in TEST_F()
250 EXPECT_FALSE(options_.is_remote_mode); in TEST_F()
265 EXPECT_FALSE(options_.is_remote_mode); in TEST_F()
272 EXPECT_TRUE(options_.is_remote_mode); in TEST_F()
295 EXPECT_FALSE(options_.is_remote_mode); in TEST_F()
311 EXPECT_FALSE(options_.is_remote_mode); in TEST_F()
327 EXPECT_FALSE(options_.is_remote_mode); in TEST_F()
433 EXPECT_TRUE(options_.is_remote_mode); in TEST_F()
[all …]
/aosp12/frameworks/native/cmds/dumpstate/
H A Ddumpstate.h400 bool is_remote_mode = false; member
H A Ddumpstate.cpp2582 options->is_remote_mode = true; in SetOptionsFromMode()
2615 options.do_screenshot, options.is_remote_mode, options.show_header_only, in LogDumpOptions()
2645 case 'R': is_remote_mode = true; break; in Initialize()
2688 if (is_remote_mode && (do_progress_updates || stream_to_socket)) { in ValidateOptions()