Searched refs:SetUdsValue (Results 1 - 2 of 2) sorted by relevance
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/ |
H A D | uds.cpp | 128 int UdsObject::SetUdsValue(const char* paramName, const T &pramValue)
in SetUdsValue() function in UdsObject 179 return pThis->SetUdsValue<std::string>(CONTENT, content);
in OH_UdsPlainText_SetContent() 187 return pThis->SetUdsValue<std::string>(ABSTRACT, abstract);
in OH_UdsPlainText_SetAbstract() 231 return pThis->SetUdsValue<std::string>(URL, url);
in OH_UdsHyperlink_SetUrl() 239 return pThis->SetUdsValue<std::string>(DESCRIPTION, description);
in OH_UdsHyperlink_SetDescription() 283 return pThis->SetUdsValue<std::string>(HTML_CONTENT, content);
in OH_UdsHtml_SetContent() 291 return pThis->SetUdsValue<std::string>(PLAIN_CONTENT, plainContent);
in OH_UdsHtml_SetPlainContent() 359 return pThis->SetUdsValue<std::string>(APP_ID, appId);
in OH_UdsAppItem_SetId() 367 return pThis->SetUdsValue<std::string>(APP_NAME, appName);
in OH_UdsAppItem_SetName() 375 return pThis->SetUdsValue<st in OH_UdsAppItem_SetIconId() [all...] |
H A D | udmf_capi_common.h | 33 template<typename T> int SetUdsValue(const char* paramName, const T &pramValue);
|
Completed in 2 milliseconds