Searched refs:LONG_STR_MAX_SIZE (Results 1 - 6 of 6) sorted by relevance
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/ |
H A D | notification_utils.h | 243 constexpr int32_t LONG_STR_MAX_SIZE = 1028; member
|
/base/location/frameworks/js/napi/notification/src/ |
H A D | notification_napi_convert_content.cpp | 245 char long_str[LONG_STR_MAX_SIZE + 1] = {0}; in GetNotificationLongTextContentDetailed() 264 NAPI_CALL(env, napi_get_value_string_utf8(env, longContentResult, long_str, LONG_STR_MAX_SIZE, &strLen)); in GetNotificationLongTextContentDetailed()
|
/base/location/frameworks/js/napi/notification/include/ |
H A D | notification_napi.h | 34 constexpr int32_t LONG_STR_MAX_SIZE = 1024; member
|
/base/notification/distributed_notification_service/frameworks/js/napi/include/ |
H A D | common.h | 33 constexpr int32_t LONG_STR_MAX_SIZE = 1028; member
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | common_convert_content.cpp | 643 char long_str[LONG_STR_MAX_SIZE + 1] = {0}; in GetNotificationLongTextContentDetailed() 662 NAPI_CALL(env, napi_get_value_string_utf8(env, longContentResult, long_str, LONG_STR_MAX_SIZE, &strLen)); in GetNotificationLongTextContentDetailed()
|
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/ |
H A D | notification_utils.cpp | 286 char long_str[LONG_STR_MAX_SIZE + 1] = {0}; in GetNotificationLongTextContentDetailed() 298 if (strcpy_s(long_str, LONG_STR_MAX_SIZE + 1, contentResult->longText) != EOK) { in GetNotificationLongTextContentDetailed()
|
Completed in 11 milliseconds