/foundation/CastEngine/castengine_cast_framework/common/include/private/ |
H A D | cast_service_common.h | 51 std::string remoteIp; member
|
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/channel/ |
H A D | auth_negotiate_channel.h | 47 std::string remoteIp; member
|
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/ |
H A D | trans_tcp_direct_wifi_test.cpp | 55 int32_t GetLocalIpByRemoteIp(const char *remoteIp, char *localIp, int32_t localIpSize) in GetLocalIpByRemoteIp() argument
|
/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_tcp_connection_test.cpp | 293 const char *remoteIp = "192.168.11.33"; in HWTEST_F() local
|
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_netfirewall_test/ |
H A D | netsys_netfirewall_test.cpp | 48 std::vector<NetFirewallIpParam> remoteIp; in GeIpFirewallRule() local
|
/foundation/CastEngine/castengine_cast_framework/service/src/device_manager/src/ |
H A D | cast_device_data_manager.cpp | 424 SetDeviceIp(const std::string &deviceId, const std::string &localIp, const std::string &remoteIp) SetDeviceIp() argument
|
H A D | connection_manager.cpp | 1113 std::string remoteIp; in HandleQueryIpAction() local
|
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/ |
H A D | wifi_direct_manager_virtual.c | 73 static int32_t GetLocalIpByRemoteIp(const char *remoteIp, char *localIp, int32_t localIpSize) in GetLocalIpByRemoteIp() argument 81 static int32_t GetRemoteUuidByIp(const char *remoteIp, char *uuid, int32_t uuidSize) in GetRemoteUuidByIp() argument 95 static void NotifyOnline(const char *remoteMac, const char *remoteIp, const char *remoteUuid, bool isSource) in NotifyOnline() argument 103 static void NotifyOffline(const char *remoteMac, const char *remoteIp, const char *remoteUuid, const char *localIp) in NotifyOffline() argument
|
H A D | wifi_direct_manager.cpp | 315 static int32_t GetLocalIpByRemoteIpOnce(const char *remoteIp, char *localIp, int32_t localIpSize) in GetLocalIpByRemoteIpOnce() argument 349 static int32_t GetLocalIpByRemoteIp(const char *remoteIp, char *localIp, int32_t localIpSize) in GetLocalIpByRemoteIp() argument 364 static int32_t GetRemoteUuidByIp(const char *remoteIp, cha argument 420 NotifyOnline(const char *remoteMac, const char *remoteIp, const char *remoteUuid, bool isSource) NotifyOnline() argument 433 NotifyOffline(const char *remoteMac, const char *remoteIp, const char *remoteUuid, const char *localIp) NotifyOffline() argument [all...] |
H A D | wifi_direct_types.h | 91 char remoteIp[IP_STR_MAX_LEN]; member 106 char remoteIp[IP_STR_MAX_LEN]; member
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/mini_discover/ |
H A D | coap_adapter.h | 49 char *remoteIp; member
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/ |
H A D | nstackx_device.c | 120 const struct in_addr *remoteIp = &(deviceInfo->netChannelInfo.wifiApInfo.ip); in UpdateDeviceDbInDeviceList() local
|
H A D | nstackx_device_remote.c | 41 struct in_addr remoteIp; member 208 static RemoteNode *FindRemoteNodeByRemoteIp(const RxIface* rxIface, const struct in_addr *remoteIp) in FindRemoteNodeByRemoteIp() argument 274 static RemoteNode *CreateRemoteNode(RxIface *rxIface, const struct in_addr *remoteIp, const DeviceInfo *deviceInfo) in CreateRemoteNode() argument 592 CheckAndCreateRemoteNode(RxIface *rxIface, const struct in_addr *remoteIp, const DeviceInfo *deviceInfo) CheckAndCreateRemoteNode() argument 615 UpdateRemoteNodeByDeviceInfo(const char *deviceId, const NSTACKX_InterfaceInfo *interfaceInfo, const struct in_addr *remoteIp, const DeviceInfo *deviceInfo, int8_t *updated) UpdateRemoteNodeByDeviceInfo() argument 823 const struct in_addr *remoteIp; GetRemoteDeviceIp() local [all...] |
H A D | nstackx_device_local.c | 715 CoapCtxType *LocalIfaceGetCoapCtxByRemoteIp(const struct in_addr *remoteIp, uint8_t serverType) in LocalIfaceGetCoapCtxByRemoteIp() argument
|
H A D | nstackx_common.c | 1478 const struct in_addr *remoteIp = GetRemoteDeviceIp(msg->deviceId); in SendMsgInner() local
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/mini_discover/ |
H A D | coap_discover.c | 99 static void GetBuildCoapParam(const CoapPacket *pkt, const char *remoteUrl, const char *remoteIp, CoapBuildParam *param) in GetBuildCoapParam() argument 115 static int32_t CreateUnicastCoapParam(const char *remoteUrl, const char *remoteIp, CoapBuildParam *param) in CreateUnicastCoapParam() argument [all...] |
H A D | coap_app.c | 48 const char *remoteIp; member
|
/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_tcp_connection.c | 645 int32_t AuthOpenChannelWithAllIp(const char *localIp, const char *remoteIp, int32_t port) in AuthOpenChannelWithAllIp() argument
|
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/ |
H A D | inner_link.cpp | 335 std::string remoteIp; in GenerateLink() local
|
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/mock/ |
H A D | trans_tcp_direct_message_test_mock.cpp | 85 int32_t GetLocalIpByRemoteIp(const char *remoteIp, char *localIp, int32_t localIpSize)
in GetLocalIpByRemoteIp() argument 125 int32_t GetRemoteUuidByIp(const char *remoteIp, char *localIp, int32_t localIpSize)
in GetRemoteUuidByIp() argument
|
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/ |
H A D | netfirewall_parcel.h | 243 std::string remoteIp; // Remote IP
member
|
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/processor/ |
H A D | p2p_v1_processor.cpp | 844 std::string remoteIp; in ProcessConnectRequestAsGo() local 1578 std::string remoteIp; in UpdateWhenCreateSuccess() local 1690 std::string remoteIp = msg.GetLegacyP2pGoIp(); ConnectGroup() local [all...] |
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/interface/ |
H A D | nstackx.h | 471 char remoteIp[NSTACKX_MAX_IP_STRING_LEN]; /* ip of remote device */ member
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/ |
H A D | coap_discover.c | 945 int32_t CoapSendServiceMsg(MsgCtx *msgCtx, const char *remoteIpStr, const struct in_addr *remoteIp) argument
|