Lines Matching refs:SetUdsValue
128 int UdsObject::SetUdsValue(const char* paramName, const T &pramValue)
179 return pThis->SetUdsValue<std::string>(CONTENT, content);
187 return pThis->SetUdsValue<std::string>(ABSTRACT, abstract);
231 return pThis->SetUdsValue<std::string>(URL, url);
239 return pThis->SetUdsValue<std::string>(DESCRIPTION, description);
283 return pThis->SetUdsValue<std::string>(HTML_CONTENT, content);
291 return pThis->SetUdsValue<std::string>(PLAIN_CONTENT, plainContent);
359 return pThis->SetUdsValue<std::string>(APP_ID, appId);
367 return pThis->SetUdsValue<std::string>(APP_NAME, appName);
375 return pThis->SetUdsValue<std::string>(APP_ICON_ID, appIconId);
383 return pThis->SetUdsValue<std::string>(APP_LABEL_ID, appLabelId);
391 return pThis->SetUdsValue<std::string>(BUNDLE_NAME, bundleName);
399 return pThis->SetUdsValue<std::string>(ABILITY_NAME, abilityName);
443 return pThis->SetUdsValue<std::string>(FILE_URI_PARAM, fileUri);
451 return pThis->SetUdsValue<std::string>(FILE_TYPE, fileType);
497 return pThis->SetUdsValue<std::shared_ptr<OHOS::Media::PixelMap>>(PIXEL_MAP, pixelmapNative->GetInnerPixelmap());
532 int ret = buffer->SetUdsValue<std::vector<uint8_t>>(ARRAY_BUFFER, arrayBuffer);
537 ret = buffer->SetUdsValue<int>(ARRAY_BUFFER_LENGTH, static_cast<int>(len));
625 int ret = pThis->SetUdsValue<std::vector<uint8_t>>(THUMB_DATA, data);
630 ret = pThis->SetUdsValue<int>(THUMB_DATA_LENGTH, static_cast<int>(len));
639 return pThis->SetUdsValue<std::string>(DESCRIPTION, description);
647 return pThis->SetUdsValue<std::string>(TITLE, title);
658 int ret = pThis->SetUdsValue<std::vector<uint8_t>>(APP_ICON, data);
663 ret = pThis->SetUdsValue<int>(APP_ICON_LENGTH, static_cast<int>(len));
672 return pThis->SetUdsValue<std::string>(APP_NAME, appName);
680 return pThis->SetUdsValue<std::string>(LINK_URL, linkUri);