Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_data_utils.cpp402 MovingType movingType; in GetPropList() local
403 movingType.displayName = displayName; in GetPropList()
404 movingType.parent = static_cast<uint64_t>(parent); in GetPropList()
405 GetMovingOrEnditOneRowPropList(properties, path, context, outProps, movingType); in GetPropList()
418 const MovingType &movingType) in GetMovingOrEnditOneRowPropList() argument
438 SetPtpProperty(column, path, movingType, prop); in GetMovingOrEnditOneRowPropList()
870 …s::SetPtpProperty(const std::string &column, const std::string &path, const MovingType &movingType, in SetPtpProperty() argument
875 std::string displayName = movingType.displayName; in SetPtpProperty()
912 prop.currentValue->bin_.i64 = movingType.parent; in SetPtpProperty()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dmtp_data_utils.h211 …id SetPtpProperty(const std::string &column, const std::string &path, const MovingType &movingType,
215 const MovingType &movingType);