Searched defs:config_t (Results 1 - 1 of 1) sorted by relevance

/system/bt/osi/include/
H A Dconfig.h38 struct config_t { struct
44 std::unique_ptr<config_t> config_new_empty(void);
50 std::unique_ptr<config_t> config_new(const char* filename);
57 std::unique_ptr<config_t> config_new_clone(const config_t& src);
61 bool config_has_section(const config_t& config, const std::string& section);
65 bool config_has_key(const config_t& config, const std::string& section,
71 int config_get_int(const config_t& config, const std::string& section,
77 uint64_t config_get_uint64(const config_t& config, const std::string& section,
83 bool config_get_bool(const config_t
[all...]

Completed in 72 milliseconds