Searched refs:nBundleNames (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/location/frameworks/js/napi/notification/src/ |
H A D | notification_napi.cpp | 55 napi_value nBundleNames = nullptr; in GetNotificationSubscriberInfo() local 56 napi_get_named_property(env, value, "bundleNames", &nBundleNames); in GetNotificationSubscriberInfo() 57 napi_is_array(env, nBundleNames, &isArray); in GetNotificationSubscriberInfo() 62 napi_get_array_length(env, nBundleNames, &length); in GetNotificationSubscriberInfo() 70 napi_get_element(env, nBundleNames, i, &nBundleName); in GetNotificationSubscriberInfo()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | common.cpp | 305 napi_value nBundleNames = nullptr; in GetNotificationSubscriberInfo() local 306 napi_get_named_property(env, value, "bundleNames", &nBundleNames); in GetNotificationSubscriberInfo() 307 napi_is_array(env, nBundleNames, &isArray); in GetNotificationSubscriberInfo() 312 napi_get_array_length(env, nBundleNames, &length); in GetNotificationSubscriberInfo() 320 napi_get_element(env, nBundleNames, i, &nBundleName); in GetNotificationSubscriberInfo()
|