Searched refs:nDeviceType (Results 1 - 1 of 1) sorted by relevance
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | common.cpp | 349 napi_value nDeviceType = nullptr; in GetNotificationSubscriberInfo() local 352 napi_get_named_property(env, value, "deviceType", &nDeviceType); in GetNotificationSubscriberInfo() 353 NAPI_CALL(env, napi_typeof(env, nDeviceType, &valuetype)); in GetNotificationSubscriberInfo() 358 NAPI_CALL(env, napi_get_value_string_utf8(env, nDeviceType, str, STR_MAX_SIZE - 1, &strLen)); in GetNotificationSubscriberInfo()
|
Completed in 3 milliseconds