Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dptp_media_sync_observer.cpp107 vector<int32_t> handlesResult; in GetHandlesFromPhotosInfoBurstKeys() local
108 CHECK_AND_RETURN_RET_LOG(dataShareHelper_ != nullptr, handlesResult, in GetHandlesFromPhotosInfoBurstKeys()
129 CHECK_AND_RETURN_RET_LOG(!burstKey.empty(), handlesResult, in GetHandlesFromPhotosInfoBurstKeys()
149 handlesResult.push_back(atoi(file_id.c_str())); in GetHandlesFromPhotosInfoBurstKeys()
151 return handlesResult; in GetHandlesFromPhotosInfoBurstKeys()
156 vector<string> handlesResult; in GetAllDeleteHandles() local
157 CHECK_AND_RETURN_RET_LOG(dataShareHelper_ != nullptr, handlesResult, in GetAllDeleteHandles()
172 handlesResult, "Mtp GetAllDeleteHandles have no PHOTO_ALL_DELETE_KEY"); in GetAllDeleteHandles()
175 handlesResult.push_back(file_id); in GetAllDeleteHandles()
177 return handlesResult; in GetAllDeleteHandles()
[all …]