Lines Matching refs:BtifConfigInterface
35 bool BtifConfigInterface::HasSection(const std::string& section) { in HasSection()
39 bool BtifConfigInterface::HasProperty(const std::string& section, in HasProperty()
44 bool BtifConfigInterface::GetInt(const std::string& section, in GetInt()
54 bool BtifConfigInterface::SetInt(const std::string& section, in SetInt()
60 bool BtifConfigInterface::GetUint64(const std::string& section, in GetUint64()
71 bool BtifConfigInterface::SetUint64(const std::string& section, in SetUint64()
78 bool BtifConfigInterface::GetStr(const std::string& section, in GetStr()
99 std::optional<std::string> BtifConfigInterface::GetStr( 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()
146 void BtifConfigInterface::RemoveSection(const std::string& section) { in RemoveSection()
150 std::vector<std::string> BtifConfigInterface::GetPersistentDevices() { in GetPersistentDevices()
154 void BtifConfigInterface::ConvertEncryptOrDecryptKeyIfNeeded() { in ConvertEncryptOrDecryptKeyIfNeeded()
158 void BtifConfigInterface::Clear() { GetStorage()->Clear(); } in Clear()