Searched refs:safeunionInterface (Results 1 – 3 of 3) sorted by relevance
213 sp<ISafeUnion> safeunionInterface; member224 safeunionInterface = ISafeUnion::getService(); in SetUp()225 CHECK(safeunionInterface != nullptr); in SetUp()226 CHECK(safeunionInterface->isRemote()); in SetUp()845 EXPECT_OK(safeunionInterface->setG( in TEST_F()858 EXPECT_OK(safeunionInterface->setL( in TEST_F()889 EXPECT_OK(safeunionInterface->setInterfaceF( in TEST_F()978 EXPECT_OK(safeunionInterface->setHandleA( in TEST_F()1005 EXPECT_OK(safeunionInterface->setHandleA( in TEST_F()1013 EXPECT_OK(safeunionInterface->setHandleB( in TEST_F()[all …]
317 safeUnion = safeunionInterface.newLargeSafeUnion(); in runClientSafeUnionTests()502 one = safeunionInterface.setA(one, (byte) 1); in runClientSafeUnionTests()505 two = safeunionInterface.setB(two, (byte) 1); in runClientSafeUnionTests()508 two = safeunionInterface.setA(two, (byte) 2); in runClientSafeUnionTests()511 two = safeunionInterface.setA(two, (byte) 1); in runClientSafeUnionTests()522 one = safeunionInterface.setI(one, testVectorA); in runClientSafeUnionTests()523 two = safeunionInterface.setI(two, testVectorB); in runClientSafeUnionTests()537 one = safeunionInterface.setH(one, testVector); in runClientSafeUnionTests()538 two = safeunionInterface.setA(two, (byte) -5); in runClientSafeUnionTests()1759 SafeUnion safeunionInterface = new SafeUnion(); in server() local[all …]
356 sp<ISafeUnion> safeunionInterface; member in HidlEnvironment421 ASSERT_NE(safeunionInterface, nullptr); in getServices()445 sp<ISafeUnion> safeunionInterface; member in HidlTest461 safeunionInterface = gHidlEnvironment->safeunionInterface; in SetUp()2065 EXPECT_OK(safeunionInterface->setG( in TEST_F()2196 EXPECT_OK(safeunionInterface->setL( in TEST_F()2208 EXPECT_OK(safeunionInterface->setM( in TEST_F()2218 EXPECT_OK(safeunionInterface->setN( in TEST_F()2237 isOk(safeunionInterface->setInterfaceB( in TEST_F()2275 EXPECT_OK(safeunionInterface->setHandleA( in TEST_F()[all …]