Home
last modified time | relevance | path

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

/aosp12/system/bt/vendor_libs/test_vendor_lib/types/test/bluetooth/
H A Duuid_unittest.cc100 const std::string UUID_EMP_STR = "00000000-0000-0000-0000-000000000000"; in TEST() local
105 EXPECT_EQ(UUID_EMP_STR, Uuid::kEmpty.ToString()); in TEST()
/aosp12/system/bt/types/test/bluetooth/
H A Duuid_unittest.cc111 const std::string UUID_EMP_STR = "00000000-0000-0000-0000-000000000000"; in TEST() local
116 EXPECT_EQ(UUID_EMP_STR, Uuid::kEmpty.ToString()); in TEST()
/aosp12/system/bt/gd/hci/
H A Duuid_unittest.cc104 const std::string UUID_EMP_STR = "00000000-0000-0000-0000-000000000000"; in TEST() local
109 ASSERT_EQ(UUID_EMP_STR, Uuid::kEmpty.ToString()); in TEST()