Searched refs:strQueryCondition (Results 1 – 8 of 8) sorted by relevance
74 string strQueryCondition = "medialib"; variable75 string ret = MediaLibraryDataManagerUtils::ObtionCondition(strQueryCondition, whereArgs);77 strQueryCondition = "medialib_?_test";78 ret = MediaLibraryDataManagerUtils::ObtionCondition(strQueryCondition, whereArgs);79 strQueryCondition = "medialib_?_test";
65 string MediaLibraryDataManagerUtils::ObtionCondition(string &strQueryCondition, const vector<string… in ObtionCondition() argument68 size_t pos = strQueryCondition.find('?'); in ObtionCondition()70 strQueryCondition.replace(pos, 1, "'" + args + "'"); in ObtionCondition()73 return strQueryCondition; in ObtionCondition()
1340 string strQueryCondition = cmd.GetAbsRdbPredicates()->GetWhereClause(); in QueryWithCondition() local1341 if (strQueryCondition.empty()) { in QueryWithCondition()
35 EXPORT static std::string ObtionCondition(std::string &strQueryCondition,
486 string strQueryCondition = MEDIA_DATA_DB_ID + " = " + opts.row; in QueryThumbnailSet() local489 rdbPredicates.SetWhereClause(strQueryCondition); in QueryThumbnailSet()2072 string strQueryCondition = MEDIA_DATA_DB_ID + " = " + data.id; in CheckDateTaken() local2074 rdbPredicates.SetWhereClause(strQueryCondition); in CheckDateTaken()
1094 string strQueryCondition = MEDIA_DATA_DB_ID + " = " + opts.row; in IsPureCloudImage() local1096 rdbPredicates.SetWhereClause(strQueryCondition); in IsPureCloudImage()
979 string strQueryCondition = DEVICE_DB_DATE_MODIFIED + " = 0"; in GetActivePeer() local981 predicates.SetWhereClause(strQueryCondition); in GetActivePeer()
4060 string strQueryCondition = DEVICE_DB_DATE_MODIFIED + " = 0"; in QueryActivePeer() local4061 predicates.SetWhereClause(strQueryCondition); in QueryActivePeer()