Searched defs:defVal (Results 1 – 1 of 1) sorted by relevance
| /device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/ext_util/ |
| D | base_interface.c | 78 int GetCfgInt(const char* key, int defVal) in GetCfgInt() 88 double GetCfgDouble(const char* key, double defVal) in GetCfgDouble() 98 const char* GetCfgStr(const char* key, const char* defVal) in GetCfgStr() 108 bool GetCfgBool(const char* key, bool defVal) in GetCfgBool() 136 int SectGetCfgInt(const char* section, const char* field, int defVal) in SectGetCfgInt() 151 double SectGetCfgDouble(const char* section, const char* field, double defVal) in SectGetCfgDouble() 166 bool SectGetCfgBool(const char* section, const char* field, bool defVal) in SectGetCfgBool() 181 const char* SectGetCfgStr(const char* section, const char* field, const char* defVal) in SectGetCfgStr()
|