Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_store.cpp151 std::string deleteCondition = ReminderRequest::PKG_NAME + " = \"" + pkg + "\" and " in Delete()
399 GetStringVal(queryResultSet, ReminderRequest::PKG_NAME, pkgName); in GetBundleOption()
Dreminder_request.cpp72 const std::string ReminderRequest::PKG_NAME = "package_name"; member in OHOS::Notification::ReminderRequest
491 resultSet->GetString(ReminderStore::GetColumnIndex(PKG_NAME), bundleName_); in RecoverFromDb()
1734 values.PutString(PKG_NAME, bundleOption->GetBundleName()); in AppendValuesBucket()
1784 AddColumn(PKG_NAME, "TEXT NOT NULL", false); in InitDbColumns()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dreminder_request.h689 static const std::string PKG_NAME; variable