Searched refs:baseCondtion (Results 1 – 1 of 1) sorted by relevance
356 std::string baseCondtion = ReminderBaseTable::PACKAGE_NAME + " = '" + pkg + "' AND " in Delete() local362 baseCondtion += " AND " + ReminderBaseTable::UID + " = " + std::to_string(uid); in Delete()365 return Delete(baseCondtion, assoConditon); in Delete()374 std::string baseCondtion = ReminderBaseTable::USER_ID + " = " + std::to_string(userId); in DeleteUser() local375 return Delete(baseCondtion, assoConditon); in DeleteUser()