Home
last modified time | relevance | path

Searched refs:slotResult (Results 1 - 1 of 1) sorted by relevance

/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon.cpp93 napi_value slotResult = nullptr; in SetNotificationSorting() local
95 napi_create_object(env, &slotResult); in SetNotificationSorting()
96 if (!SetNotificationSlot(env, sorting.GetSlot(), slotResult)) { in SetNotificationSorting()
100 napi_set_named_property(env, result, "slot", slotResult); in SetNotificationSorting()

Completed in 3 milliseconds