Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/sysprops/
Dsysprops_module_test.cc61 static const std::string kSupportedSyspropName = "bluetooth.device.class_of_device"; variable
72 "[Sysprops]\n" + kSupportedSyspropName + "=" + kSupportedSyspropValue + "\n" +
78 EXPECT_THAT(bluetooth::os::GetSystemProperty(kSupportedSyspropName), std::nullopt); in TEST_F()
88 bluetooth::os::GetSystemProperty(kSupportedSyspropName), in TEST_F()
99 EXPECT_THAT(bluetooth::os::GetSystemProperty(kSupportedSyspropName), std::nullopt); in TEST_F()
108 EXPECT_THAT(bluetooth::os::GetSystemProperty(kSupportedSyspropName), std::nullopt); in TEST_F()