Home
last modified time | relevance | path

Searched refs:ABILITY_NAME_MAX_SIZE (Results 1 – 3 of 3) sorted by relevance

/base/account/os_account/frameworks/appaccount/native/include/
Dapp_account_constants.h64 constexpr std::size_t ABILITY_NAME_MAX_SIZE = 512; variable
/base/account/os_account/frameworks/appaccount/native/src/
Dapp_account.cpp78 Constants::ABILITY_NAME_MAX_SIZE, "abilityName is empty or oversize"); in AddAccountImplicitly()
103 Constants::ABILITY_NAME_MAX_SIZE, "abilityName is empty or oversize"); in CreateAccountImplicitly()
223 Constants::ABILITY_NAME_MAX_SIZE, "abilityName is empty or oversize"); in Authenticate()
/base/account/os_account/services/accountmgr/src/appaccount/
Dapp_account_stub.cpp354 Constants::ABILITY_NAME_MAX_SIZE, "abilityName is empty or oversize", reply); in ProcAddAccountImplicitly()
405 Constants::ABILITY_NAME_MAX_SIZE, "abilityName is empty or oversize", reply); in ProcCreateAccountImplicitly()
611 Constants::ABILITY_NAME_MAX_SIZE, "abilityName is empty or oversize", reply); in ProcAuthenticate()