Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_store.cpp356 std::string baseCondtion = ReminderBaseTable::PACKAGE_NAME + " = '" + pkg + "' AND " in Delete() local
362 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() local
375 return Delete(baseCondtion, assoConditon); in DeleteUser()