Home
last modified time | relevance | path

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

/base/account/os_account/frameworks/appaccount/native/include/
Dapp_account_constants.h59 constexpr std::size_t CREDENTIAL_MAX_SIZE = 1024; variable
/base/account/os_account/frameworks/appaccount/native/src/
Dapp_account.cpp213 …RETURN_IF_STRING_IS_OVERSIZE(credential, Constants::CREDENTIAL_MAX_SIZE, "credential is empty or o… in SetAccountCredential()
437 …RETURN_IF_STRING_IS_OVERSIZE(options.credential, Constants::CREDENTIAL_MAX_SIZE, "the credential i… in VerifyCredential()
/base/account/os_account/services/accountmgr/src/appaccount/
Dapp_account_stub.cpp562 …RETURN_IF_STRING_IS_OVERSIZE(credential, Constants::CREDENTIAL_MAX_SIZE, "credential is oversize"); in ProcSetAccountCredential()
916 options->credential, Constants::CREDENTIAL_MAX_SIZE, "the credential is oversize"); in ProcVerifyCredential()
/base/account/os_account/frameworks/appaccount/native/test/unittest/
Dapp_account_manager_test.cpp174 constexpr int32_t CREDENTIAL_MAX_SIZE = 1024; variable
1992 for (int i = 0; i < CREDENTIAL_MAX_SIZE + 1; i++) {