HomeSort by relevance Sort by last modified time
    Searched refs:kTransportLocal (Results 1 - 11 of 11) sorted by null

  /system/core/adb/
bugreport_test.cpp 140 SendShellCommand(kTransportLocal, "HannibalLecter", "bugreportz -v", false, _))
156 ASSERT_EQ(1, br_.DoIt(kTransportLocal, "HannibalLecter", 3, args));
163 EXPECT_CALL(br_, SendShellCommand(kTransportLocal, "HannibalLecter", "bugreportz -v", false, _))
171 EXPECT_CALL(br_, SendShellCommand(kTransportLocal, "HannibalLecter", "bugreport", false, _))
175 ASSERT_EQ(0, br_.DoIt(kTransportLocal, "HannibalLecter", 1, args));
186 EXPECT_CALL(br_, SendShellCommand(kTransportLocal, "HannibalLecter", "bugreportz", false, _))
194 ASSERT_EQ(0, br_.DoIt(kTransportLocal, "HannibalLecter", 1, args));
204 EXPECT_CALL(br_, SendShellCommand(kTransportLocal, "HannibalLecter", "bugreportz -p", false, _))
214 ASSERT_EQ(0, br_.DoIt(kTransportLocal, "HannibalLecter", 1, args));
220 EXPECT_CALL(br_, SendShellCommand(kTransportLocal, "HannibalLecter", "bugreportz", false, _)
    [all...]
transport.h 104 if (type == kTransportLocal && local_port_for_emulator_ != -1) {
112 return type == kTransportLocal && local_port_for_emulator_ == -1;
transport_test.cpp 159 for (TransportType type : {kTransportAny, kTransportLocal}) {
182 for (TransportType type : {kTransportAny, kTransportLocal}) {
184 bool should_match = (type == kTransportLocal);
adb_client.cpp 72 case kTransportLocal:
296 } else if (type == kTransportLocal) {
adb.h 105 kTransportLocal,
transport.cpp 612 } else if (type == kTransportLocal) {
649 } else if (type == kTransportLocal && t->type == kTransportLocal) {
801 } else if (type == kTransportLocal) {
services.cpp 460 sinfo->transport_type = kTransportLocal;
transport_local.cpp 528 t->type = kTransportLocal;
commandline.cpp     [all...]
adb.cpp     [all...]
sockets.cpp 722 type = kTransportLocal;

Completed in 3482 milliseconds