Home
last modified time | relevance | path

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 Dnotification_utils.h243 constexpr int32_t LONG_STR_MAX_SIZE = 1028; member
/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_content.cpp245 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 Dnotification_napi.h34 constexpr int32_t LONG_STR_MAX_SIZE = 1024; member
/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dcommon.h33 constexpr int32_t LONG_STR_MAX_SIZE = 1028; member
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_content.cpp643 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 Dnotification_utils.cpp286 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