Searched refs:callerAbilityName (Results 1 – 3 of 3) sorted by relevance
167 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()
68 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()
98 std::string callerAbilityName = UNKONW_STRING_VALUE; member