Home
last modified time | relevance | path

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

/drivers/hdf_core/interfaces/inner_api/utils/
Dhdf_map.h30 int32_t MapSet(Map *map, const char *key, const void *value, uint32_t valueSize);
/drivers/hdf_core/adapter/uhdf2/security/src/
Dhdf_security.c92 MapSet(&g_indexMap, g_hdfSecStrArray[i], &i, sizeof(int *)); in InitStrToIndexMap()
/drivers/hdf_core/framework/utils/src/
Dhdf_map.c132 int32_t MapSet(Map *map, const char *key, const void *value, uint32_t valueSize) in MapSet() function