Lines Matching refs:BtifConfigInterface
21 bool bluetooth::shim::BtifConfigInterface::HasSection( in HasSection()
25 bool bluetooth::shim::BtifConfigInterface::HasProperty( 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()
55 std::optional<std::string> bluetooth::shim::BtifConfigInterface::GetStr( 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()
70 size_t bluetooth::shim::BtifConfigInterface::GetBinLength( in GetBinLength()
74 bool bluetooth::shim::BtifConfigInterface::SetBin(const std::string& section, in SetBin()
80 bool bluetooth::shim::BtifConfigInterface::RemoveProperty( in RemoveProperty()
85 bluetooth::shim::BtifConfigInterface::GetPersistentDevices() { in GetPersistentDevices()
88 void bluetooth::shim::BtifConfigInterface::Save(){}; in Save()
89 void bluetooth::shim::BtifConfigInterface::Flush(){}; in Flush()
90 void bluetooth::shim::BtifConfigInterface::Clear(){}; in Clear()