Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/lib/hci/
Dclass_of_device.cc52 std::optional<ClassOfDevice> ClassOfDevice::FromString(const std::string& str) { in FromString() function in bluetooth::hci::ClassOfDevice
97 bool ClassOfDevice::FromString(const std::string& from, ClassOfDevice& to) { in FromString() function in bluetooth::hci::ClassOfDevice
Daddress.cc58 std::optional<Address> Address::FromString(const std::string& from) { in FromString() function in bluetooth::hci::Address
97 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.cc53 std::optional<ClassOfDevice> ClassOfDevice::FromString(const std::string& str) { in FromString() function in bluetooth::hci::ClassOfDevice
96 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/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/
Dclass_of_device.cc40 bool ClassOfDevice::FromString(const std::string& from, ClassOfDevice& to) { in FromString() function in ClassOfDevice
Draw_address.cc66 bool RawAddress::FromString(const std::string& from, RawAddress& to) { in FromString() function in RawAddress
/packages/modules/Bluetooth/system/types/bluetooth/
Duuid.cc62 Uuid Uuid::FromString(const std::string& uuid, bool* is_valid) { in FromString() function in bluetooth::Uuid