| /system/tpm/trunks/ |
| D | resource_manager_test.cc | 150 std::string command = CreateCommand(TPM_CC_Load, input_handles, in LoadHandle() local 167 std::string command = CreateCommand(TPM_CC_Startup, kNoHandles, in EvictObjects() local 185 std::string command = CreateCommand(TPM_CC_StartAuthSession, input_handles, in StartSession() local 198 std::string command = CreateCommand(TPM_CC_Startup, kNoHandles, in EvictSession() local 234 std::string command = CreateCommand(TPM_CC_Startup, kNoHandles, in TEST_F() local 245 std::string command = CreateCommand(TPM_CC_Startup, kNoHandles, in TEST_F() local 260 std::string command = CreateCommand(TPM_CC_Load, input_handles, in TEST_F() local 282 std::string command = CreateCommand(TPM_CC_Sign, input_handles, in TEST_F() local 302 std::string command = CreateCommand(TPM_CC_FlushContext, kNoHandles, in TEST_F() local 338 std::string command = CreateCommand(TPM_CC_Sign, input_handles, in TEST_F() local [all …]
|
| D | tpm_handle.cc | 60 void TpmHandle::SendCommand(const std::string& command, in SendCommand() 65 std::string TpmHandle::SendCommandAndWait(const std::string& command) { in SendCommandAndWait() 74 TPM_RC TpmHandle::SendCommandInternal(const std::string& command, in SendCommandInternal()
|
| D | tpm_simulator_handle.cc | 58 void TpmSimulatorHandle::SendCommand(const std::string& command, in SendCommand() 63 std::string TpmSimulatorHandle::SendCommandAndWait(const std::string& command) { in SendCommandAndWait()
|
| D | trunks_ftdi_spi.h | 93 void SendCommand(const std::string& command, in SendCommand() 95 std::string SendCommandAndWait(const std::string& command) { in SendCommandAndWait()
|
| D | trunks_binder_service.cc | 33 bool ParseCommandProto(const std::vector<uint8_t>& command, in ParseCommandProto() 78 const std::vector<uint8_t>& command, in SendCommand() 107 const std::vector<uint8_t>& command, in SendCommandAndWait()
|
| D | background_command_transceiver.cc | 60 const std::string& command, in SendCommand() 78 const std::string& command) { in SendCommandAndWait() 100 const std::string& command, in SendCommandTask()
|
| D | trunks_dbus_proxy.cc | 57 void TrunksDBusProxy::SendCommand(const std::string& command, in SendCommand() 79 std::string TrunksDBusProxy::SendCommandAndWait(const std::string& command) { in SendCommandAndWait()
|
| D | trunks_binder_proxy.cc | 74 void TrunksBinderProxy::SendCommand(const std::string& command, in SendCommand() 96 std::string TrunksBinderProxy::SendCommandAndWait(const std::string& command) { in SendCommandAndWait()
|
| D | interface.proto | 10 optional bytes command = 1; field
|
| /system/tpm/trunks/aidl/android/trunks/ |
| D | ITrunks.aidl | 22 oneway void SendCommand(in byte[] command, in ITrunksClient client); in SendCommand() 23 byte[] SendCommandAndWait(in byte[] command); in SendCommandAndWait()
|
| /system/netd/client/ |
| D | NetdClient.cpp | 70 FwmarkCommand command = {FwmarkCommand::ON_ACCEPT, 0, 0}; in netdClientAccept4() local 82 FwmarkCommand command = {FwmarkCommand::ON_CONNECT, 0, 0}; in netdClientConnect() local 98 FwmarkCommand command = {FwmarkCommand::ON_CONNECT_COMPLETE, /* netId (ignored) */ 0, in netdClientConnect() local 208 FwmarkCommand command = {FwmarkCommand::SELECT_NETWORK, netId, 0}; in setNetworkForSocket() local 224 FwmarkCommand command = {FwmarkCommand::PROTECT_FROM_VPN, 0, 0}; in protectFromVpn() local 232 FwmarkCommand command = {FwmarkCommand::SELECT_FOR_USER, 0, uid}; in setNetworkForUser() local 237 FwmarkCommand command = {FwmarkCommand::QUERY_USER_ACCESS, netId, uid}; in queryUserAccess() local
|
| /system/core/logcat/tests/ |
| D | liblogcat_test.cpp | 20 #define logcat_popen(context, command) android_logcat_popen(&context, command) argument 22 #define logcat_system(command) android_logcat_system(command) argument
|
| D | logcat_test.cpp | 42 #define logcat_popen(context, command) popen((command), "r") argument 44 #define logcat_system(command) system(command) argument 134 std::string command = android::base::StringPrintf( in TEST() local 800 static testing::AssertionResult IsFalse(int ret, const char* command) { in IsFalse() 814 char command[sizeof(buf) + sizeof(comm)]; in TEST() local 860 char command[sizeof(tmp_out_dir) + sizeof(logcat_cmd)]; in TEST() local 919 char command[sizeof(tmp_out_dir) + sizeof(logcat_cmd) + sizeof(log_filename)]; in TEST() local 1046 char command[sizeof(tmp_out_dir) + sizeof(logcat_cmd) + in TEST() local 1118 char command[strlen(tmp_out_dir) + strlen(logcat_cmd) + in logrotate_count_id() local 1186 char command[strlen(cleanup_cmd) + strlen(tmp_out_dir_form)]; in TEST() local [all …]
|
| /system/extras/simpleperf/ |
| D | command_test.cpp | 31 TEST(command, CreateCommandInstance) { in TEST() argument 39 TEST(command, GetAllCommands) { in TEST() argument
|
| D | cmd_help.cpp | 80 void HelpCommand::PrintLongHelpForOneCommand(const Command& command) { in PrintLongHelpForOneCommand()
|
| /system/libufdt/utils/src/ |
| D | mkdtimg.c | 34 const char *command; member 47 static const struct command_info *search_command(const char *command) { in search_command() 122 const char *command = argv[1]; in main() local
|
| /system/update_engine/ |
| D | fake_p2p_manager_configuration.h | 65 void SetInitctlStartCommand(const std::vector<std::string>& command) { in SetInitctlStartCommand() 71 void SetInitctlStopCommand(const std::vector<std::string>& command) { in SetInitctlStopCommand()
|
| /system/netd/server/ |
| D | FirewallController.cpp | 84 std::string command = in enableFirewall() local 104 std::string command = in disableFirewall() local 131 std::string command = "*filter\n"; in enableChildChains() local 170 std::string command = Join(std::vector<std::string> { in setInterfaceRule() local 227 std::string command = "*filter\n"; in setUidRule() local
|
| D | IptablesRestoreController.cpp | 207 const std::string& command, in sendCommand() 256 const std::string& command) { in maybeLogStderr() 273 const std::string& command, in drainAndWaitForAck() 348 int IptablesRestoreController::execute(const IptablesTarget target, const std::string& command, in execute()
|
| D | Controllers.cpp | 126 std::string command = StringPrintf("*%s\n-S %s\nCOMMIT\n", table, parentChain); in findExistingChildChains() local 152 std::string command = StringPrintf("*%s\n", table); in createChildChains() local
|
| /system/core/logcat/ |
| D | logcat_system.cpp | 43 static bool __android_logcat_parse(const char* command, in __android_logcat_parse() 68 FILE* android_logcat_popen(android_logcat_context* ctx, const char* command) { in android_logcat_popen() 120 int android_logcat_system(const char* command) { in android_logcat_system()
|
| /system/tools/aidl/tests/ |
| D | integration-test.py | 70 def run(self, command, background=False, ignore_status=False): argument 102 def adb(self, command, ignore_status=False): argument
|
| /system/core/adb/ |
| D | shell_service_test.cpp | 64 const char* command, SubprocessType type, SubprocessProtocol protocol) { in StartTestSubprocess() 231 for (std::string command : commands) { in TEST_F() local 243 for (const char* command : commands) { in TEST_F() local
|
| /system/core/logd/ |
| D | LogReader.cpp | 40 FlushCommand command(*this); in notifyNewLog() local 202 FlushCommand command(*this, nonBlock, tail, logMask, pid, sequence, timeout); in onDataAvailable() local
|
| /system/bt/tools/hci/ |
| D | main.c | 59 const command_t* command = find_command(argv[0]); in help() local 162 const command_t* command = find_command(argv[1]); in main() local
|