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.h60 constexpr std::size_t CREDENTIAL_MAX_SIZE = 1024; variable
/base/account/os_account/frameworks/appaccount/native/src/
Dapp_account.cpp211 …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/
Dapp_account_stub.cpp586 …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/
Dapp_account_manager_test.cpp174 constexpr int32_t CREDENTIAL_MAX_SIZE = 1024; variable
1988 for (int i = 0; i < CREDENTIAL_MAX_SIZE + 1; i++) {