Searched refs:GetSystemProperty (Results 1 – 10 of 10) sorted by relevance
27 using bluetooth::os::GetSystemProperty;32 auto ret = GetSystemProperty("persist.bluetooth.factoryreset"); in TEST()36 ret = GetSystemProperty("persist.bluetooth.factoryreset"); in TEST()39 ret = GetSystemProperty("persist.bluetooth.factoryreset_do_not_exist"); in TEST()51 ASSERT_TRUE(GetSystemProperty(property)); in TEST()53 auto ret = GetSystemProperty("persist.bluetooth.factoryreset"); in TEST()
28 std::optional<std::string> GetSystemProperty(const std::string& property) { in GetSystemProperty() function
26 using bluetooth::os::GetSystemProperty;31 auto ret = GetSystemProperty("persist.bluetooth.factoryreset"); in TEST()35 ret = GetSystemProperty("persist.bluetooth.factoryreset"); in TEST()38 ret = GetSystemProperty("persist.bluetooth.factoryreset_do_not_exist"); in TEST()41 ASSERT_FALSE(GetSystemProperty("persist.bluetooth.factoryreset")); in TEST()
31 std::optional<std::string> GetSystemProperty(const std::string& property) { in GetSystemProperty() function
27 std::optional<std::string> GetSystemProperty(const std::string& property);
386 auto max_packets_per_file_prop = os::GetSystemProperty(kBtSnoopMaxPacketsPerFileProperty); in GetMaxPacketsPerFile()402 auto is_debuggable = os::GetSystemProperty(kIsDebuggableProperty); in GetBtSnoopMode()404 auto default_mode_property = os::GetSystemProperty(kBtSnoopDefaultLogModeProperty); in GetBtSnoopMode()414 auto btsnoop_mode_prop = os::GetSystemProperty(kBtSnoopLogModeProperty); in GetBtSnoopMode()
72 return (os::GetSystemProperty(kReadOnlyDebuggableProperty) == "1"); in IsDebuggable()
146 if (os::GetSystemProperty(kFactoryResetProperty) == "true") { in Start()