Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp708 napi_value arrSortedHashCode = nullptr; in SetNotificationSortingMap() local
709 napi_create_array(env, &arrSortedHashCode); in SetNotificationSortingMap()
719 napi_set_element(env, arrSortedHashCode, count, keyValue); in SetNotificationSortingMap()
734 napi_set_named_property(env, result, "sortedHashCode", arrSortedHashCode); in SetNotificationSortingMap()