Searched refs:CREDENTIAL_MAX_SIZE (Results 1 – 4 of 4) sorted by relevance
/base/account/os_account/frameworks/appaccount/native/include/ |
D | app_account_constants.h | 60 constexpr std::size_t CREDENTIAL_MAX_SIZE = 1024; variable
|
/base/account/os_account/frameworks/appaccount/native/src/ |
D | app_account.cpp | 211 …RETURN_IF_STRING_IS_OVERSIZE(credential, Constants::CREDENTIAL_MAX_SIZE, "credential is empty or o… in SetAccountCredential() 423 …RETURN_IF_STRING_IS_OVERSIZE(options.credential, Constants::CREDENTIAL_MAX_SIZE, "the credential i… in VerifyCredential()
|
/base/account/os_account/services/accountmgr/src/appaccount/ |
D | app_account_stub.cpp | 586 …RETURN_IF_STRING_IS_OVERSIZE(credential, Constants::CREDENTIAL_MAX_SIZE, "credential is oversize",… in ProcSetAccountCredential() 940 … options->credential, Constants::CREDENTIAL_MAX_SIZE, "the credential is oversize", reply); in ProcVerifyCredential()
|
/base/account/os_account/frameworks/appaccount/native/test/unittest/ |
D | app_account_manager_test.cpp | 174 constexpr int32_t CREDENTIAL_MAX_SIZE = 1024; variable 1988 for (int i = 0; i < CREDENTIAL_MAX_SIZE + 1; i++) {
|