Home
last modified time | relevance | path

Searched refs:UUID_ONES_STR (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/bt/vendor_libs/test_vendor_lib/types/test/bluetooth/
H A Duuid_unittest.cc101 const std::string UUID_ONES_STR = "11111111-1111-1111-1111-111111111111"; in TEST() local
106 EXPECT_EQ(UUID_ONES_STR, ONES.ToString()); in TEST()
/aosp12/system/bt/types/test/bluetooth/
H A Duuid_unittest.cc112 const std::string UUID_ONES_STR = "11111111-1111-1111-1111-111111111111"; in TEST() local
117 EXPECT_EQ(UUID_ONES_STR, ONES.ToString()); in TEST()
/aosp12/system/bt/gd/hci/
H A Duuid_unittest.cc105 const std::string UUID_ONES_STR = "11111111-1111-1111-1111-111111111111"; in TEST() local
110 ASSERT_EQ(UUID_ONES_STR, ONES.ToString()); in TEST()