Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/
Dreminder_common.h59 const char* WANT_AGENT = "wantAgent"; variable
/base/notification/distributed_notification_service/interfaces/inner_api/
Dreminder_request.h85 WANT_AGENT, enumerator
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
Dpublish.cpp531 napi_set_named_property(env, actionButton, WANT_AGENT, wantAgentInfo); in ParseActionButtons()
554 napi_set_named_property(env, result, WANT_AGENT, wantAgentInfo); in ParseWantAgent()
Dreminder_common.cpp139 if (GetObject(env, value, ReminderAgentNapi::WANT_AGENT, wantAgent)) { in GenWantAgent()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/reminder_request_branch_test/
Dreminder_request_branch_test.cpp223 …ReminderRequest::UpdateNotificationType type = ReminderRequest::UpdateNotificationType::WANT_AGENT;
/base/notification/distributed_notification_service/services/ans/src/
Dreminder_data_manager.cpp797 reminder->UpdateNotificationRequest(ReminderRequest::UpdateNotificationType::WANT_AGENT, ""); in UpdateNotification()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request.cpp942 case UpdateNotificationType::WANT_AGENT: { in UpdateNotificationRequest()