Home
last modified time | relevance | path

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

/system/bt/osi/src/
Dconfig.cc38 for (entry_t& entry : entries) { in Set()
46 entry_t{.key = std::move(key), .value = std::move(value)}); in Set()
49 std::list<entry_t>::iterator section_t::Find(const std::string& key) { in Find()
52 [&key](const entry_t& entry) { return entry.key == key; }); in Find()
80 static const entry_t* entry_find(const config_t& config, in entry_find()
86 for (const entry_t& entry : sec->entries) { in entry_find()
134 for (const entry_t& entry : sec.entries) { in config_new_clone()
153 const entry_t* entry = entry_find(config, section, key); in config_get_int()
163 const entry_t* entry = entry_find(config, section, key); in config_get_uint64()
173 const entry_t* entry = entry_find(config, section, key); in config_get_bool()
[all …]
/system/bt/osi/include/
Dconfig.h28 struct entry_t { struct
35 std::list<entry_t> entries; argument
37 std::list<entry_t>::iterator Find(const std::string& key);
/system/libhwbinder/include/hwbinder/
DBpHwBinder.h88 struct entry_t struct
95 KeyedVector<const void*, entry_t> mObjects; argument
/system/libhwbinder/
DBpHwBinder.cpp48 entry_t e; in attach()
79 const entry_t& e = mObjects.valueAt(i); in kill()
/system/bt/test/stub/
Dosi.cc52 std::list<entry_t>::iterator section_t::Find(const std::string& key) { in Find()
56 [&key](const entry_t& entry) { return entry.key == key; }); in Find()