| /foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/ |
| H A D | lnn_net_ledger_mock.cpp | 401 bool LnnSetDLWifiDirectAddr(const char *networkId, const char *addr) in LnnSetDLWifiDirectAddr() argument
|
| /foundation/communication/netmanager_base/services/netconnmanager/src/stub/ |
| H A D | net_conn_service_stub.cpp | 1097 INetAddr addr; in OnGetAddressByName() local
|
| /foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/ |
| H A D | wifi_direct_mock.cpp | 305 int32_t Ipv6AddrInToAddr(SoftBusSockAddrIn6 *addrIn6, char *addr, int32_t addrLen) in Ipv6AddrInToAddr() argument
|
| H A D | wifi_direct_utils.cpp | 302 auto *addr = reinterpret_cast<struct sockaddr_in6 *>(ifa->ifa_addr); in GetInterfaceIpv6Addr() local 327 auto *addr = reinterpret_cast<struct sockaddr_in *>(ifa->ifa_addr); in GetLocalIpv4Infos() local
|
| /foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/ |
| H A D | net_conn_service_proxy.cpp | 1019 int32_t NetConnServiceProxy::GetAddressByName(const std::string &host, int32_t netId, INetAddr &addr) in GetAddressByName() argument
|
| /foundation/communication/dsoftbus/sdk/bus_center/manager/src/ |
| H A D | client_bus_center_manager.c | 44 ConnectionAddr addr; member 100 static bool IsUdidHashEmpty(const ConnectionAddr *addr) in IsUdidHashEmpty() argument 137 static JoinLNNCbListItem *FindJoinLNNCbItem(ConnectionAddr *addr, OnJoinLNNResult cb) in FindJoinLNNCbItem() argument 1039 NO_SANITIZE("cfi") int32_t LnnOnJoinResult(void *addr, const char *networkId, int32_t retCode) in LnnOnJoinResult() argument [all...] |
| /foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/ |
| H A D | lnn_distributed_net_ledger_manager.c | 1770 int32_t LnnSetDLNodeAddr(const char *id, IdCategory type, const char *addr) in LnnSetDLNodeAddr() argument 1866 bool LnnSetDLWifiDirectAddr(const char *networkId, const char *addr) in LnnSetDLWifiDirectAddr() argument [all...] |
| /foundation/communication/dsoftbus/core/connection/ble/src/ |
| H A D | softbus_conn_ble_connection.c | 105 ConnBleCreateConnection( const char *addr, BleProtocolType protocol, ConnSideType side, int32_t underlayerHandle, bool fastestConnectEnable) ConnBleCreateConnection() argument
|
| /foundation/communication/dsoftbus/sdk/transmission/session/src/ |
| H A D | client_trans_session_service.c | 395 ConnectionAddr *addr = NULL; in OpenAuthSession() local
|
| /foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/ |
| H A D | trans_tcp_direct_p2p.c | 793 ConnectTcpDirectPeer(const char *addr, int port, const char *myIp) ConnectTcpDirectPeer() argument [all...] |
| /foundation/communication/dsoftbus/core/frame/standard/init/src/ |
| H A D | softbus_server_stub.cpp | 896 void *addr = const_cast<void *>(rawData); in JoinLNNInner() local
|
| /foundation/communication/netmanager_base/services/netmanagernative/bpf/src/ |
| H A D | bitmap_manager.cpp | 521 int32_t IpParamParser::GetInAddr6(const std::string &ipStr, in6_addr &addr) in GetInAddr6() argument 559 uint32_t IpParamParser::RfindIp6(const in6_addr &addr, uint32_t startBit, uint32_t endBit, uint8_t value) in RfindIp6() argument 582 uint32_t IpParamParser::FindIp6(const in6_addr &addr, uint32_t startBit, uint8_t value) in FindIp6() argument 601 void IpParamParser::AddIp6(const in6_addr &addr, uint32_t prefixlen, std::vector<Ip6Data> &list) in AddIp6() argument 613 void IpParamParser::ChangeIp6Start(uint32_t startBit, in6_addr &addr) in ChangeIp6Start() argument [all...] |
| /foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/ |
| H A D | net_conn_service_test.cpp | 458 INetAddr addr; in HWTEST_F() local 1340 std::string addr = "addr"; in HWTEST_F() local [all...] |
| /foundation/communication/dsoftbus/core/bus_center/service/include/ |
| H A D | bus_center_event.h | 210 char addr[SHORT_ADDRESS_MAX_LEN]; member
|
| /foundation/communication/dsoftbus/interfaces/kits/bus_center/ |
| H A D | softbus_bus_center.h | 552 ConnectionAddr addr[CONNECTION_ADDR_MAX]; /**< The connection addr of meta node */ member
|
| /foundation/communication/dsoftbus/interfaces/kits/common/ |
| H A D | softbus_common.h | 550 ConnectionAddr addr[CONNECTION_ADDR_MAX]; member
|
| /foundation/communication/dsoftbus/core/bus_center/service/src/ |
| H A D | bus_center_event.c | 468 void LnnNotifyJoinResult(ConnectionAddr *addr, const char *networkId, int32_t retCode) in LnnNotifyJoinResult() argument 689 void LnnNotifyNodeAddressChanged(const char *addr, const char *networkId, bool isLocal) in LnnNotifyNodeAddressChanged() argument 729 LnnNotifySingleOffLineEvent(const ConnectionAddr *addr, NodeBasicInfo *basicInfo) LnnNotifySingleOffLineEvent() argument [all...] |
| /foundation/communication/dsoftbus/tests/core/frame/fuzztest/softbusserverstub_fuzzer/ |
| H A D | softbusserverstub_fuzzer.cpp | 486 ConnectionAddr *addr = nullptr; in JoinLNNFuzzTest() local
|
| /foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/ |
| H A D | lnn_lane_interface.h | 107 char addr[MAX_SOCKET_ADDR_LEN]; member
|
| /foundation/communication/dsoftbus/core/connection/interface/ |
| H A D | softbus_conn_interface.h | 113 char addr[IP_LEN]; member 188 char addr[IP_LEN]; /* ipv6 addr format: ip%ifname */ member 221 char addr[IP_LEN]; member
|
| /foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/utils/ |
| H A D | wifi_direct_utils.cpp | 314 auto *addr = reinterpret_cast<struct sockaddr_in6 *>(ifa->ifa_addr); in GetInterfaceIpv6Addr() local 339 auto *addr = reinterpret_cast<struct sockaddr_in *>(ifa->ifa_addr); in GetLocalIpv4Infos() local
|
| /foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/ |
| H A D | lnn_lane_deps_mock.cpp | 286 ConnBleConnection *ConnBleGetConnectionByUdid(const char *addr, const char *udid, BleProtocolType protocol) in ConnBleGetConnectionByUdid() argument
|
| /foundation/communication/netmanager_base/frameworks/native/netconnclient/src/ |
| H A D | net_conn_client.cpp | 415 int32_t NetConnClient::GetAddressByName(const std::string &host, int32_t netId, INetAddr &addr) in GetAddressByName() argument
|
| /foundation/communication/netmanager_base/services/netmanagernative/src/manager/ |
| H A D | route_manager.cpp | 660 int32_t RouteManager::ReadAddrGw(const std::string &addr, InetAddr *res) in ReadAddrGw() argument 678 int32_t RouteManager::ReadAddr(const std::string &addr, InetAddr *res) in ReadAddr() argument
|
| /foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/ |
| H A D | wifi_hdi_wpa_p2p_impl.c | 991 static char* hwaddr_parse(char *txt, uint8_t *addr) in hwaddr_parse() argument 1009 static int hwaddr_aton(char *txt, uint8_t *addr) in hwaddr_aton() argument 1029 uint8_t addr[ETH_ALEN]; in HdiP2pConnect() local 1058 uint8_t addr[ETH_ALEN]; in HdiP2pHid2dConnect() local [all...] |