Searched defs:addrList (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/ |
H A D | net_handle.cpp | 28 int32_t NetHandle::GetAddressesByName(const std::string &host, std::vector<INetAddr> &addrList) in GetAddressesByName()
|
H A D | net_conn_client.cpp | 361 …Client::GetAddressesByName(const std::string &host, int32_t netId, std::vector<INetAddr> &addrList) in GetAddressesByName()
|
/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/ |
H A D | net_handle_test.cpp | 65 std::vector<INetAddr> addrList; variable
|
H A D | net_conn_service_proxy_test.cpp | 488 std::vector<INetAddr> addrList; variable
|
H A D | net_conn_service_stub_test.h | 134 …t GetAddressesByName(const std::string &host, int32_t netId, std::vector<INetAddr> &addrList) over… in GetAddressesByName()
|
H A D | net_conn_manager_test.cpp | 770 std::vector<INetAddr> addrList; variable
|
H A D | net_conn_service_test.cpp | 420 std::vector<INetAddr> addrList; variable
|
H A D | net_conn_client_test.cpp | 1072 std::vector<INetAddr> addrList = {}; variable
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/ |
H A D | btm_acl.c | 971 …const BtAddr *addrList, uint8_t addrCount, uint8_t status, uint16_t connectionHandle, uint16_t rol… in BtmOnLeConnectCallback() 992 static void BtmGetLeConnectingAddr(BtAddr **addrList, uint8_t *addrCount) in BtmGetLeConnectingAddr() 1044 …const BtAddr *addrList, const uint8_t addrCount, const HciLeConnectionCompleteEventParam *eventPar… in BtmUpdateUpdateWhiteListOnLeConnectionComplete() 1103 BtAddr *addrList = NULL; in BtmOnLeConnectionComplete() local 1225 …const BtAddr *addrList, const uint8_t addrCount, const HciLeEnhancedConnectionCompleteEventParam *… in BtmUpdateWhiteListOnLeEnhancedConnectionComplete() 1284 BtAddr *addrList = NULL; in BtmOnLeEnhancedConnectionComplete() local
|
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/ |
H A D | net_conn_service.cpp | 1405 …ervice::GetAddressesByName(const std::string &host, int32_t netId, std::vector<INetAddr> &addrList) in GetAddressesByName() 1412 std::vector<INetAddr> addrList; in GetAddressByName() local
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/ |
H A D | net_conn_service_proxy.cpp | 886 …eProxy::GetAddressesByName(const std::string &host, int32_t netId, std::vector<INetAddr> &addrList) in GetAddressesByName()
|
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/stub/ |
H A D | net_conn_service_stub.cpp | 991 std::vector<INetAddr> addrList; in OnGetAddressesByName() local
|