Home
last modified time | relevance | path

Searched refs:FromLegacyConfigString (Results 1 – 16 of 16) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/
Denum_helper.h37 std::optional<hci::DeviceType> FromLegacyConfigString(const std::string& str) { in FromLegacyConfigString() function
50 std::optional<hci::AddressType> FromLegacyConfigString(const std::string& str) { in FromLegacyConfigString() function
64 std::optional<hci::KeyType> FromLegacyConfigString(const std::string& str) { in FromLegacyConfigString() function
78 std::optional<hci::LegacyScanMode> FromLegacyConfigString(const std::string& str) { in FromLegacyConfigString() function
Dclass_of_device.h53 static std::optional<ClassOfDevice> FromLegacyConfigString(const std::string& str);
Duuid.h65 static std::optional<Uuid> FromLegacyConfigString(const std::string& uuid);
Daddress.cc81 std::optional<Address> Address::FromLegacyConfigString(const std::string& str) { in FromLegacyConfigString() function in bluetooth::hci::Address
Dclass_of_device.cc112 std::optional<ClassOfDevice> ClassOfDevice::FromLegacyConfigString(const std::string& str) { in FromLegacyConfigString() function in bluetooth::hci::ClassOfDevice
Daddress.h68 static std::optional<Address> FromLegacyConfigString(const std::string& str);
Duuid.cc129 std::optional<Uuid> Uuid::FromLegacyConfigString(const std::string& uuid) { in FromLegacyConfigString() function in bluetooth::hci::Uuid
Duuid_unittest.cc156 ASSERT_EQ(uuid, Uuid::FromLegacyConfigString(UUID_BASE_STR)); in TEST()
/packages/modules/Bluetooth/system/gd/storage/
Dserializable.h49 static std::optional<T> FromLegacyConfigString(const std::string& str) { in FromLegacyConfigString() function
50 return T::FromLegacyConfigString(str); in FromLegacyConfigString()
Dconfig_cache_helper.h103 return T::FromLegacyConfigString(*value); in Get()
112 return bluetooth::FromLegacyConfigString<T>(*value); in Get()
130 auto v = T::value_type::FromLegacyConfigString(str); in Get()
/packages/modules/Bluetooth/system/pdl/hci/include/hci/
Dclass_of_device.h50 static std::optional<ClassOfDevice> FromLegacyConfigString(
Daddress.h64 static std::optional<Address> FromLegacyConfigString(const std::string& str);
/packages/modules/Bluetooth/system/gd/common/
Dbyte_array.h93 static std::optional<ByteArray<kLength>> FromLegacyConfigString(const std::string& from) { in FromLegacyConfigString() function
Dbyte_array_test.cc85 auto byte_array = ByteArray<N>::FromLegacyConfigString(byte_string); in simple_from_legacy_string_test()
/packages/modules/Bluetooth/system/pdl/hci/
Daddress.cc76 std::optional<Address> Address::FromLegacyConfigString(const std::string& str) { in FromLegacyConfigString() function in bluetooth::hci::Address
Dclass_of_device.cc114 std::optional<ClassOfDevice> ClassOfDevice::FromLegacyConfigString( in FromLegacyConfigString() function in bluetooth::hci::ClassOfDevice