Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/frameworks/appaccount/native/include/
H A Dapp_account_constants.h60 constexpr std::size_t CREDENTIAL_MAX_SIZE = 1024; variable
/ohos5.0/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account.cpp245 …RETURN_IF_STRING_IS_OVERSIZE(credential, Constants::CREDENTIAL_MAX_SIZE, "credential is empty or o… in SetAccountCredential()
519 …RETURN_IF_STRING_IS_OVERSIZE(options.credential, Constants::CREDENTIAL_MAX_SIZE, "the credential i… in VerifyCredential()
/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_stub.cpp605 …RETURN_IF_STRING_IS_OVERSIZE(credential, Constants::CREDENTIAL_MAX_SIZE, "credential is oversize",… in ProcSetAccountCredential()
956 … options->credential, Constants::CREDENTIAL_MAX_SIZE, "the credential is oversize", reply); in ProcVerifyCredential()
/ohos5.0/base/account/os_account/frameworks/appaccount/native/test/unittest/
H A Dapp_account_manager_test.cpp67 constexpr int32_t CREDENTIAL_MAX_SIZE = 1024; variable
1904 for (int i = 0; i < CREDENTIAL_MAX_SIZE + 1; i++) {