Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Duds.cpp129 int UdsObject::SetUdsValue(const char* paramName, const T pramValue) in SetUdsValue() function in UdsObject
180 return pThis->SetUdsValue<std::string>(CONTENT, content); in OH_UdsPlainText_SetContent()
188 return pThis->SetUdsValue<std::string>(ABSTRACT, abstract); in OH_UdsPlainText_SetAbstract()
232 return pThis->SetUdsValue<std::string>(URL, url); in OH_UdsHyperlink_SetUrl()
284 return pThis->SetUdsValue<std::string>(HTML_CONTENT, content); in OH_UdsHtml_SetContent()
360 return pThis->SetUdsValue<std::string>(APP_ID, appId); in OH_UdsAppItem_SetId()
368 return pThis->SetUdsValue<std::string>(APP_NAME, appName); in OH_UdsAppItem_SetName()
452 return pThis->SetUdsValue<std::string>(FILE_TYPE, fileType); in OH_UdsFileUri_SetFileType()
646 return pThis->SetUdsValue<std::string>(TITLE, title); in OH_UdsContentForm_SetTitle()
671 return pThis->SetUdsValue<std::string>(APP_NAME, appName); in OH_UdsContentForm_SetAppName()
[all …]
H A Dudmf_capi_common.h33 template<typename T> int SetUdsValue(const char* paramName, const T pramValue);