Home
last modified time | relevance | path

Searched refs:pramValue (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Dudmf_capi_common.h33 template<typename T> int SetUdsValue(const char* paramName, const T pramValue);
H A Duds.cpp129 int UdsObject::SetUdsValue(const char* paramName, const T pramValue) in SetUdsValue() argument
135 obj->value_[paramName] = pramValue; in SetUdsValue()