Home
last modified time | relevance | path

Searched defs:host (Results 1 – 17 of 17) sorted by relevance

/system/libbase/
Dparsenetaddress_test.cpp24 std::string canonical, host, error; in TEST() local
41 std::string canonical, host, error; in TEST() local
56 std::string canonical, host, error; in TEST() local
83 std::string canonical, host; in TEST() local
121 std::string host, error; in TEST() local
Dparsenetaddress_fuzzer.cpp24 std::string canonical, host, error; in LLVMFuzzerTestOneInput() local
Dparsenetaddress.cpp27 bool ParseNetAddress(const std::string& address, std::string* host, int* port, in ParseNetAddress()
/system/tools/aidl/tests/
Daidl_integration_test.py128 def __init__(self, host, bitness): argument
134 def __init__(self, host, bitness): argument
140 def __init__(self, host, bitness): argument
146 def __init__(self, host, bitness): argument
152 def __init__(self, host, bitness): argument
158 def __init__(self, host, bitness): argument
172 def __init__(self, host, bitness): argument
188 def __init__(self, host, bitness, ver): argument
205 def __init__(self, host, bitness, ver): argument
220 def __init__(self, host, bitness): argument
[all …]
/system/core/libcutils/
Dsocket_network_client_unix.cpp46 int socket_network_client_timeout(const char* host, int port, int type, int timeout, in socket_network_client_timeout()
122 int socket_network_client(const char* host, int port, int type) { in socket_network_client()
Dsocket_network_client_windows.cpp33 SOCKET socket_network_client(const char* host, int port, int type) { in socket_network_client()
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/
Dfilter_extension.cc36 HostEndpointInfo &host = host_list_[static_cast<size_t>(host_index)]; in Update() local
117 const HostEndpointInfo &host, in AddToFilterResults()
132 for (const HostEndpointInfo &host : host_list_) { in Match() local
/system/extras/multinetwork/
Dcommon.cpp136 char host[INET6_ADDRSTRLEN]; in inetSockaddrToString() local
Dhttpurl.cpp38 std::string host; member
/system/core/fastboot/
Dsocket.cpp252 std::unique_ptr<Socket> Socket::NewClient(Protocol protocol, const std::string& host, int port, in NewClient()
Dfastboot.cpp329 std::string host; in ParseNetworkSerial() local
/system/nfc/src/nfa/hci/
Dnfa_hci_api.cc735 tNFA_STATUS NFA_HciAddStaticPipe(tNFA_HANDLE hci_handle, uint8_t host, in NFA_HciAddStaticPipe()
Dnfa_hci_utils.cc858 void nfa_hciu_remove_all_pipes_from_host(uint8_t host) { in nfa_hciu_remove_all_pipes_from_host()
/system/logging/logd/
DLogKlog.cpp586 static const char host[] = "_host"; in log() local
/system/update_engine/
Dtest_http_server.cc74 string host; member
/system/nfc/src/nfa/include/
Dnfa_hci_api.h190 host[NFA_HCI_MAX_HOST_IN_NETWORK]; /* List of host in the host network */ member
Dnfa_hci_int.h227 uint8_t host; member