Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/utils/src/
H A Dhdf_map.c98 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 Dlnn_map.c104 static MapNode *MapCreateNode(const char *key, uint32_t hash, in MapCreateNode() function
189 node = MapCreateNode(key, hash, value, valueSize); in LnnMapSet()