Home
last modified time | relevance | path

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

/test/xts/device_attest/services/devattest_ability/src/
H A Ddevattest_notification_publish.cpp38 constexpr std::int32_t LOCALE_ITEM_SIZE = 5; member
215 char language[LOCALE_ITEM_SIZE] = {0}; in GetDevattestResConfig()
216 char script[LOCALE_ITEM_SIZE] = {0}; in GetDevattestResConfig()
217 char region[LOCALE_ITEM_SIZE] = {0}; in GetDevattestResConfig()
220 language, LOCALE_ITEM_SIZE, in GetDevattestResConfig()
221 script, LOCALE_ITEM_SIZE, in GetDevattestResConfig()
222 region, LOCALE_ITEM_SIZE); in GetDevattestResConfig()

Completed in 2 milliseconds