Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/
Dreminder_common.h47 const char* MAX_SCREEN_WANT_AGENT = "maxScreenWantAgent"; variable
/base/notification/distributed_notification_service/interfaces/inner_api/
Dreminder_request.h86 MAX_SCREEN_WANT_AGENT, enumerator
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/reminder_request_branch_test/
Dreminder_request_branch_test.cpp242 …uest::UpdateNotificationType type = ReminderRequest::UpdateNotificationType::MAX_SCREEN_WANT_AGENT;
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
Dreminder_common.cpp157 if (GetObject(env, value, ReminderAgentNapi::MAX_SCREEN_WANT_AGENT, maxScreenWantAgent)) { in GenMaxScreenWantAgent()
Dpublish.cpp568 napi_set_named_property(env, result, MAX_SCREEN_WANT_AGENT, maxScreenWantAgentInfo); in ParseMaxScreenWantAgent()
/base/notification/distributed_notification_service/services/ans/src/
Dreminder_data_manager.cpp798 …der->UpdateNotificationRequest(ReminderRequest::UpdateNotificationType::MAX_SCREEN_WANT_AGENT, ""); in UpdateNotification()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request.cpp948 case UpdateNotificationType::MAX_SCREEN_WANT_AGENT: { in UpdateNotificationRequest()