Searched defs:getValue (Results 1 – 6 of 6) sorted by relevance
464 bool CNfcConfig::getValue(const char* name, char* pValue, size_t len) const { in getValue() function in CNfcConfig476 bool CNfcConfig::getValue(const char* name, char* pValue, long len, in getValue() function in CNfcConfig505 bool CNfcConfig::getValue(const char* name, unsigned long& rValue) const { in getValue() function in CNfcConfig526 bool CNfcConfig::getValue(const char* name, unsigned short& rValue) const { in getValue() function in CNfcConfig
122 ConfigValue& ConfigFile::getValue(const std::string& key) { in getValue() function in ConfigFile
64 const char* InputProperty::getValue() const { in getValue() function in android::InputProperty
214 template <typename T> void C2CompIntfTest::getValue(T *const param) { in getValue() function in android::C2CompIntfTest
479 T getValue() const { return mValue; } in getValue() function
344 Property getValue; variable