Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Denum_helper.h41 std::optional<hci::DeviceType> FromLegacyConfigString(const std::string& str) { in FromLegacyConfigString() function
54 std::optional<hci::AddressType> FromLegacyConfigString(const std::string& str) { in FromLegacyConfigString() function
68 std::optional<hci::KeyType> FromLegacyConfigString(const std::string& str) { in FromLegacyConfigString() function
83 std::optional<hci::LegacyScanMode> FromLegacyConfigString(const std::string& str) { in FromLegacyConfigString() function
Dclass_of_device.h49 static std::optional<ClassOfDevice> FromLegacyConfigString(const std::string& str);
Duuid.h61 static std::optional<Uuid> FromLegacyConfigString(const std::string& uuid);
Daddress.cc69 std::optional<Address> Address::FromLegacyConfigString(const std::string& str) { in FromLegacyConfigString() function in bluetooth::hci::Address
Dclass_of_device.cc110 std::optional<ClassOfDevice> ClassOfDevice::FromLegacyConfigString(const std::string& str) { in FromLegacyConfigString() function in bluetooth::hci::ClassOfDevice
Daddress.h64 static std::optional<Address> FromLegacyConfigString(const std::string& str);
Duuid.cc110 std::optional<Uuid> Uuid::FromLegacyConfigString(const std::string& uuid) { in FromLegacyConfigString() function in bluetooth::hci::Uuid
Duuid_unittest.cc154 ASSERT_EQ(uuid, Uuid::FromLegacyConfigString(UUID_BASE_STR)); in TEST()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/storage/
Dserializable.h47 static std::optional<T> FromLegacyConfigString(const std::string& str) { in FromLegacyConfigString() function
48 return T::FromLegacyConfigString(str); in FromLegacyConfigString()
Dconfig_cache_helper.h114 return T::FromLegacyConfigString(*value); in Get()
123 return bluetooth::FromLegacyConfigString<T>(*value); in Get()
140 auto v = T::value_type::FromLegacyConfigString(str); in Get()
/aosp_15_r20/packages/modules/Bluetooth/system/pdl/hci/include/hci/
Dclass_of_device.h49 static std::optional<ClassOfDevice> FromLegacyConfigString(const std::string& str);
Daddress.h64 static std::optional<Address> FromLegacyConfigString(const std::string& str);
/aosp_15_r20/packages/modules/Bluetooth/system/gd/common/
Dbyte_array.h71 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()
/aosp_15_r20/packages/modules/Bluetooth/system/pdl/hci/
Daddress.cc67 std::optional<Address> Address::FromLegacyConfigString(const std::string& str) { in FromLegacyConfigString() function in bluetooth::hci::Address
Dclass_of_device.cc111 std::optional<ClassOfDevice> ClassOfDevice::FromLegacyConfigString(const std::string& str) { in FromLegacyConfigString() function in bluetooth::hci::ClassOfDevice