Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/frameworks/appaccount/native/include/
H A Dapp_account_constants.h64 constexpr std::size_t ABILITY_NAME_MAX_SIZE = 512; variable
/ohos5.0/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account.cpp70 Constants::ABILITY_NAME_MAX_SIZE, "abilityName is empty or oversize"); in AddAccountImplicitly()
101 Constants::ABILITY_NAME_MAX_SIZE, "abilityName is empty or oversize"); in CreateAccountImplicitly()
260 Constants::ABILITY_NAME_MAX_SIZE, "abilityName is empty or oversize"); in Authenticate()
/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_stub.cpp374 Constants::ABILITY_NAME_MAX_SIZE, "abilityName is empty or oversize", reply); in ProcAddAccountImplicitly()
425 Constants::ABILITY_NAME_MAX_SIZE, "abilityName is empty or oversize", reply); in ProcCreateAccountImplicitly()
630 Constants::ABILITY_NAME_MAX_SIZE, "abilityName is empty or oversize", reply); in ProcAuthenticate()