Home
last modified time | relevance | path

Searched refs:outProps (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/mtp_native_test/src/
H A Dmtp_native_test.cpp64 for (Property property : *outProps) {
90 for (Property property : *outProps) {
117 for (Property property : *outProps) {
144 for (Property property : *outProps) {
170 for (Property property : *outProps) {
196 for (Property property : *outProps) {
223 for (Property property : *outProps) {
249 for (Property property : *outProps) {
275 for (Property property : *outProps) {
302 for (Property property : *outProps) {
[all …]
H A Dmtp_data_utils_test.cpp93 shared_ptr<vector<Property>> outProps = make_shared<vector<Property>>(); variable
94 int32_t ret = MtpDataUtils::GetPropListBySet(property, formatOne, resultSet, outProps);
97 ret = MtpDataUtils::GetPropListBySet(propertyTest, formatOne, resultSet, outProps);
128 shared_ptr<vector<Property>> outProps = make_shared<vector<Property>>(); variable
129 int32_t ret = MtpDataUtils::GetPropList(resultSet, properties, outProps);
141 shared_ptr<vector<Property>> outProps = make_shared<vector<Property>>(); variable
145 MtpDataUtils::GetOneRowPropList(handle, resultSet, properties, outProps);
150 shared_ptr<vector<Property>> outProps = make_shared<vector<Property>>(); variable
152 MtpDataUtils::SetOneDefaultlPropList(0, MTP_PROPERTY_PERSISTENT_UID_CODE, outProps);
153 MtpDataUtils::SetOneDefaultlPropList(0, MTP_PROPERTY_ALBUM_NAME_CODE, outProps);
[all …]
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_data_utils.cpp371 return GetPropList(context, resultSet, properties, outProps); in GetPropListBySet()
420 CHECK_AND_RETURN_LOG(outProps != nullptr, "outProps is nullptr"); in GetMovingOrEnditOneRowPropList()
440 outProps->push_back(prop); in GetMovingOrEnditOneRowPropList()
583 CHECK_AND_RETURN_LOG(outProps != nullptr, "outProps is nullptr"); in GetOneRowPropList()
604 outProps->push_back(prop); in GetOneRowPropList()
606 SetOneDefaultlPropList(handle, property, outProps); in GetOneRowPropList()
671 outProps->push_back(prop); in SetOneDefaultlPropList()
751 CHECK_AND_RETURN_LOG(outProps != nullptr, "outProps is nullptr"); in GetMtpOneRowProp()
774 outProps->push_back(prop); in GetMtpOneRowProp()
981 CHECK_AND_RETURN_LOG(outProps != nullptr, "outProps is nullptr"); in SetMtpOneDefaultlPropList()
[all …]
H A Dmtp_media_library.cpp925 std::shared_ptr<std::vector<Property>> &outProps) in GetObjectPropList() argument
958 errCode = MtpDataUtils::GetMtpPropList(handlesMap, pathToHandleMap, context, outProps); in GetObjectPropList()
H A Dmtp_medialibrary_manager.cpp972 std::shared_ptr<std::vector<Property>> &outProps) in GetObjectPropList() argument
991 return MtpDataUtils::GetPropListBySet(context, resultSet, outProps); in GetObjectPropList()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dmtp_data_utils.h173 std::shared_ptr<std::vector<Property>> &outProps);
190 … const std::shared_ptr<UInt16List> &properties, std::shared_ptr<std::vector<Property>> &outProps);
196 … const std::shared_ptr<UInt16List> &properties, std::shared_ptr<std::vector<Property>> &outProps);
200 uint16_t property, std::shared_ptr<std::vector<Property>> &outProps);
205 … std::unordered_map<uint32_t, std::string>::iterator it, shared_ptr<vector<Property>> &outProps,
210 uint16_t property, std::shared_ptr<std::vector<Property>> &outProps, int32_t storageId);
214 const std::shared_ptr<MtpOperationContext> &context, shared_ptr<vector<Property>> &outProps,
H A Dmtp_medialibrary_manager.h54 std::shared_ptr<std::vector<Property>> &outProps);
H A Dmtp_media_library.h63 std::shared_ptr<std::vector<Property>> &outProps);