Home
last modified time | relevance | path

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

/hardware/interfaces/contexthub/aidl/vts/
DVtsAidlHalContextHubTargetTest.cpp216 for (const NanoappRpcService& rpcService : appInfo.rpcServices) { in TEST_P() local
217 EXPECT_NE(rpcService.id, UINT64_C(0)); in TEST_P()
218 EXPECT_EQ(existingServiceIds.count(rpcService.id), 0); in TEST_P()
219 existingServiceIds.insert(rpcService.id); in TEST_P()