Lines Matching defs:name
172 bool CUwbNxpConfig::readConfig(const char* name, bool bResetContent) in readConfig()
529 bool CUwbNxpConfig::getValue(const char* name, char* pValue, size_t len) const in getValue() argument
544 bool CUwbNxpConfig::getValue(const char* name, char* pValue, long len,long* readlen) const in getValue() argument
578 bool CUwbNxpConfig::getValue(const char* name, unsigned long& rValue) const in getValue() argument
602 bool CUwbNxpConfig::getValue(const char* name, unsigned short& rValue) const in getValue() argument
750 bool CUwbNxpConfig::isAllowed(const char* name) in isAllowed()
830 uwbParam::uwbParam(const char* name, const string& value) : in uwbParam()
846 uwbParam::uwbParam(const char* name, unsigned long value) : in uwbParam()
882 extern "C" int GetNxpConfigStrValue(const char* name, char* pValue, unsigned long len) in GetNxpConfigStrValue()
906 extern "C" int GetNxpConfigCountryCodeByteArrayValue(const char* name,const char* fName, char* pVal… in GetNxpConfigCountryCodeByteArrayValue()
931 extern "C" int GetNxpConfigUciByteArrayValue(const char* name, char* pValue,long bufflen, long *len) in GetNxpConfigUciByteArrayValue()
956 extern "C" int GetNxpConfigByteArrayValue(const char* name, char* pValue,long bufflen, long *len) in GetNxpConfigByteArrayValue()
974 extern "C" int GetNxpConfigNumValue(const char* name, void* pValue, unsigned long len) in GetNxpConfigNumValue()