Searched refs:WANT_AGENT (Results 1 – 6 of 6) sorted by relevance
59 const char* WANT_AGENT = "wantAgent"; variable
79 WANT_AGENT, enumerator
98 if (GetObject(env, value, ReminderAgentNapi::WANT_AGENT, wantAgent)) { in GenWantAgent()
539 napi_set_named_property(env, result, WANT_AGENT, wantAgentInfo); in ParseWantAgent()
745 reminder->UpdateNotificationRequest(ReminderRequest::UpdateNotificationType::WANT_AGENT, ""); in UpdateNotification()
845 case UpdateNotificationType::WANT_AGENT: { in UpdateNotificationRequest()