Home
last modified time | relevance | path

Searched refs:sortingResult (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon.cpp70 napi_value sortingResult = nullptr; in SetNotificationSortingMap() local
71 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()