Home
last modified time | relevance | path

Searched refs:info1 (Results 1 – 4 of 4) sorted by relevance

/system/connectivity/shill/
Dconnection_info_unittest.cc40 void ExpectConnectionInfoEqual(const ConnectionInfo& info1, in ExpectConnectionInfoEqual() argument
42 EXPECT_EQ(info1.protocol(), info2.protocol()); in ExpectConnectionInfoEqual()
43 EXPECT_EQ(info1.time_to_expire_seconds(), info2.time_to_expire_seconds()); in ExpectConnectionInfoEqual()
44 EXPECT_EQ(info1.is_unreplied(), info2.is_unreplied()); in ExpectConnectionInfoEqual()
45 EXPECT_TRUE(info1.original_source_ip_address() in ExpectConnectionInfoEqual()
47 EXPECT_EQ(info1.original_source_port(), info2.original_source_port()); in ExpectConnectionInfoEqual()
48 EXPECT_TRUE(info1.original_destination_ip_address() in ExpectConnectionInfoEqual()
50 EXPECT_EQ(info1.original_destination_port(), in ExpectConnectionInfoEqual()
52 EXPECT_TRUE(info1.reply_source_ip_address() in ExpectConnectionInfoEqual()
54 EXPECT_EQ(info1.reply_source_port(), info2.reply_source_port()); in ExpectConnectionInfoEqual()
[all …]
Dsocket_info_unittest.cc36 void ExpectSocketInfoEqual(const SocketInfo& info1, const SocketInfo& info2) { in ExpectSocketInfoEqual() argument
37 EXPECT_EQ(info1.connection_state(), info2.connection_state()); in ExpectSocketInfoEqual()
38 EXPECT_TRUE(info1.local_ip_address().Equals(info2.local_ip_address())); in ExpectSocketInfoEqual()
39 EXPECT_EQ(info1.local_port(), info2.local_port()); in ExpectSocketInfoEqual()
40 EXPECT_TRUE(info1.remote_ip_address().Equals(info2.remote_ip_address())); in ExpectSocketInfoEqual()
41 EXPECT_EQ(info1.remote_port(), info2.remote_port()); in ExpectSocketInfoEqual()
42 EXPECT_EQ(info1.transmit_queue_value(), info2.transmit_queue_value()); in ExpectSocketInfoEqual()
43 EXPECT_EQ(info1.receive_queue_value(), info2.receive_queue_value()); in ExpectSocketInfoEqual()
44 EXPECT_EQ(info1.timer_state(), info2.timer_state()); in ExpectSocketInfoEqual()
Dconnection_info_reader_unittest.cc82 void ExpectConnectionInfoEqual(const ConnectionInfo& info1, in ExpectConnectionInfoEqual() argument
84 EXPECT_EQ(info1.protocol(), info2.protocol()); in ExpectConnectionInfoEqual()
85 EXPECT_EQ(info1.time_to_expire_seconds(), info2.time_to_expire_seconds()); in ExpectConnectionInfoEqual()
86 EXPECT_EQ(info1.is_unreplied(), info2.is_unreplied()); in ExpectConnectionInfoEqual()
87 EXPECT_TRUE(info1.original_source_ip_address() in ExpectConnectionInfoEqual()
89 EXPECT_EQ(info1.original_source_port(), info2.original_source_port()); in ExpectConnectionInfoEqual()
90 EXPECT_TRUE(info1.original_destination_ip_address() in ExpectConnectionInfoEqual()
92 EXPECT_EQ(info1.original_destination_port(), in ExpectConnectionInfoEqual()
94 EXPECT_TRUE(info1.reply_source_ip_address() in ExpectConnectionInfoEqual()
96 EXPECT_EQ(info1.reply_source_port(), info2.reply_source_port()); in ExpectConnectionInfoEqual()
[all …]
Dsocket_info_reader_unittest.cc98 void ExpectSocketInfoEqual(const SocketInfo& info1, const SocketInfo& info2) { in ExpectSocketInfoEqual() argument
99 EXPECT_EQ(info1.connection_state(), info2.connection_state()); in ExpectSocketInfoEqual()
100 EXPECT_TRUE(info1.local_ip_address().Equals(info2.local_ip_address())); in ExpectSocketInfoEqual()
101 EXPECT_EQ(info1.local_port(), info2.local_port()); in ExpectSocketInfoEqual()
102 EXPECT_TRUE(info1.remote_ip_address().Equals(info2.remote_ip_address())); in ExpectSocketInfoEqual()
103 EXPECT_EQ(info1.remote_port(), info2.remote_port()); in ExpectSocketInfoEqual()
104 EXPECT_EQ(info1.transmit_queue_value(), info2.transmit_queue_value()); in ExpectSocketInfoEqual()
105 EXPECT_EQ(info1.receive_queue_value(), info2.receive_queue_value()); in ExpectSocketInfoEqual()
106 EXPECT_EQ(info1.timer_state(), info2.timer_state()); in ExpectSocketInfoEqual()