Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/include/
H A Dlnn_distributed_net_ledger_common.h99 NodeInfo *GetNodeInfoFromMap(const DoubleHashMap *map, const char *id);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_distributed_net_ledger_manager.c816 info = GetNodeInfoFromMap(map, udid); in LnnSetDLDeviceInfoName()
875 info = GetNodeInfoFromMap(map, udid); in LnnSetDLUnifiedDeviceName()
909 info = GetNodeInfoFromMap(map, udid); in LnnSetDLUnifiedDefaultDeviceName()
943 info = GetNodeInfoFromMap(map, udid); in LnnSetDLDeviceNickNameByUdid()
977 info = GetNodeInfoFromMap(map, udid); in LnnSetDLDeviceStateVersion()
1007 info = GetNodeInfoFromMap(map, udid); in LnnSetDLDeviceBroadcastCipherKey()
1036 info = GetNodeInfoFromMap(map, udid); in LnnSetDLDeviceBroadcastCipherIv()
H A Dlnn_distributed_net_ledger.c113 NodeInfo *GetNodeInfoFromMap(const DoubleHashMap *map, const char *id) in GetNodeInfoFromMap() function
390 return GetNodeInfoFromMap(map, id); in LnnGetNodeInfoById()
425 NodeInfo *udidInfo = GetNodeInfoFromMap(map, id); in LnnGetNodeInfoByDeviceId()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/
H A Dlnn_disctributed_net_ledger_test.cpp534 NodeInfo *res = GetNodeInfoFromMap(nullptr, nullptr);