Searched refs:OWNER_MAX_SIZE (Results 1 – 3 of 3) sorted by relevance
/base/account/os_account/frameworks/appaccount/native/src/ |
D | app_account.cpp | 73 …RETURN_IF_STRING_IS_EMPTY_OR_OVERSIZE(owner, Constants::OWNER_MAX_SIZE, "owner is empty or oversiz… in AddAccountImplicitly() 102 …RETURN_IF_STRING_IS_EMPTY_OR_OVERSIZE(owner, Constants::OWNER_MAX_SIZE, "owner is empty or oversiz… in CreateAccountImplicitly() 226 …RETURN_IF_STRING_IS_EMPTY_OR_OVERSIZE(owner, Constants::OWNER_MAX_SIZE, "owner is empty or oversiz… in Authenticate() 239 …RETURN_IF_STRING_IS_EMPTY_OR_OVERSIZE(owner, Constants::OWNER_MAX_SIZE, "owner is empty or oversiz… in GetOAuthToken() 249 …RETURN_IF_STRING_IS_EMPTY_OR_OVERSIZE(owner, Constants::OWNER_MAX_SIZE, "owner is empty or oversiz… in GetAuthToken() 269 …RETURN_IF_STRING_IS_EMPTY_OR_OVERSIZE(owner, Constants::OWNER_MAX_SIZE, "owner is empty or oversiz… in DeleteOAuthToken() 280 …RETURN_IF_STRING_IS_EMPTY_OR_OVERSIZE(owner, Constants::OWNER_MAX_SIZE, "owner is empty or oversiz… in DeleteAuthToken() 342 …RETURN_IF_STRING_IS_EMPTY_OR_OVERSIZE(owner, Constants::OWNER_MAX_SIZE, "owner is empty or oversiz… in GetAuthenticatorInfo() 351 …RETURN_IF_STRING_IS_EMPTY_OR_OVERSIZE(owner, Constants::OWNER_MAX_SIZE, "owner is empty or oversiz… in GetAllOAuthTokens() 385 …RETURN_IF_STRING_IS_EMPTY_OR_OVERSIZE(owner, Constants::OWNER_MAX_SIZE, "owner is empty or oversiz… in GetAllAccounts() [all …]
|
/base/account/os_account/services/accountmgr/src/appaccount/ |
D | app_account_stub.cpp | 322 …RETURN_IF_STRING_IS_EMPTY_OR_OVERSIZE(owner, Constants::OWNER_MAX_SIZE, "owner is empty or oversiz… in ProcAddAccountImplicitly() 371 …RETURN_IF_STRING_IS_EMPTY_OR_OVERSIZE(owner, Constants::OWNER_MAX_SIZE, "owner is empty or oversiz… in ProcCreateAccountImplicitly() 576 …RETURN_IF_STRING_IS_EMPTY_OR_OVERSIZE(owner, Constants::OWNER_MAX_SIZE, "owner is empty or oversiz… in ProcAuthenticate() 602 …RETURN_IF_STRING_IS_EMPTY_OR_OVERSIZE(owner, Constants::OWNER_MAX_SIZE, "owner is empty or oversiz… in ProcGetAuthToken() 644 …RETURN_IF_STRING_IS_EMPTY_OR_OVERSIZE(owner, Constants::OWNER_MAX_SIZE, "owner is empty or oversiz… in ProcDeleteAuthToken() 727 …RETURN_IF_STRING_IS_EMPTY_OR_OVERSIZE(owner, Constants::OWNER_MAX_SIZE, "owner is empty or oversiz… in ProcGetAuthenticatorInfo() 743 …RETURN_IF_STRING_IS_EMPTY_OR_OVERSIZE(owner, Constants::OWNER_MAX_SIZE, "owner is empty or oversiz… in ProcGetAllOAuthTokens() 764 RETURN_IF_STRING_IS_OVERSIZE(authType, Constants::OWNER_MAX_SIZE, "authType is oversize"); in ProcGetAuthList() 806 …RETURN_IF_STRING_IS_EMPTY_OR_OVERSIZE(owner, Constants::OWNER_MAX_SIZE, "owner is empty or oversiz… in ProcGetAllAccounts() 828 RETURN_IF_STRING_IS_OVERSIZE(owner, Constants::OWNER_MAX_SIZE, "owner is or oversize"); in ProcGetAllAccessibleAccounts() [all …]
|
/base/account/os_account/frameworks/appaccount/native/include/ |
D | app_account_constants.h | 61 constexpr std::size_t OWNER_MAX_SIZE = 1024; variable
|