Home
last modified time | relevance | path

Searched refs:WANT_AGENT (Results 1 - 10 of 10) sorted by relevance

/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_table.h149 static const std::string WANT_AGENT; member in OHOS::Notification::ReminderBaseTable
/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_table.cpp45 const std::string ReminderBaseTable::WANT_AGENT = "want_agent"; member in OHOS::Notification::ReminderBaseTable
136 AddColumn(WANT_AGENT, "TEXT", ADD_COLUMNS, SELECT_COLUMNS); in InitDbColumns()
H A Dreminder_store_strategy.cpp56 values.PutString(ReminderBaseTable::WANT_AGENT, reminder->GetWantAgentStr()); in AppendValuesBucket()
62 values.PutString(ReminderBaseTable::WANT_AGENT, wantInfoStr); in AppendValuesBucket()
360 ReminderStrategy::GetRdbValue<std::string>(resultSet, ReminderBaseTable::WANT_AGENT, wantAgent); in RecoverFromDb()
H A Dreminder_data_manager.cpp1127 reminder->UpdateNotificationRequest(ReminderRequest::UpdateNotificationType::WANT_AGENT, ""); in UpdateNotification()
/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/
H A Dreminder_common.h62 const char* WANT_AGENT = "wantAgent"; member
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request.h181 WANT_AGENT, member in OHOS::Notification::ReminderRequest::UpdateNotificationType
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/reminder_request_branch_test/
H A Dreminder_request_branch_test.cpp208 * 2.Type is UpdateNotificationType::WANT_AGENT
219 ReminderRequest::UpdateNotificationType type = ReminderRequest::UpdateNotificationType::WANT_AGENT; in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
H A Dpublish.cpp661 napi_set_named_property(env, actionButton, WANT_AGENT, wantAgentInfo); in ParseActionButtons()
687 napi_set_named_property(env, result, WANT_AGENT, wantAgentInfo); in ParseWantAgent()
H A Dreminder_common.cpp489 if (!GenWantAgent(env, value, ReminderAgentNapi::WANT_AGENT, wantAgentInfo)) { in GenReminder()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp1022 case UpdateNotificationType::WANT_AGENT: { in UpdateNotificationRequest()

Completed in 15 milliseconds