Home
last modified time | relevance | path

Searched refs:optionalTemplateIdList (Results 1 - 1 of 1) sorted by relevance

/base/useriam/user_auth_framework/services/context/src/
H A Dsimple_auth_context.cpp51 auto optionalTemplateIdList = scheduleNode->GetTemplateIdList(); in GetPropertyForAuthResult() local
52 IF_FALSE_LOGE_AND_RETURN_VAL(optionalTemplateIdList.has_value(), GENERAL_ERROR); in GetPropertyForAuthResult()
53 std::vector<uint64_t> templateIdList = optionalTemplateIdList.value(); in GetPropertyForAuthResult()

Completed in 2 milliseconds