Searched refs:is_remote_mode (Results 1 – 3 of 3) sorted by relevance
176 EXPECT_FALSE(options_.is_remote_mode); in TEST_F()202 EXPECT_FALSE(options_.is_remote_mode); in TEST_F()228 EXPECT_FALSE(options_.is_remote_mode); in TEST_F()257 EXPECT_FALSE(options_.is_remote_mode); in TEST_F()289 EXPECT_FALSE(options_.is_remote_mode); in TEST_F()312 EXPECT_TRUE(options_.is_remote_mode); in TEST_F()350 EXPECT_FALSE(options_.is_remote_mode); in TEST_F()381 EXPECT_FALSE(options_.is_remote_mode); in TEST_F()412 EXPECT_FALSE(options_.is_remote_mode); in TEST_F()443 EXPECT_FALSE(options_.is_remote_mode); in TEST_F()[all …]
358 bool is_remote_mode = false; member
2279 if (ds.options_->is_remote_mode) { in SendBugreportFinishedBroadcast()2327 options->is_remote_mode = true; in SetOptionsFromMode()2414 MYLOGI("is_remote_mode: %d\n", options.is_remote_mode); in LogDumpOptions()2460 case 'R': is_remote_mode = true; break; in Initialize()2508 if (is_remote_mode && (do_progress_updates || !do_broadcast || !do_zip_file || !do_add_date)) { in ValidateOptions()