Searched refs:notificationResult (Results 1 - 2 of 2) sorted by relevance
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | get_active.cpp | 44 napi_value notificationResult = nullptr; in AsyncCompleteCallbackGetAllActiveNotifications() local 45 napi_create_object(env, ¬ificationResult); 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 D | napi_get_active.cpp | 49 napi_value notificationResult = nullptr; in AsyncCompleteCallbackNapiGetAllActiveNotifications() local 50 napi_create_object(env, ¬ificationResult); 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