Home
last modified time | relevance | path

Searched defs:map (Results 1 – 4 of 4) sorted by relevance

/drivers/framework/utils/src/
Dhdf_map.c45 static uint32_t MapHashIdx(const Map *map, uint32_t hash) in MapHashIdx()
50 static void MapAddNode(Map *map, struct MapNode *node) in MapAddNode()
57 static int32_t MapResize(Map *map, uint32_t size) in MapResize()
119 int32_t MapSet(Map *map, const char *key, const void *value, uint32_t valueSize) in MapSet()
169 void* MapGet(const Map *map, const char *key) in MapGet()
194 int32_t MapErase(Map *map, const char *key) in MapErase()
228 void MapInit(Map *map) in MapInit()
239 void MapDelete(Map *map) in MapDelete()
/drivers/framework/model/sensor/driver/als/
Dsensor_als_driver.c36 int32_t GetTimeByRegValue(uint8_t regValue, struct TimeRegAddrValueMap *map, int32_t itemNum) in GetTimeByRegValue()
51 int32_t GetRegGroupIndexByTime(uint32_t timeValue, struct TimeRegAddrValueMap *map, int32_t itemNum) in GetRegGroupIndexByTime()
66 int32_t GetGainByRegValue(uint8_t regValue, struct GainRegAddrValueMap *map, int32_t itemNum) in GetGainByRegValue()
/drivers/framework/model/sensor/driver/common/include/
Dsensor_config_parser.h73 uint32_t map[MAX_SENSOR_AXIS_NUM]; member
/drivers/framework/tools/hdi-gen/parser/
Dparser.cpp958 AutoPtr<ASTMapType> map = new ASTMapType(); in ParseMap() local