Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e5785cc3 authored by Chris Manton's avatar Chris Manton
Browse files

Remove anonymous namespace in header file dumpsys

Bug: 202841894
Tag: #refactor
Test: gd/cert/run

Change-Id: Iecc4112c3f7d49f35ef724c7424438d43302484d
parent c2603b51
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -9,7 +9,6 @@ extern const size_t data_size;
const std::string& GetBundledSchemaData();
}  // namespace test
}  // namespace bluetooth
namespace {
const unsigned char data_[] = {
    0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0a, 0x00, 0x10, 0x00, 0x04, 0x00, 0x08, 0x00, 0x0c, 0x00, 0x0a, 0x00, 0x00,
    0x00, 0x30, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x44, 0x00,
@@ -59,7 +58,6 @@ const unsigned char data_[] = {
    0x00, 0x15, 0x00, 0x00, 0x00, 0x62, 0x6c, 0x75, 0x65, 0x74, 0x6f, 0x6f, 0x74, 0x68, 0x2e, 0x44, 0x75, 0x6d, 0x70,
    0x73, 0x79, 0x73, 0x44, 0x61, 0x74, 0x61, 0x00, 0x00, 0x00};
const std::string string_data_(data_, data_ + sizeof(data_));
}  // namespace
const unsigned char* bluetooth::test::data = data_;
const size_t bluetooth::test::data_size = 884;
const std::string& bluetooth::test::GetBundledSchemaData() {