Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/tests/trie/1.0/default/
H A DTrie.h42 virtual Return<void> addStrings(const TrieNode& trie, const hidl_vec<hidl_string>& strings,
H A DTrie.cpp41 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 DITrie.hal21 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 DConfigMetricsReportListConverterTest.java93 .addStrings(testGaugeMetricProcessName)) in testConvertMultipleReports_correctlySetsPersistableBundles()
/aosp12/system/tools/hidl/test/hidl_test/
H A Dhidl_test_client.cpp1952 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()