Lines Matching defs:section
22 const std::string& section) { in HasSection()
26 const std::string& section, const std::string& property) { in HasProperty()
29 bool bluetooth::shim::BtifConfigInterface::GetInt(const std::string& section, in GetInt()
34 bool bluetooth::shim::BtifConfigInterface::SetInt(const std::string& section, in SetInt()
39 bool bluetooth::shim::BtifConfigInterface::GetUint64(const std::string& section, in GetUint64()
44 bool bluetooth::shim::BtifConfigInterface::SetUint64(const std::string& section, in SetUint64()
49 bool bluetooth::shim::BtifConfigInterface::GetStr(const std::string& section, in GetStr()
56 const std::string& section, const std::string& key) { in GetStr()
59 bool bluetooth::shim::BtifConfigInterface::SetStr(const std::string& section, in SetStr()
64 bool bluetooth::shim::BtifConfigInterface::GetBin(const std::string& section, in GetBin()
71 const std::string& section, const std::string& key) { in GetBinLength()
74 bool bluetooth::shim::BtifConfigInterface::SetBin(const std::string& section, in SetBin()
81 const std::string& section, const std::string& key) { in RemoveProperty()