Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dget_active.cpp44 napi_value notificationResult = nullptr; in AsyncCompleteCallbackGetAllActiveNotifications() local
45 napi_create_object(env, &notificationResult); in AsyncCompleteCallbackGetAllActiveNotifications()
46 if (!Common::SetNotification(env, vec.GetRefPtr(), notificationResult)) { in AsyncCompleteCallbackGetAllActiveNotifications()
50 napi_set_element(env, arr, count, notificationResult); in AsyncCompleteCallbackGetAllActiveNotifications()
/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_get_active.cpp49 napi_value notificationResult = nullptr; in AsyncCompleteCallbackNapiGetAllActiveNotifications() local
50 napi_create_object(env, &notificationResult); in AsyncCompleteCallbackNapiGetAllActiveNotifications()
51 if (!Common::SetNotification(env, vec.GetRefPtr(), notificationResult)) { in AsyncCompleteCallbackNapiGetAllActiveNotifications()
55 napi_set_element(env, arr, count, notificationResult); in AsyncCompleteCallbackNapiGetAllActiveNotifications()

Completed in 2 milliseconds