Searched refs:flagsResult (Results 1 – 1 of 1) sorted by relevance
348 napi_value flagsResult = nullptr; in SetNotificationRequestByCustom() local349 napi_create_object(env, &flagsResult); in SetNotificationRequestByCustom()350 if (!SetNotificationFlags(env, flags, flagsResult)) { in SetNotificationRequestByCustom()354 napi_set_named_property(env, result, "notificationFlags", flagsResult); in SetNotificationRequestByCustom()