Searched refs:rpcService (Results 1 – 1 of 1) sorted by relevance
216 for (const NanoappRpcService& rpcService : appInfo.rpcServices) { in TEST_P() local217 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()