Searched refs:MAX_SCREEN_WANT_AGENT (Results 1 – 7 of 7) sorted by relevance
47 const char* MAX_SCREEN_WANT_AGENT = "maxScreenWantAgent"; variable
86 MAX_SCREEN_WANT_AGENT, enumerator
242 …uest::UpdateNotificationType type = ReminderRequest::UpdateNotificationType::MAX_SCREEN_WANT_AGENT;
157 if (GetObject(env, value, ReminderAgentNapi::MAX_SCREEN_WANT_AGENT, maxScreenWantAgent)) { in GenMaxScreenWantAgent()
568 napi_set_named_property(env, result, MAX_SCREEN_WANT_AGENT, maxScreenWantAgentInfo); in ParseMaxScreenWantAgent()
798 …der->UpdateNotificationRequest(ReminderRequest::UpdateNotificationType::MAX_SCREEN_WANT_AGENT, ""); in UpdateNotification()
948 case UpdateNotificationType::MAX_SCREEN_WANT_AGENT: { in UpdateNotificationRequest()