Home
last modified time | relevance | path

Searched refs:MAX_MAP_SZIE (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_info.cpp53 constexpr int32_t MAX_MAP_SZIE = 1024; variable
802 if ((size < 0) || (size > MAX_MAP_SZIE)) { in ReadStringMap()