Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/tests/
Ddumpstate_smoke_test.cpp441 sp<android::os::IDumpstate> ds_binder(GetDumpstateService()); in TEST_F() local
442 EXPECT_EQ(ds_binder, nullptr); in TEST_F()
450 ds_binder = GetDumpstateService(); in TEST_F()
451 EXPECT_NE(ds_binder, nullptr); in TEST_F()
462ds_binder->startBugreport(123, "com.dummy.package", std::move(bugreport_fd), std::move(screenshot_… in TEST_F()
477 ds_binder = GetDumpstateService(); in TEST_F()
478 EXPECT_EQ(ds_binder, nullptr); in TEST_F()
485 sp<android::os::IDumpstate> ds_binder(GetDumpstateService()); in TEST_F() local
486 EXPECT_NE(ds_binder, nullptr); in TEST_F()
498ds_binder->startBugreport(123, "com.dummy.package", std::move(bugreport_fd), std::move(screenshot_… in TEST_F()
[all …]