Home
last modified time | relevance | path

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

/system/bt/types/
Draw_address.cc42 bool RawAddress::FromString(const std::string& from, RawAddress& to) { in FromString() function in RawAddress
Dclass_of_device.cc40 bool ClassOfDevice::FromString(const std::string& from, ClassOfDevice& to) { in FromString() function in ClassOfDevice
/system/bt/vendor_libs/test_vendor_lib/types/
Daddress.cc41 bool Address::FromString(const std::string& from, Address& to) { in FromString() function in Address
Dclass_of_device.cc38 bool ClassOfDevice::FromString(const std::string& from, ClassOfDevice& to) { in FromString() function in ClassOfDevice
/system/bt/gd/common/
Daddress.cc46 bool Address::FromString(const std::string& from, Address& to) { in FromString() function in bluetooth::common::Address
Dclass_of_device.cc46 bool ClassOfDevice::FromString(const std::string& from, ClassOfDevice& to) { in FromString() function in bluetooth::common::ClassOfDevice
/system/bt/types/bluetooth/
Duuid.cc61 Uuid Uuid::FromString(const std::string& uuid, bool* is_valid) { in FromString() function in bluetooth::Uuid
/system/bt/vendor_libs/test_vendor_lib/types/bluetooth/
Duuid.cc60 Uuid Uuid::FromString(const std::string& uuid, bool* is_valid) { in FromString() function in bluetooth::Uuid
/system/iorap/src/manager/
Devent_manager.cc46 static AppComponentName FromString(const std::string& s) { in FromString() function