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

  /external/autotest/site_utils/
mysql_bootstrap.py 135 def bootstrap(user, password, source_host, dest_host):
136 """Bootstrap the given user against dest_host.
139 dest_host.
144 @param dest_host: The hostname of the remote db server.
152 infra.execute_command(dest_host, 'echo "hello"')
162 MySQLCommandExecutor.ping(dest_host, use_ssh=True)
176 dest_host, MySQLCommandExecutor.mysql_cmd(grant_privileges % creds))
180 dest_host, user=user, password=password, use_ssh=False)
213 dest_host = global_config.global_config.get_config_value(
223 local_hostname = ('localhost' if utils.is_localhost(dest_host)
    [all...]
  /system/nfc/src/nfa/hci/
nfa_hci_utils.cc 484 uint8_t dest_host,
498 p_pipe->dest_host = dest_host;
532 uint8_t dest_host,
540 local_gate, pipe_id, dest_host, dest_gate);
547 p_pipe->dest_host = dest_host;
585 (nfa_hciu_is_active_host(pp->dest_host))) {
607 bool nfa_hciu_check_pipe_between_gates(uint8_t local_gate, uint8_t dest_host,
615 local_gate, dest_host, dest_gate)
    [all...]
nfa_hci_act.cc 611 p_evt_data->create_pipe.dest_host,
633 nfa_hci_cb.remote_host_in_use = p_evt_data->create_pipe.dest_host;
637 p_evt_data->create_pipe.dest_host,
661 (nfa_hciu_is_active_host(p_pipe->dest_host)) &&
701 if ((p_gate != NULL) && (nfa_hciu_is_active_host(p_pipe->dest_host)) &&
705 if (nfa_hciu_is_host_reseting(p_pipe->dest_host)) {
750 if ((p_gate != NULL) && (nfa_hciu_is_active_host(p_pipe->dest_host)) &&
754 if (nfa_hciu_is_host_reseting(p_pipe->dest_host)) {
797 (nfa_hciu_is_active_host(p_pipe->dest_host)) &&
836 (nfa_hciu_is_active_host(p_pipe->dest_host))) {
1192 uint8_t source_host, source_gate, dest_host, dest_gate, pipe; local
1312 uint8_t dest_host = nfa_hci_cb.remote_host_in_use; local
    [all...]
nfa_hci_api.cc 356 uint8_t dest_host, uint8_t dest_gate) {
363 hci_handle, source_gate_id, dest_host, dest_gate);
388 if (nfa_hci_cb.inactive_host[xx] == dest_host) break;
392 << StringPrintf("Host not active:0x%02x", dest_host);
404 p_msg->dest_host = dest_host; /* Host id of the destination host */
    [all...]
nfa_hci_main.cc     [all...]
  /system/nfc/src/nfa/include/
nfa_hci_int.h 190 uint8_t dest_host; member in struct:__anon3431
323 uint8_t dest_host; /* Peer host to which this pipe is connected */ member in struct:__anon3443
472 uint8_t dest_host,
484 uint8_t dest_host,
488 uint8_t dest_host,
509 uint8_t dest_host,
nfa_hci_api.h 111 uint8_t dest_host; /* Peer host to which this pipe is connected */ member in struct:__anon3400
161 dest_host; /* Destination host whose gate is the other end of the pipe is member in struct:__anon3406
429 uint8_t source_gate_id, uint8_t dest_host,

Completed in 297 milliseconds