Home
last modified time | relevance | path

Searched refs:br_ (Results 1 – 2 of 2) sorted by relevance

/system/core/adb/
Dbugreport_test.cpp141 EXPECT_CALL(br_, in ExpectBugreportzVersion()
148 EXPECT_CALL(br_, UpdateProgress(StrEq("generating " + file), progress, total)); in ExpectProgress()
151 BugreportMock br_; member in BugreportTest
158 ASSERT_EQ(-42, br_.DoIt(kTransportLocal, "HannibalLecter", 3, args)); in TEST_F()
165 EXPECT_CALL(br_, SendShellCommand(kTransportLocal, "HannibalLecter", "bugreportz -v", false, _)) in TEST_F()
173 EXPECT_CALL(br_, SendShellCommand(kTransportLocal, "HannibalLecter", "bugreport", false, _)) in TEST_F()
177 ASSERT_EQ(0, br_.DoIt(kTransportLocal, "HannibalLecter", 1, args)); in TEST_F()
188 EXPECT_CALL(br_, SendShellCommand(kTransportLocal, "HannibalLecter", "bugreportz", false, _)) in TEST_F()
191 EXPECT_CALL(br_, DoSyncPull(ElementsAre(StrEq("/device/da_bugreport.zip")), StrEq(dest_file), in TEST_F()
196 ASSERT_EQ(0, br_.DoIt(kTransportLocal, "HannibalLecter", 1, args)); in TEST_F()
[all …]
Dbugreport.cpp41 : br_(br), in BugreportStandardStreamsCallback()
102 br_->DoSyncPull(srcs, destination.c_str(), true, line_message_.c_str()) ? 0 : 1; in Done()
148 br_->UpdateProgress(line_message_, progress, total); in ProcessLine()
154 Bugreport* br_; member in BugreportStandardStreamsCallback