Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
DbinderRpcTest.cpp280 sp<IBinderRpcTest> rootIface; member
290 EXPECT_OK(rootIface->countBinders(&remoteCounts)); in ~BinderRpcTestProcessSession()
297 rootIface = nullptr; in ~BinderRpcTestProcessSession()
411 ret.rootIface = interface_cast<IBinderRpcTest>(ret.rootBinder); in createRpcTestSocketServerProcess()
476 EXPECT_OK(proc.rootIface->sendString("asdf")); in TEST_P()
482 EXPECT_OK(proc.rootIface->doubleString("cool ", &doubled)); in TEST_P()
490 EXPECT_OK(proc.rootIface->doubleString(single, &doubled)); in TEST_P()
498 EXPECT_OK(proc.rootIface->pingMe(new MyBinderRpcSession("foo"), &pingResult)); in TEST_P()
509 EXPECT_OK(proc.rootIface->repeatBinder(inBinder, &outBinder)); in TEST_P()
530 EXPECT_OK(proc.rootIface->openSession("aoeu", &session)); in TEST_P()
[all …]