Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder.c89 static Map g_lnnDfxPcMap; variable
1460 LnnMapInit(&g_lnnDfxPcMap); in LnnBlePcRestrictMapInit()
1477 if (LnnMapSet(&g_lnnDfxPcMap, udidHash, &count, sizeof(uint32_t)) != SOFTBUS_OK) { in AddNodeToPcRestrictMap()
1498 LnnMapDelete(&g_lnnDfxPcMap); in ClearPcRestrictMap()
1513 int32_t ret = LnnMapErase(&g_lnnDfxPcMap, udidHash); in DeleteNodeFromPcRestrictMap()
1535 uint32_t *tempCount = (uint32_t *)LnnMapGet(&g_lnnDfxPcMap, udidHash); in GetNodeFromPcRestrictMap()
1555 uint32_t *tempCount = (uint32_t *)LnnMapGet(&g_lnnDfxPcMap, udidHash); in UpdateNodeFromPcRestrictMap()