/aosp12/system/logging/logd/ |
H A D | CommandListener.cpp | 87 int CommandListener::ClearCmd::runCommand(SocketClient* cli, int argc, char** argv) { in runCommand() function in CommandListener::ClearCmd 105 int CommandListener::GetBufSizeCmd::runCommand(SocketClient* cli, int argc, char** argv) { in runCommand() function in CommandListener::GetBufSizeCmd 109 int CommandListener::GetBufSizeReadableCmd::runCommand(SocketClient* cli, int argc, char** argv) { in runCommand() function in CommandListener::GetBufSizeReadableCmd 114 int CommandListener::GetBufSizeUsedCmd::runCommand(SocketClient* cli, int argc, char** argv) { in runCommand() function in CommandListener::GetBufSizeUsedCmd 118 int CommandListener::SetBufSizeCmd::runCommand(SocketClient* cli, int argc, in runCommand() function in CommandListener::SetBufSizeCmd 158 int CommandListener::GetStatisticsCmd::runCommand(SocketClient* cli, int argc, char** argv) { in runCommand() function in CommandListener::GetStatisticsCmd 193 int CommandListener::GetPruneListCmd::runCommand(SocketClient* cli, int, char**) { in runCommand() function in CommandListener::GetPruneListCmd 199 int CommandListener::SetPruneListCmd::runCommand(SocketClient* cli, int argc, char** argv) { in runCommand() function in CommandListener::SetPruneListCmd 223 int CommandListener::GetEventTagCmd::runCommand(SocketClient* cli, int argc, char** argv) { in runCommand() function in CommandListener::GetEventTagCmd 267 int CommandListener::ReinitCmd::runCommand(SocketClient* cli, int, char**) { in runCommand() function in CommandListener::ReinitCmd [all …]
|
/aosp12/system/netd/server/ |
H A D | NdcDispatcher.cpp | 167 int NdcDispatcher::InterfaceCmd::runCommand(NdcClient* cli, int argc, char** argv) const { in runCommand() function in android::net::NdcDispatcher::InterfaceCmd 354 int NdcDispatcher::IpFwdCmd::runCommand(NdcClient* cli, int argc, char** argv) const { in runCommand() function in android::net::NdcDispatcher::IpFwdCmd 408 int NdcDispatcher::TetherCmd::runCommand(NdcClient* cli, int argc, char** argv) const { in runCommand() function in android::net::NdcDispatcher::TetherCmd 502 int NdcDispatcher::NatCmd::runCommand(NdcClient* cli, int argc, char** argv) const { in runCommand() function in android::net::NdcDispatcher::NatCmd 555 int NdcDispatcher::BandwidthControlCmd::runCommand(NdcClient* cli, int argc, char** argv) const { in runCommand() function in android::net::NdcDispatcher::BandwidthControlCmd 681 int NdcDispatcher::IdletimerControlCmd::runCommand(NdcClient* cli, int argc, char** argv) const { in runCommand() function in android::net::NdcDispatcher::IdletimerControlCmd 777 int NdcDispatcher::FirewallCmd::runCommand(NdcClient* cli, int argc, char** argv) const { in runCommand() function in android::net::NdcDispatcher::FirewallCmd 849 int NdcDispatcher::ClatdCmd::runCommand(NdcClient* cli, int argc, char** argv) const { in runCommand() function in android::net::NdcDispatcher::ClatdCmd 904 int NdcDispatcher::StrictCmd::runCommand(NdcClient* cli, int argc, char** argv) const { in runCommand() function in android::net::NdcDispatcher::StrictCmd 958 int NdcDispatcher::NetworkCommand::runCommand(NdcClient* cli, int argc, char** argv) const { in runCommand() function in android::net::NdcDispatcher::NetworkCommand
|
H A D | MDnsSdListener.cpp | 410 int MDnsSdListener::Handler::runCommand(SocketClient *cli, in runCommand() function in MDnsSdListener::Handler
|
/aosp12/system/core/libsysutils/src/ |
H A D | FrameworkCommand.cpp | 30 int FrameworkCommand::runCommand(SocketClient *c UNUSED, int argc UNUSED, in runCommand() function in FrameworkCommand
|
H A D | SocketListener_test.cpp | 105 int runCommand(SocketClient* cli, int argc, char** argv) { in runCommand() function in __anond9fbf2030110::TestCommand
|
/aosp12/system/hardware/interfaces/net/netd/testutils/ |
H A D | VtsHalNetNetdTestUtils.cpp | 47 static std::vector<std::string> runCommand(const std::string& command) { in runCommand() function
|
/aosp12/system/netd/tests/ |
H A D | test_utils.cpp | 40 std::vector<std::string> runCommand(const std::string& command) { in runCommand() function
|
/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
H A D | NetworkWatchlistTest.java | 169 private static String runCommand(String command) throws IOException { in runCommand() method in NetworkWatchlistTest
|
/aosp12/packages/modules/DnsResolver/ |
H A D | DnsProxyListener.cpp | 809 int DnsProxyListener::GetAddrInfoCmd::runCommand(SocketClient* cli, int argc, char** argv) { in runCommand() function in android::net::DnsProxyListener::GetAddrInfoCmd 856 int DnsProxyListener::ResNSendCommand::runCommand(SocketClient* cli, int argc, char** argv) { in runCommand() function in android::net::DnsProxyListener::ResNSendCommand 1013 int DnsProxyListener::GetDnsNetIdCommand::runCommand(SocketClient* cli, int argc, char** argv) { in runCommand() function in android::net::DnsProxyListener::GetDnsNetIdCommand 1056 int DnsProxyListener::GetHostByNameCmd::runCommand(SocketClient* cli, int argc, char** argv) { in runCommand() function in android::net::DnsProxyListener::GetHostByNameCmd 1189 int DnsProxyListener::GetHostByAddrCmd::runCommand(SocketClient* cli, int argc, char** argv) { in runCommand() function in android::net::DnsProxyListener::GetHostByAddrCmd
|
/aosp12/packages/modules/Connectivity/tests/cts/hostside/src/com/android/cts/net/ |
H A D | HostsideNetworkTestCase.java | 182 protected String runCommand(String command) throws DeviceNotAvailableException { in runCommand() method in HostsideNetworkTestCase
|
/aosp12/packages/modules/StatsD/statsd/tools/localtools/src/com/android/statsd/shelltools/ |
H A D | Utils.java | 53 public static void runCommand(File outputFile, Logger logger, String... commands) in runCommand() method in Utils
|
/aosp12/build/soong/cmd/sbox/ |
H A D | sbox.go | 216 func runCommand(command *sbox_proto.Command, tempDir string) (depFile string, err error) { func
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/verify/domain/ |
H A D | DomainVerificationShell.java | 127 public Boolean runCommand(@NonNull BasicShellCommandHandler commandHandler, in runCommand() method in DomainVerificationShell
|
/aosp12/packages/services/Car/cpp/bugreport/ |
H A D | main.cpp | 323 int runCommand(int timeout_secs, const char* file, std::vector<const char*> args) { in runCommand() function
|
/aosp12/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/synthetic/ |
H A D | TestInterface.java | 94 void runCommand(int command) { in runCommand() method in TestInterface.LooperThread
|
/aosp12/frameworks/base/tests/DynamicCodeLoggerIntegrationTests/src/com/android/server/pm/dex/ |
H A D | DynamicCodeLoggerIntegrationTests.java | 433 private static String runCommand(String command) throws Exception { in runCommand() method in DynamicCodeLoggerIntegrationTests
|
/aosp12/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/ |
H A D | ShortcutManagerTestUtils.java | 191 public static List<String> runCommand(Instrumentation instrumentation, String command) { in runCommand() method in ShortcutManagerTestUtils 194 public static List<String> runCommand(Instrumentation instrumentation, String command, in runCommand() method in ShortcutManagerTestUtils
|