Searched refs:addStrings (Results 1 – 5 of 5) sorted by relevance
/aosp12/hardware/interfaces/tests/trie/1.0/default/ |
H A D | Trie.h | 42 virtual Return<void> addStrings(const TrieNode& trie, const hidl_vec<hidl_string>& strings,
|
H A D | Trie.cpp | 41 Return<void> Trie::addStrings(const TrieNode& trie, const hidl_vec<hidl_string>& strings, in addStrings() function in android::hardware::tests::trie::V1_0::implementation::Trie
|
/aosp12/hardware/interfaces/tests/trie/1.0/ |
H A D | ITrie.hal | 21 addStrings(TrieNode trie, vec<string> strings) generates (TrieNode trie);
|
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/publisher/statsconverters/ |
H A D | ConfigMetricsReportListConverterTest.java | 93 .addStrings(testGaugeMetricProcessName)) in testConvertMultipleReports_correctlySetsPersistableBundles()
|
/aosp12/system/tools/hidl/test/hidl_test/ |
H A D | hidl_test_client.cpp | 1952 trieInterface->addStrings(trie, {"a", "ba"}, [&](const TrieNode& trie) { in TEST_F() 1959 trieInterface->addStrings(trie, {"", "ab", "bab"}, [&](const TrieNode& trie) { in TEST_F() 1995 trieInterface->addStrings( in TEST_F()
|