Searched refs:nestedService (Results 1 – 3 of 3) sorted by relevance
39 INestedService nestedService = INestedService.Stub.asInterface(binder); in testUseNestedTypes() local40 assertNotNull(nestedService); in testUseNestedTypes()45 INestedService.Result result = nestedService.flipStatus(p); in testUseNestedTypes()57 nestedService.flipStatusWithCallback(p.status, cb); in testUseNestedTypes()
41 sp<INestedService> nestedService = in TEST_F() local43 ASSERT_NE(nullptr, nestedService); in TEST_F()49 EXPECT_TRUE(nestedService->flipStatus(p, &r).isOk()); in TEST_F()61 EXPECT_TRUE(nestedService->flipStatusWithCallback(r.status, cb).isOk()); in TEST_F()
51 auto nestedService = getService<INestedService>(); in TEST_F() local52 ASSERT_NE(nullptr, nestedService); in TEST_F()58 auto status = nestedService->flipStatus(p, &r); in TEST_F()71 status = nestedService->flipStatusWithCallback(r.status, cb); in TEST_F()