Home
last modified time | relevance | path

Searched defs:DefaultChannelModeTest (Results 1 – 2 of 2) sorted by relevance

/third_party/cares/test/
Dares-test-live.cc171 TEST_P(DefaultChannelModeTest, LiveGetLocalhostByNameV4) { in TEST_P() argument
184 TEST_P(DefaultChannelModeTest, LiveGetLocalhostByNameV6) { in TEST_P() argument
199 TEST_P(DefaultChannelModeTest, LiveGetNonExistLocalhostByNameV4) { in TEST_P() argument
212 TEST_P(DefaultChannelModeTest, LiveGetNonExistLocalhostByNameV6) { in TEST_P() argument
227 TEST_P(DefaultChannelModeTest, LiveGetLocalhostByNameIPV4) { in TEST_P() argument
240 TEST_P(DefaultChannelModeTest, LiveGetLocalhostByNameIPV6) { in TEST_P() argument
255 TEST_P(DefaultChannelModeTest, LiveGetLocalhostFailFamily) { in TEST_P() argument
263 TEST_P(DefaultChannelModeTest, LiveGetLocalhostByAddrV4) { in TEST_P() argument
282 TEST_P(DefaultChannelModeTest, LiveGetLocalhostByAddrV6) { in TEST_P() argument
300 TEST_P(DefaultChannelModeTest, LiveGetHostByAddrFailFamily) { in TEST_P() argument
[all …]
Dares-test.h225 DefaultChannelModeTest() : channel_(nullptr) in DefaultChannelModeTest() function