Home
last modified time | relevance | path

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

/base/account/os_account/services/accountmgr/src/appaccount/
Dapp_account_authenticator_session_manager.cpp167 std::string key = request.callerAbilityName + std::to_string(request.callerUid); in OpenSession()
288 std::string key = request.callerAbilityName + std::to_string(request.callerUid); in CloseSession()
Dapp_account_manager_service.cpp68 request.callerAbilityName = options.GetStringParam(Constants::KEY_CALLER_ABILITY_NAME); in AddAccountImplicitly()
98 … request.callerAbilityName = options.parameters.GetStringParam(Constants::KEY_CALLER_ABILITY_NAME); in CreateAccountImplicitly()
321 request.callerAbilityName = options.GetStringParam(Constants::KEY_CALLER_ABILITY_NAME); in Authenticate()
/base/account/os_account/frameworks/appaccount/native/include/
Dapp_account_common.h98 std::string callerAbilityName = UNKONW_STRING_VALUE; member