Searched refs:WANT_AGENT (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | reminder_table.cpp | 45 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 D | reminder_store_strategy.cpp | 56 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 D | reminder_data_manager.cpp | 1117 reminder->UpdateNotificationRequest(ReminderRequest::UpdateNotificationType::WANT_AGENT, ""); in UpdateNotification()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | reminder_table.h | 149 static const std::string WANT_AGENT; variable
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/ |
H A D | reminder_common.h | 62 const char* WANT_AGENT = "wantAgent"; variable
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/reminder_request_branch_test/ |
H A D | reminder_request_branch_test.cpp | 219 …ReminderRequest::UpdateNotificationType type = ReminderRequest::UpdateNotificationType::WANT_AGENT;
|
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | reminder_request.h | 181 WANT_AGENT, enumerator
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/ |
H A D | publish.cpp | 661 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 D | reminder_common.cpp | 489 if (!GenWantAgent(env, value, ReminderAgentNapi::WANT_AGENT, wantAgentInfo)) { in GenReminder()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | reminder_request.cpp | 1024 case UpdateNotificationType::WANT_AGENT: { in UpdateNotificationRequest()
|