Lines Matching defs:Reading

36 template <> bool Reading(std::nullptr_t &output, TLVObject &data, const TLVHead &head)
52 template <> bool Reading(std::monostate &output, TLVObject &data, const TLVHead &head)
68 template <> bool Reading(std::string &output, TLVObject &data, const TLVHead &head)
84 template <> bool Reading(std::vector<uint8_t> &output, TLVObject &data, const TLVHead &head)
102 template <> bool Reading(UDType &output, TLVObject &data, const TLVHead &head)
105 if (!Reading(type, data, head)) {
128 template <> bool Reading(DataStatus &output, TLVObject &data, const TLVHead &head)
156 template <> bool Reading(Object &output, TLVObject &data, const TLVHead &head)
165 if (!Reading(output.value_, data, headValue)) {
196 template <> bool Reading(UnifiedKey &output, TLVObject &data, const TLVHead &head)
253 template <> bool Reading(UnifiedData &output, TLVObject &data, const TLVHead &head)
267 if (!Reading(records, data, headItem)) {
306 template <> bool Reading(UnifiedRecord &output, TLVObject &data, const TLVHead &head)
322 if (!TLVUtil::Reading(dataType, data, headItem)) {
334 if (!TLVUtil::Reading(value, data, headItem)) {
406 template <> bool Reading(Runtime &output, TLVObject &data, const TLVHead &head)
419 result = TLVUtil::Reading(output.key, data, headItem);
425 result = TLVUtil::Reading(output.privileges, data, headItem);
435 result = TLVUtil::Reading(output.dataStatus, data, headItem);
489 template <> bool Reading(Privilege &output, TLVObject &data, const TLVHead &head)
541 template <> bool Reading(std::shared_ptr<OHOS::Media::PixelMap> &output, TLVObject &data, const TLVHead &head)
545 LOG_ERROR(UDMF_FRAMEWORK, "Reading u8 vector error.");
550 LOG_ERROR(UDMF_FRAMEWORK, "DecodeTlv pixelMap error when Reading.");
589 template <> bool Reading(std::shared_ptr<OHOS::AAFwk::Want> &output, TLVObject &data, const TLVHead &head)
593 LOG_ERROR(UDMF_FRAMEWORK, "Reading u8 vector error.");