Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dsubscribe.cpp98 napi_value sortingMapResult = nullptr; in SetSubscribeCallbackData() local
99 napi_create_object(env, &sortingMapResult); in SetSubscribeCallbackData()
100 if (!Common::SetNotificationSortingMap(env, sortingMap, sortingMapResult)) { in SetSubscribeCallbackData()
104 napi_set_named_property(env, result, "sortingMap", sortingMapResult); in SetSubscribeCallbackData()