Searched refs:deleteUriStr (Results 1 – 2 of 2) sorted by relevance
406 std::string deleteUriStr = GetDeleteUri(tableName); in Delete() local407 if (deleteUriStr.empty()) { in Delete()416 Uri deleteUri(deleteUriStr); in Delete()
1030 std::string deleteUriStr = TOOL_DELETE_PHOTO; in DeleteCanceledObject() local1031 MediaFileUtils::UriAppendKeyValue(deleteUriStr, API_VERSION, to_string(MEDIA_API_VERSION_V10)); in DeleteCanceledObject()1032 Uri deleteUri(deleteUriStr); in DeleteCanceledObject()