Searched refs:MAX_ALLOWED_ARRAY_SIZE_INPUT (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/account/os_account/frameworks/appaccount/native/src/ |
H A D | app_account_event_stub.cpp | 55 if (size > Constants::MAX_ALLOWED_ARRAY_SIZE_INPUT) { in ProcOnAccountsChanged()
|
H A D | app_account.cpp | 103 …options.requiredLabels, Constants::MAX_ALLOWED_ARRAY_SIZE_INPUT, "requiredLabels array is oversize… in CreateAccountImplicitly() 500 …options.allowedAccounts, Constants::MAX_ALLOWED_ARRAY_SIZE_INPUT, "allowedAccounts array is oversi… in SelectAccountsByOptions() 502 …options.allowedOwners, Constants::MAX_ALLOWED_ARRAY_SIZE_INPUT, "allowedOwners array is oversize"); in SelectAccountsByOptions() 504 …options.requiredLabels, Constants::MAX_ALLOWED_ARRAY_SIZE_INPUT, "requiredLabels array is oversize… in SelectAccountsByOptions() 533 labels, Constants::MAX_ALLOWED_ARRAY_SIZE_INPUT, "labels array is empty or oversize"); in CheckAccountLabels()
|
H A D | app_account_proxy.cpp | 1155 if (size > Constants::MAX_ALLOWED_ARRAY_SIZE_INPUT) { in ReadAppAccountList()
|
/ohos5.0/base/account/os_account/frameworks/appaccount/native/include/ |
H A D | app_account_constants.h | 66 constexpr std::size_t MAX_ALLOWED_ARRAY_SIZE_INPUT = 1024; variable
|
/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/ |
H A D | app_account_stub.cpp | 427 Constants::MAX_ALLOWED_ARRAY_SIZE_INPUT, "requiredLabels array is oversize", reply); in ProcCreateAccountImplicitly() 926 Constants::MAX_ALLOWED_ARRAY_SIZE_INPUT, "allowedAccounts array is oversize", reply); in ProcSelectAccountsByOptions() 928 Constants::MAX_ALLOWED_ARRAY_SIZE_INPUT, "allowedOwners array is oversize", reply); in ProcSelectAccountsByOptions() 930 Constants::MAX_ALLOWED_ARRAY_SIZE_INPUT, "requiredLabels array is oversize", reply); in ProcSelectAccountsByOptions() 975 … labels, Constants::MAX_ALLOWED_ARRAY_SIZE_INPUT, "labels array is empty or oversize", reply); in ProcCheckAccountLabels()
|