Searched refs:OWNER_MAX_SIZE (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/account/os_account/frameworks/appaccount/native/src/ |
H A D | app_account.cpp | 67 …RETURN_IF_STRING_IS_EMPTY_OR_OVERSIZE(owner, Constants::OWNER_MAX_SIZE, "owner is empty or oversiz… in AddAccountImplicitly() 98 …RETURN_IF_STRING_IS_EMPTY_OR_OVERSIZE(owner, Constants::OWNER_MAX_SIZE, "owner is empty or oversiz… in CreateAccountImplicitly() 257 …RETURN_IF_STRING_IS_EMPTY_OR_OVERSIZE(owner, Constants::OWNER_MAX_SIZE, "owner is empty or oversiz… in Authenticate() 273 …RETURN_IF_STRING_IS_EMPTY_OR_OVERSIZE(owner, Constants::OWNER_MAX_SIZE, "owner is empty or oversiz… in GetOAuthToken() 286 …RETURN_IF_STRING_IS_EMPTY_OR_OVERSIZE(owner, Constants::OWNER_MAX_SIZE, "owner is empty or oversiz… in GetAuthToken() 312 …RETURN_IF_STRING_IS_EMPTY_OR_OVERSIZE(owner, Constants::OWNER_MAX_SIZE, "owner is empty or oversiz… in DeleteOAuthToken() 326 …RETURN_IF_STRING_IS_EMPTY_OR_OVERSIZE(owner, Constants::OWNER_MAX_SIZE, "owner is empty or oversiz… in DeleteAuthToken() 406 …RETURN_IF_STRING_IS_EMPTY_OR_OVERSIZE(owner, Constants::OWNER_MAX_SIZE, "owner is empty or oversiz… in GetAuthenticatorInfo() 418 …RETURN_IF_STRING_IS_EMPTY_OR_OVERSIZE(owner, Constants::OWNER_MAX_SIZE, "owner is empty or oversiz… in GetAllOAuthTokens() 568 RETURN_IF_STRING_IS_OVERSIZE(owner, Constants::OWNER_MAX_SIZE, "owner is oversize"); in QueryAllAccessibleAccounts() [all …]
|
/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/ |
H A D | app_account_stub.cpp | 363 …RETURN_IF_STRING_IS_EMPTY_OR_OVERSIZE(owner, Constants::OWNER_MAX_SIZE, "owner is empty or oversiz… in ProcAddAccountImplicitly() 414 …RETURN_IF_STRING_IS_EMPTY_OR_OVERSIZE(owner, Constants::OWNER_MAX_SIZE, "owner is empty or oversiz… in ProcCreateAccountImplicitly() 619 …RETURN_IF_STRING_IS_EMPTY_OR_OVERSIZE(owner, Constants::OWNER_MAX_SIZE, "owner is empty or oversiz… in ProcAuthenticate() 645 …RETURN_IF_STRING_IS_EMPTY_OR_OVERSIZE(owner, Constants::OWNER_MAX_SIZE, "owner is empty or oversiz… in ProcGetAuthToken() 687 …RETURN_IF_STRING_IS_EMPTY_OR_OVERSIZE(owner, Constants::OWNER_MAX_SIZE, "owner is empty or oversiz… in ProcDeleteAuthToken() 768 …RETURN_IF_STRING_IS_EMPTY_OR_OVERSIZE(owner, Constants::OWNER_MAX_SIZE, "owner is empty or oversiz… in ProcGetAuthenticatorInfo() 784 …RETURN_IF_STRING_IS_EMPTY_OR_OVERSIZE(owner, Constants::OWNER_MAX_SIZE, "owner is empty or oversiz… in ProcGetAllOAuthTokens() 805 … RETURN_IF_STRING_IS_OVERSIZE(authType, Constants::OWNER_MAX_SIZE, "authType is oversize", reply); in ProcGetAuthList() 847 …RETURN_IF_STRING_IS_EMPTY_OR_OVERSIZE(owner, Constants::OWNER_MAX_SIZE, "owner is empty or oversiz… in ProcGetAllAccounts() 869 … RETURN_IF_STRING_IS_OVERSIZE(owner, Constants::OWNER_MAX_SIZE, "owner is or oversize", reply); in ProcGetAllAccessibleAccounts() [all …]
|
/ohos5.0/base/account/os_account/frameworks/appaccount/native/include/ |
H A D | app_account_constants.h | 62 constexpr std::size_t OWNER_MAX_SIZE = 1024; variable
|