Searched refs:transport (Results 1 – 5 of 5) sorted by relevance
247 switch (options->transport) { in Create()257 LOG(FATAL) << "Unknown transport: " << options->transport; in Create()653 return lhs.transport == rhs.transport && in operator ==()
106 JdwpTransportType transport = kJdwpTransportUnknown; member
109 if (jdwp_options.transport == JDWP::kJdwpTransportUnknown) {123 jdwp_options->transport = JDWP::kJdwpTransportSocket;125 jdwp_options->transport = JDWP::kJdwpTransportAndroidAdb;
334 opt.transport = JDWP::JdwpTransportType::kJdwpTransportSocket; in TEST_F()348 opt.transport = JDWP::JdwpTransportType::kJdwpTransportSocket; in TEST_F()
752 CHECK_NE(jdwp_options.transport, JDWP::kJdwpTransportUnknown); in ConfigureJdwp()