Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/utils/src/
H A Dhdf_map.c61 static int32_t MapResize(Map *map, uint32_t size) in MapResize() function
170 if (MapResize(map, HDF_MIN_MAP_SIZE) != HDF_SUCCESS) { in MapSet()
178 if (MapResize(map, size) != HDF_SUCCESS) { in MapSet()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/utils/src/
H A Dlnn_map.c69 static int32_t MapResize(Map *map, uint32_t size) in MapResize() function
182 MapResize(map, size); in LnnMapSet()