Searched refs:sortingResult (Results 1 – 1 of 1) sorted by relevance
70 napi_value sortingResult = nullptr; in SetNotificationSortingMap() local71 napi_create_object(env, &sortingResult); in SetNotificationSortingMap()72 if (!SetNotificationSorting(env, sorting, sortingResult)) { in SetNotificationSortingMap()76 napi_set_named_property(env, sortingsResult, key.c_str(), sortingResult); in SetNotificationSortingMap()