Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/hci/
H A Daddress.cc64 std::optional<Address> Address::FromString(const std::string& from) { in FromString() function in bluetooth::hci::Address
103 bool Address::FromString(const std::string& from, Address& to) { in FromString() function in bluetooth::hci::Address
H A 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
H A Duuid.cc62 std::optional<Uuid> Uuid::FromString(const std::string& uuid) { in FromString() function in bluetooth::hci::Uuid
/aosp12/system/bt/gd/storage/
H A Dserializable.h39 static std::optional<T> FromString(const std::string& str) { in FromString() function
/aosp12/system/bt/types/
H A Draw_address.cc42 bool RawAddress::FromString(const std::string& from, RawAddress& to) { in FromString() function in RawAddress
H A Dclass_of_device.cc40 bool ClassOfDevice::FromString(const std::string& from, ClassOfDevice& to) { in FromString() function in ClassOfDevice
/aosp12/system/bt/gd/common/
H A Dbyte_array.h78 static std::optional<ByteArray<kLength>> FromString(const std::string& from) { in FromString() function
/aosp12/system/iorap/src/db/
H A Dapp_component_name.h39 static AppComponentName FromString(const std::string& s) { in FromString() function
/aosp12/system/bt/vendor_libs/test_vendor_lib/types/bluetooth/
H A Duuid.cc60 Uuid Uuid::FromString(const std::string& uuid, bool* is_valid) { in FromString() function in bluetooth::Uuid
/aosp12/system/bt/types/bluetooth/
H A Duuid.cc62 Uuid Uuid::FromString(const std::string& uuid, bool* is_valid) { in FromString() function in bluetooth::Uuid