Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_table_old.cpp41 const std::string ReminderTable::ACTION_BUTTON_INFO = "button_info"; member in OHOS::Notification::ReminderTable
106 AddColumn(ACTION_BUTTON_INFO, "TEXT"); in InitBasicColumns()
H A Dreminder_table.cpp36 const std::string ReminderBaseTable::ACTION_BUTTON_INFO = "button_info"; member in OHOS::Notification::ReminderBaseTable
127 AddColumn(ACTION_BUTTON_INFO, "TEXT", ADD_COLUMNS, SELECT_COLUMNS); in InitDbColumns()
H A Dreminder_store_strategy.cpp45 values.PutString(ReminderBaseTable::ACTION_BUTTON_INFO, reminder->SerializeButtonInfo()); in AppendValuesBucket()
199 ReminderStrategy::GetRdbValue<std::string>(resultSet, ReminderTable::ACTION_BUTTON_INFO, actionButtons); in RecoverFromOldVersion()
355 ReminderStrategy::GetRdbValue<std::string>(resultSet, ReminderBaseTable::ACTION_BUTTON_INFO, actionButtons); in RecoverFromDb()
/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_table_old.h130 static const std::string ACTION_BUTTON_INFO; member in OHOS::Notification::ReminderTable
H A Dreminder_table.h104 static const std::string ACTION_BUTTON_INFO; member in OHOS::Notification::ReminderBaseTable

Completed in 4 milliseconds