HomeSort by relevance Sort by last modified time
    Searched refs:AppendSocketInfo (Results 1 - 3 of 3) sorted by null

  /system/connectivity/shill/
socket_info_reader.h 52 FRIEND_TEST(SocketInfoReaderTest, AppendSocketInfo);
61 bool AppendSocketInfo(const base::FilePath& info_file_path,
socket_info_reader.cc 61 bool v4_loaded = AppendSocketInfo(GetTcpv4SocketInfoFilePath(), info_list);
62 bool v6_loaded = AppendSocketInfo(GetTcpv6SocketInfoFilePath(), info_list);
68 bool SocketInfoReader::AppendSocketInfo(const FilePath& info_file_path,
socket_info_reader_unittest.cc 169 TEST_F(SocketInfoReaderTest, AppendSocketInfo) {
173 EXPECT_FALSE(reader_.AppendSocketInfo(file_path, &info_list));
180 EXPECT_TRUE(reader_.AppendSocketInfo(file_path, &info_list));
218 EXPECT_TRUE(reader_.AppendSocketInfo(file_path, &info_list));
225 EXPECT_TRUE(reader_.AppendSocketInfo(file_path, &info_list));

Completed in 285 milliseconds