Searched refs:MapCreateNode (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/utils/src/ |
H A D | hdf_map.c | 98 static struct MapNode *MapCreateNode(const char *key, uint32_t hash, in MapCreateNode() function 182 node = MapCreateNode(key, hash, value, valueSize); in MapSet()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/utils/src/ |
H A D | lnn_map.c | 104 static MapNode *MapCreateNode(const char *key, uint32_t hash, in MapCreateNode() function 189 node = MapCreateNode(key, hash, value, valueSize); in LnnMapSet()
|