Home
last modified time | relevance | path

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

/ohos5.0/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.cpp1117 reminder->UpdateNotificationRequest(ReminderRequest::UpdateNotificationType::WANT_AGENT, ""); in UpdateNotification()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_table.h149 static const std::string WANT_AGENT; variable
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/
H A Dreminder_common.h62 const char* WANT_AGENT = "wantAgent"; variable
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/reminder_request_branch_test/
H A Dreminder_request_branch_test.cpp219 …ReminderRequest::UpdateNotificationType type = ReminderRequest::UpdateNotificationType::WANT_AGENT;
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request.h181 WANT_AGENT, enumerator
/ohos5.0/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()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp1024 case UpdateNotificationType::WANT_AGENT: { in UpdateNotificationRequest()