Searched refs:SetSystemProperty (Results 1 – 8 of 8) sorted by relevance
/system/bt/gd/os/android/ |
D | system_properties_test.cc | 28 using bluetooth::os::SetSystemProperty; 31 ASSERT_TRUE(SetSystemProperty("persist.bluetooth.factoryreset", "true")); in TEST() 35 ASSERT_TRUE(SetSystemProperty("persist.bluetooth.factoryreset", "false")); in TEST() 47 ASSERT_TRUE(SetSystemProperty("persist.bluetooth.factoryreset", "false")); in TEST() 48 ASSERT_TRUE(SetSystemProperty(property, "true")); in TEST() 49 ASSERT_FALSE(SetSystemProperty("persist.bluetooth.factoryreset", value)); in TEST() 50 ASSERT_FALSE(SetSystemProperty(property, value)); in TEST()
|
D | system_properties.cc | 37 bool SetSystemProperty(const std::string& property, const std::string& value) { in SetSystemProperty() function
|
/system/bt/gd/os/linux/ |
D | system_properties_test.cc | 27 using bluetooth::os::SetSystemProperty; 30 ASSERT_TRUE(SetSystemProperty("persist.bluetooth.factoryreset", "true")); in TEST() 34 ASSERT_TRUE(SetSystemProperty("persist.bluetooth.factoryreset", "false")); in TEST()
|
D | system_properties.cc | 40 bool SetSystemProperty(const std::string& property, const std::string& value) { in SetSystemProperty() function
|
/system/bt/gd/os/host/ |
D | system_properties_test.cc | 27 using bluetooth::os::SetSystemProperty; 30 ASSERT_TRUE(SetSystemProperty("persist.bluetooth.factoryreset", "true")); in TEST() 34 ASSERT_TRUE(SetSystemProperty("persist.bluetooth.factoryreset", "false")); in TEST()
|
D | system_properties.cc | 40 bool SetSystemProperty(const std::string& property, const std::string& value) { in SetSystemProperty() function
|
/system/bt/gd/os/ |
D | system_properties.h | 31 bool SetSystemProperty(const std::string& property, const std::string& value);
|
/system/bt/gd/facade/ |
D | facade_main.cc | 131 CHECK(::bluetooth::os::SetSystemProperty( in main()
|