Home
last modified time | relevance | path

Searched defs:FromString (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/lib/hci/
Daddress.cc76 std::optional<Address> Address::FromString(const std::string& from) { in FromString() function in bluetooth::hci::Address
115 bool Address::FromString(const std::string& from, Address& to) { in FromString() function in bluetooth::hci::Address
/packages/modules/Bluetooth/system/pdl/hci/
Dclass_of_device.cc47 std::optional<ClassOfDevice> ClassOfDevice::FromString(const std::string& str) { in FromString() function in bluetooth::hci::ClassOfDevice
90 bool ClassOfDevice::FromString(const std::string& from, ClassOfDevice& to) { in FromString() function in bluetooth::hci::ClassOfDevice
Daddress.cc71 std::optional<Address> Address::FromString(const std::string& from) { in FromString() function in bluetooth::hci::Address
110 bool Address::FromString(const std::string& from, Address& to) { in FromString() function in bluetooth::hci::Address
/packages/modules/Bluetooth/system/gd/storage/
Dserializable.h39 static std::optional<T> FromString(const std::string& str) { return T::FromString(str); } in FromString() function
/packages/modules/Bluetooth/system/gd/common/
Dbyte_array.h58 static std::optional<ByteArray<kLength>> FromString(const std::string& from) { in FromString() function
/packages/modules/Bluetooth/system/types/
Draw_address.cc74 bool RawAddress::FromString(const std::string& from, RawAddress& to) { in FromString() function in RawAddress
/packages/modules/Bluetooth/system/types/bluetooth/
Duuid.cc64 Uuid Uuid::FromString(const std::string& uuid, bool* is_valid) { in FromString() function in bluetooth::Uuid
/packages/modules/Bluetooth/system/gd/hci/
Duuid.cc59 std::optional<Uuid> Uuid::FromString(const std::string& uuid) { in FromString() function in bluetooth::hci::Uuid