Home
last modified time | relevance | path

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

/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi.cpp85 napi_value nUserId = nullptr; in GetNotificationSubscriberInfo() local
86 napi_get_named_property(env, value, "userId", &nUserId); in GetNotificationSubscriberInfo()
87 NAPI_CALL(env, napi_typeof(env, nUserId, &valuetype)); in GetNotificationSubscriberInfo()
92 NAPI_CALL(env, napi_get_value_int32(env, nUserId, &subscriberInfo.userId)); in GetNotificationSubscriberInfo()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon.cpp335 napi_value nUserId = nullptr; in GetNotificationSubscriberInfo() local
336 napi_get_named_property(env, value, "userId", &nUserId); in GetNotificationSubscriberInfo()
337 NAPI_CALL(env, napi_typeof(env, nUserId, &valuetype)); in GetNotificationSubscriberInfo()
342 NAPI_CALL(env, napi_get_value_int32(env, nUserId, &subscriberInfo.userId)); in GetNotificationSubscriberInfo()

Completed in 5 milliseconds