Searched refs:topoInfo (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_topo_manager.c | 169 TopoInfo *topoInfo = NULL; in FindTopoInfo() local 185 if (strcmp(compareUdid, topoInfo->peerUdid) == 0) { in FindTopoInfo() 186 *info = topoInfo; in FindTopoInfo() 315 TopoInfo *topoInfo = NULL; in AddTopoInfo() local 335 if (topoInfo == NULL) { in AddTopoInfo() 342 ListAdd(&topoItem->joinList, &topoInfo->node); in AddTopoInfo() 351 TopoInfo *topoInfo = NULL; in UpdateLocalTopo() local 387 ListDelete(&topoInfo->node); in UpdateLocalTopo() 388 SoftBusFree(topoInfo); in UpdateLocalTopo() 701 TopoInfo *topoInfo = NULL; in LnnGetRelation() local [all …]
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_topo_manager_test.cpp | 225 TopoInfo *topoInfo = nullptr; variable 226 int32_t ret = FindTopoInfo(UDID_1, UDID_1, &topoItem, &topoInfo); 228 ret = FindTopoInfo(UDID, UDID_1, &topoItem, &topoInfo); 230 ret = FindTopoInfo(UDID_1, PEER_UDID, &topoItem, &topoInfo); 232 ret = FindTopoInfo(UDID, PEER_UDID, &topoItem, &topoInfo);
|