Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/common/
Dstrings_test.cc36 using bluetooth::common::StringTrim;
96 ASSERT_EQ(StringTrim(" aa bb"), "aa bb"); in TEST()
97 ASSERT_EQ(StringTrim("aa bb "), "aa bb"); in TEST()
98 ASSERT_EQ(StringTrim(" aa bb "), "aa bb"); in TEST()
99 ASSERT_EQ(StringTrim(" aa bb \n"), "aa bb"); in TEST()
100 ASSERT_EQ(StringTrim(" \raa bb\t \n"), "aa bb"); in TEST()
Dstrings.h101 std::string StringTrim(std::string str);
Dstrings.cc80 std::string StringTrim(std::string str) { in StringTrim() function
/packages/modules/Bluetooth/system/gd/storage/
Dlegacy_config_file.cc50 line = common::StringTrim(std::move(line)); in Read()
71 tokens[0] = common::StringTrim(std::move(tokens[0])); in Read()
72 tokens[1] = common::StringTrim(std::move(tokens[1])); in Read()
/packages/modules/Bluetooth/system/gd/os/
Dsystem_properties_common.cc41 std::string trimmed_val = common::StringTrim(result.value()); in GetSystemPropertyBool()
/packages/modules/Bluetooth/system/gd/os/linux_generic/
Dalarm_timerfd_unittest.cc36 std::string StringTrim(std::string str) { in StringTrim() function
/packages/modules/Bluetooth/system/gd/hal/
Dsnoop_logger.cc1456 … common::StringTrim(soc_manufacturer_prop.value()) == kSoCManufacturerQualcomm; in IsQualcommDebugLogEnabled()