Home
last modified time | relevance | path

Searched refs:supportDisplayDevices (Results 1 - 4 of 4) sorted by relevance

/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H A Dnotification_utils.h128 CArrString supportDisplayDevices; member
/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_request.cpp315 napi_value supportDisplayDevices = nullptr; in GetNotificationSupportDisplayDevices() local
319 NAPI_CALL(env, napi_has_named_property(env, value, "supportDisplayDevices", &hasProperty)); in GetNotificationSupportDisplayDevices()
321 napi_get_named_property(env, value, "supportDisplayDevices", &supportDisplayDevices); in GetNotificationSupportDisplayDevices()
322 napi_is_array(env, supportDisplayDevices, &isArray); in GetNotificationSupportDisplayDevices()
324 LBSLOGE(NAPI_UTILS, "Property supportDisplayDevices is expected to be an array."); in GetNotificationSupportDisplayDevices()
328 napi_get_array_length(env, supportDisplayDevices, &length); in GetNotificationSupportDisplayDevices()
336 napi_get_element(env, supportDisplayDevices, i, &line); in GetNotificationSupportDisplayDevices()
345 LBSLOGI(NAPI_UTILS, "supportDisplayDevices = %{public}s", str); in GetNotificationSupportDisplayDevices()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_request.cpp838 napi_value supportDisplayDevices = nullptr; in GetNotificationSupportDisplayDevices() local
842 NAPI_CALL(env, napi_has_named_property(env, value, "supportDisplayDevices", &hasProperty)); in GetNotificationSupportDisplayDevices()
844 napi_get_named_property(env, value, "supportDisplayDevices", &supportDisplayDevices); in GetNotificationSupportDisplayDevices()
845 napi_is_array(env, supportDisplayDevices, &isArray); in GetNotificationSupportDisplayDevices()
847 ANS_LOGE("Property supportDisplayDevices is expected to be an array."); in GetNotificationSupportDisplayDevices()
851 napi_get_array_length(env, supportDisplayDevices, &length); in GetNotificationSupportDisplayDevices()
859 napi_get_element(env, supportDisplayDevices, i, &line); in GetNotificationSupportDisplayDevices()
868 ANS_LOGI("supportDisplayDevices = %{public}s", str); in GetNotificationSupportDisplayDevices()
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_utils.cpp42 int64_t length = distributedOption->supportDisplayDevices.size; in GetNotificationSupportDisplayDevices()
50 auto displayDevice = distributedOption->supportDisplayDevices.head[i]; in GetNotificationSupportDisplayDevices()
55 LOGI("supportDisplayDevices = %{public}s", str); in GetNotificationSupportDisplayDevices()
92 // supportDisplayDevices?: Array<string> in GetNotificationRequestDistributedOptions()

Completed in 8 milliseconds