Home | History | Annotate | Download | only in shill

Lines Matching refs:dns_client_

258     EXPECT_FALSE(connection_diagnostics_.dns_client_.get());
368 dns_client_ = new NiceMock<MockDNSClient>();
376 .WillOnce(Return(dns_client_)); // Passes ownership
377 EXPECT_CALL(*dns_client_,
836 NiceMock<MockDNSClient>* dns_client_;