Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/tests/
H A DbinderRpcTest.cpp277 sp<IBinder> rootBinder; member
298 rootBinder = nullptr; in ~BinderRpcTestProcessSession()
428 ASSERT_NE(proc.rootBinder, nullptr); in TEST_P()
429 EXPECT_EQ(OK, proc.rootBinder->pingBinder()); in TEST_P()
434 ASSERT_NE(proc.rootBinder, nullptr); in TEST_P()
457 p1.markForBinder(proc.rootBinder); in TEST_P()
469 data.markForBinder(proc.rootBinder); in TEST_P()
519 EXPECT_EQ(OK, proc.rootBinder->pingBinder()); in TEST_P()
545 EXPECT_EQ(OK, proc.rootBinder->pingBinder()); in TEST_P()
627 EXPECT_EQ(proc.rootBinder, outBinder); in TEST_P()
[all …]