Searched refs:MAX_ALLOWED_ARRAY_SIZE_INPUT (Results 1 – 3 of 3) sorted by relevance
/base/account/os_account/frameworks/appaccount/native/include/ |
D | app_account_constants.h | 66 constexpr std::size_t MAX_ALLOWED_ARRAY_SIZE_INPUT = 1024; variable
|
/base/account/os_account/frameworks/appaccount/native/src/ |
D | app_account.cpp | 105 …options.requiredLabels, Constants::MAX_ALLOWED_ARRAY_SIZE_INPUT, "requiredLabels array is oversize… in CreateAccountImplicitly() 407 …options.allowedAccounts, Constants::MAX_ALLOWED_ARRAY_SIZE_INPUT, "allowedAccounts array is oversi… in SelectAccountsByOptions() 409 …options.allowedOwners, Constants::MAX_ALLOWED_ARRAY_SIZE_INPUT, "allowedOwners array is oversize"); in SelectAccountsByOptions() 411 …options.requiredLabels, Constants::MAX_ALLOWED_ARRAY_SIZE_INPUT, "requiredLabels array is oversize… in SelectAccountsByOptions() 434 labels, Constants::MAX_ALLOWED_ARRAY_SIZE_INPUT, "labels array is empty or oversize"); in CheckAccountLabels()
|
/base/account/os_account/services/accountmgr/src/appaccount/ |
D | app_account_stub.cpp | 407 Constants::MAX_ALLOWED_ARRAY_SIZE_INPUT, "requiredLabels array is oversize", reply); in ProcCreateAccountImplicitly() 910 Constants::MAX_ALLOWED_ARRAY_SIZE_INPUT, "allowedAccounts array is oversize", reply); in ProcSelectAccountsByOptions() 912 Constants::MAX_ALLOWED_ARRAY_SIZE_INPUT, "allowedOwners array is oversize", reply); in ProcSelectAccountsByOptions() 914 Constants::MAX_ALLOWED_ARRAY_SIZE_INPUT, "requiredLabels array is oversize", reply); in ProcSelectAccountsByOptions() 959 … labels, Constants::MAX_ALLOWED_ARRAY_SIZE_INPUT, "labels array is empty or oversize", reply); in ProcCheckAccountLabels()
|