Home
last modified time | relevance | path

Searched refs:kAdbConnection (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Djdwp_provider.h33 kAdbConnection, enumerator
36 kDefaultJdwpProvider = kAdbConnection,
Druntime.cc1387 case JdwpProvider::kAdbConnection: { in Init()
/art/cmdline/
Dcmdline_parser_test.cc406 EXPECT_SINGLE_PARSE_VALUE(JdwpProvider::kAdbConnection, opt_args, M::JdwpProvider); in TEST_F()
Dcmdline_types.h85 return Result::Success(JdwpProvider::kAdbConnection);
/art/adbconnection/
Dadbconnection.cc885 DCHECK(art::Runtime::Current()->GetJdwpProvider() == art::JdwpProvider::kAdbConnection); in ArtPlugin_Initialize()