Searched refs:nUserId (Results 1 - 2 of 2) sorted by relevance
/base/location/frameworks/js/napi/notification/src/ |
H A D | notification_napi.cpp | 85 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 D | common.cpp | 335 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 4 milliseconds