Searched refs:pramValue (Results 1 – 2 of 2) sorted by relevance
33 template<typename T> int SetUdsValue(const char* paramName, const T pramValue);
129 int UdsObject::SetUdsValue(const char* paramName, const T pramValue) in SetUdsValue() argument135 obj->value_[paramName] = pramValue; in SetUdsValue()