Home
last modified time | relevance | path

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

/system/bt/types/
Draw_address.cc42 bool RawAddress::FromString(const std::string& from, RawAddress& to) { in FromString() function in RawAddress
/system/bt/vendor_libs/test_vendor_lib/src/
Dbt_address.cc39 bool BtAddress::FromString(const std::string& str) { in FromString() function in test_vendor_lib::BtAddress
/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/test/
Dbt_address_unittest.cc136 TEST_F(BtAddressTest, FromString) { in TEST_F() argument