Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/utils/src/
H A Dhdf_map.c123 static int32_t MapSetCheckPara(const Map *map, const char *key, const void *value, uint32_t valueSi… in MapSetCheckPara() function
141 if (MapSetCheckPara(map, key, value, valueSize) != HDF_SUCCESS) { in MapSet()