Home
last modified time | relevance | path

Searched refs:PACKAGE_NAME (Results 1 - 5 of 5) sorted by relevance

/base/startup/appspawn/modules/sysevent/
H A Dappspawn_hisysevent.cpp23 const std::string PACKAGE_NAME = "PACKAGE_NAME"; variable
34 PACKAGE_NAME, APPSPAWN, in AppSpawnHiSysEventWrite()
/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_table.h39 static const std::string PACKAGE_NAME; member in OHOS::Notification::ReminderBaseTable
/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_table.cpp23 const std::string ReminderBaseTable::PACKAGE_NAME = "package_name"; member in OHOS::Notification::ReminderBaseTable
114 AddColumn(PACKAGE_NAME, "TEXT NOT NULL", ADD_COLUMNS, SELECT_COLUMNS); in InitDbColumns()
H A Dreminder_store.cpp353 + " WHERE " + ReminderBaseTable::TABLE_NAME + "." + ReminderBaseTable::PACKAGE_NAME + " = '" + pkg in Delete()
356 std::string baseCondtion = ReminderBaseTable::PACKAGE_NAME + " = '" + pkg + "' AND " in Delete()
H A Dreminder_store_strategy.cpp32 values.PutString(ReminderBaseTable::PACKAGE_NAME, reminder->GetBundleName()); in AppendValuesBucket()
299 ReminderStrategy::GetRdbValue<std::string>(resultSet, ReminderBaseTable::PACKAGE_NAME, bundleName); in RecoverContextFromDb()

Completed in 6 milliseconds