Searched refs:kUnsupportedSyspropName (Results 1 – 1 of 1) sorted by relevance
63 static const std::string kUnsupportedSyspropName = "i.am.an.unsupported.sysprop"; variable73 kUnsupportedSyspropName + "=true\n" + "\n" + "[Aflags]\n" + kCorrectPrefixAflagName + "=" +79 EXPECT_THAT(bluetooth::os::GetSystemProperty(kUnsupportedSyspropName), std::nullopt); in TEST_F()90 EXPECT_THAT(bluetooth::os::GetSystemProperty(kUnsupportedSyspropName), std::nullopt); in TEST_F()100 EXPECT_THAT(bluetooth::os::GetSystemProperty(kUnsupportedSyspropName), std::nullopt); in TEST_F()109 EXPECT_THAT(bluetooth::os::GetSystemProperty(kUnsupportedSyspropName), std::nullopt); in TEST_F()