Searched refs:trieInterface (Results 1 – 1 of 1) sorted by relevance
/system/tools/hidl/test/hidl_test/ |
D | hidl_test_client.cpp | 366 sp<ITrie> trieInterface; member in HidlEnvironment 423 trieInterface = ITrie::getService("trie", mode == PASSTHROUGH /* getStub */); in getServices() 424 ASSERT_NE(trieInterface, nullptr); in getServices() 425 ASSERT_EQ(trieInterface->isRemote(), mode == BINDERIZED); in getServices() 455 sp<ITrie> trieInterface; member in HidlTest 471 trieInterface = gHidlEnvironment->trieInterface; in SetUp() 1965 trieInterface->newTrie([&](const TrieNode& trie) { in TEST_F() 1966 trieInterface->addStrings(trie, {"a", "ba"}, [&](const TrieNode& trie) { in TEST_F() 1967 trieInterface->containsStrings( in TEST_F() 1973 trieInterface->addStrings(trie, {"", "ab", "bab"}, [&](const TrieNode& trie) { in TEST_F() [all …]
|