Home
last modified time | relevance | path

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

/aosp_15_r20/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp355 sp<ICppSafeUnion> cppSafeunionInterface; member in HidlEnvironment
421 cppSafeunionInterface = in getServices()
423 ASSERT_NE(cppSafeunionInterface, nullptr); in getServices()
424 ASSERT_EQ(cppSafeunionInterface->isRemote(), mode == BINDERIZED); in getServices()
450 sp<ICppSafeUnion> cppSafeunionInterface; member in HidlTest
466 cppSafeunionInterface = gHidlEnvironment->cppSafeunionInterface; in SetUp()
2526 EXPECT_OK(cppSafeunionInterface->repeatPointerFmqSafeUnion( in TEST_F()
2535 EXPECT_OK(cppSafeunionInterface->repeatFmqSafeUnion( in TEST_F()