Searched refs:handlesResult (Results 1 – 1 of 1) sorted by relevance
107 vector<int32_t> handlesResult; in GetHandlesFromPhotosInfoBurstKeys() local108 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() local157 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 …]