Home
last modified time | relevance | path

Searched refs:outPropValue (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dmtp_data_utils.h176 PropertyValue &outPropValue);
181 … const std::shared_ptr<MtpOperationContext> &context, shared_ptr<vector<Property>> &outPropValue);
183 const uint32_t property, const uint16_t format, PropertyValue &outPropValue);
198 const uint32_t property, PropertyValue &outPropValue);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_data_utils.cpp612 const shared_ptr<DataShare::DataShareResultSet> &resultSet, PropertyValue &outPropValue) in GetPropValueBySet() argument
626 outPropValue.outStrVal = get<std::string>(columnValue); in GetPropValueBySet()
629 outPropValue.outIntVal = static_cast<uint64_t>(get<int32_t>(columnValue)); in GetPropValueBySet()
634 outPropValue.outStrVal = Strftime(timeFormat, get<int64_t>(columnValue)); in GetPropValueBySet()
636 outPropValue.outIntVal = static_cast<uint64_t>(get<int64_t>(columnValue)); in GetPropValueBySet()
945 const uint32_t property, const uint16_t format, PropertyValue &outPropValue) in GetMtpPropValue() argument
954 outPropValue.outStrVal = std::filesystem::path(path).filename().string(); in GetMtpPropValue()
964 outPropValue.outIntVal = static_cast<uint64_t>(statInfo.st_size); in GetMtpPropValue()
968 outPropValue.outStrVal = Strftime("%Y-%m-%d %H:%M:%S", statInfo.st_mtime); in GetMtpPropValue()
972 outPropValue.outIntVal = static_cast<uint64_t>(statInfo.st_ctime); in GetMtpPropValue()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/mtp_native_test/src/
H A Dmtp_data_utils_test.cpp104 PropertyValue outPropValue; variable
106 int32_t ret = MtpDataUtils::GetPropValueBySet(property, resultSet, outPropValue);