Lines Matching defs:section
36 bool BtifConfigInterface::HasSection(const std::string& section) { in HasSection()
40 bool BtifConfigInterface::HasProperty(const std::string& section, in HasProperty()
45 bool BtifConfigInterface::GetInt(const std::string& section, in GetInt()
55 bool BtifConfigInterface::SetInt(const std::string& section, in SetInt()
61 bool BtifConfigInterface::GetUint64(const std::string& section, in GetUint64()
72 bool BtifConfigInterface::SetUint64(const std::string& section, in SetUint64()
79 bool BtifConfigInterface::GetStr(const std::string& section, in GetStr()
100 const std::string& section, const std::string& property) { in GetStr()
104 bool BtifConfigInterface::SetStr(const std::string& section, in SetStr()
112 bool BtifConfigInterface::GetBin(const std::string& section, in GetBin()
125 size_t BtifConfigInterface::GetBinLength(const std::string& section, in GetBinLength()
133 bool BtifConfigInterface::SetBin(const std::string& section, in SetBin()
141 bool BtifConfigInterface::RemoveProperty(const std::string& section, in RemoveProperty()