Searched refs:WANT_AGENT (Results 1 – 7 of 7) sorted by relevance
/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/ |
D | reminder_common.h | 59 const char* WANT_AGENT = "wantAgent"; variable
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
D | reminder_request.h | 85 WANT_AGENT, enumerator
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/ |
D | publish.cpp | 531 napi_set_named_property(env, actionButton, WANT_AGENT, wantAgentInfo); in ParseActionButtons() 554 napi_set_named_property(env, result, WANT_AGENT, wantAgentInfo); in ParseWantAgent()
|
D | reminder_common.cpp | 139 if (GetObject(env, value, ReminderAgentNapi::WANT_AGENT, wantAgent)) { in GenWantAgent()
|
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/reminder_request_branch_test/ |
D | reminder_request_branch_test.cpp | 223 …ReminderRequest::UpdateNotificationType type = ReminderRequest::UpdateNotificationType::WANT_AGENT;
|
/base/notification/distributed_notification_service/services/ans/src/ |
D | reminder_data_manager.cpp | 797 reminder->UpdateNotificationRequest(ReminderRequest::UpdateNotificationType::WANT_AGENT, ""); in UpdateNotification()
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | reminder_request.cpp | 942 case UpdateNotificationType::WANT_AGENT: { in UpdateNotificationRequest()
|