Home
last modified time | relevance | path

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 Dapp_account_event_stub.cpp55 if (size > Constants::MAX_ALLOWED_ARRAY_SIZE_INPUT) { in ProcOnAccountsChanged()
H A Dapp_account.cpp103 …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 Dapp_account_proxy.cpp1155 if (size > Constants::MAX_ALLOWED_ARRAY_SIZE_INPUT) { in ReadAppAccountList()
/ohos5.0/base/account/os_account/frameworks/appaccount/native/include/
H A Dapp_account_constants.h66 constexpr std::size_t MAX_ALLOWED_ARRAY_SIZE_INPUT = 1024; variable
/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_stub.cpp427 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()