Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/lib/hci/
Daddress.cc79 std::optional<Address> Address::FromString(const std::string& from) { in FromString() function in bluetooth::hci::Address
118 bool Address::FromString(const std::string& from, Address& to) { in FromString() function in bluetooth::hci::Address
/packages/modules/Bluetooth/system/gd/hci/
Dclass_of_device.cc48 std::optional<ClassOfDevice> ClassOfDevice::FromString(const std::string& str) { in FromString() function in bluetooth::hci::ClassOfDevice
91 bool ClassOfDevice::FromString(const std::string& from, ClassOfDevice& to) { in FromString() function in bluetooth::hci::ClassOfDevice
Daddress.cc85 std::optional<Address> Address::FromString(const std::string& from) { in FromString() function in bluetooth::hci::Address
124 bool Address::FromString(const std::string& from, Address& to) { in FromString() function in bluetooth::hci::Address
Duuid.cc62 std::optional<Uuid> Uuid::FromString(const std::string& uuid) { in FromString() function in bluetooth::hci::Uuid
/packages/modules/Bluetooth/system/pdl/hci/
Dclass_of_device.cc50 std::optional<ClassOfDevice> ClassOfDevice::FromString(const std::string& str) { in FromString() function in bluetooth::hci::ClassOfDevice
93 bool ClassOfDevice::FromString(const std::string& from, ClassOfDevice& to) { in FromString() function in bluetooth::hci::ClassOfDevice
Daddress.cc80 std::optional<Address> Address::FromString(const std::string& from) { in FromString() function in bluetooth::hci::Address
119 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) { in FromString() function
/packages/modules/Bluetooth/system/gd/common/
Dbyte_array.h78 static std::optional<ByteArray<kLength>> FromString(const std::string& from) { in FromString() function
/packages/modules/Bluetooth/system/types/
Draw_address.cc78 bool RawAddress::FromString(const std::string& from, RawAddress& to) { in FromString() function in RawAddress
/packages/modules/Bluetooth/system/types/bluetooth/
Duuid.cc65 Uuid Uuid::FromString(const std::string& uuid, bool* is_valid) { in FromString() function in bluetooth::Uuid