Searched refs:trieInterface (Results 1 – 1 of 1) sorted by relevance
/system/tools/hidl/test/hidl_test/ |
D | hidl_test_client.cpp | 354 sp<ITrie> trieInterface; member in HidlEnvironment 411 trieInterface = ITrie::getService("trie", mode == PASSTHROUGH /* getStub */); in getServices() 412 ASSERT_NE(trieInterface, nullptr); in getServices() 413 ASSERT_EQ(trieInterface->isRemote(), mode == BINDERIZED); in getServices() 443 sp<ITrie> trieInterface; member in HidlTest 459 trieInterface = gHidlEnvironment->trieInterface; in SetUp() 1951 trieInterface->newTrie([&](const TrieNode& trie) { in TEST_F() 1952 trieInterface->addStrings(trie, {"a", "ba"}, [&](const TrieNode& trie) { in TEST_F() 1953 trieInterface->containsStrings( in TEST_F() 1959 trieInterface->addStrings(trie, {"", "ab", "bab"}, [&](const TrieNode& trie) { in TEST_F() [all …]
|