Searched refs:supportDisplayDevices (Results 1 - 4 of 4) sorted by relevance
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/ |
H A D | notification_utils.h | 128 CArrString supportDisplayDevices; member
|
/base/location/frameworks/js/napi/notification/src/ |
H A D | notification_napi_convert_request.cpp | 315 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 D | common_convert_request.cpp | 838 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 D | notification_utils.cpp | 42 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 9 milliseconds