Home
last modified time | relevance | path

Searched refs:LnnSetWiFiIp (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/
H A Dlnn_node_info.h213 void LnnSetWiFiIp(NodeInfo *info, const char *ip);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/
H A Dlnn_ledger_common_test.cpp188 LnnSetWiFiIp(nullptr, nullptr);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/unittest/
H A Dledger_lane_hub_test.cpp152 LnnSetWiFiIp(&g_nodeInfo[WLAN2P4G_NUM], LOCAL_WLAN_IP); in ConstructWlan2P4GNode()
H A Dlane_test.cpp123 LnnSetWiFiIp(&g_nodeInfo, REMOTE_WLAN_IP); in ConstructRemoteNode()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
H A Dlnn_node_info.c182 void LnnSetWiFiIp(NodeInfo *info, const char *ip) in LnnSetWiFiIp() function
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_distributed_net_ledger.c224 LnnSetWiFiIp(newInfo, LnnGetWiFiIp(oldInfo)); in NewBrBleDiscovered()
1320 LnnSetWiFiIp(info, LOCAL_IP); in LnnSetNodeOffline()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/
H A Dlnn_local_net_ledger.c1344 LnnSetWiFiIp(&g_localNetLedger.localInfo, (char *)ip); in UpdateLocalDeviceIp()