Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dsimple_auth_context.cpp90 auto optionalTemplateIdList = GetPropertyTemplateIds(resultInfo); in GetPropertyForAuthResult() local
91 IF_FALSE_LOGE_AND_RETURN_VAL(optionalTemplateIdList.has_value(), GENERAL_ERROR); in GetPropertyForAuthResult()
92 std::vector<uint64_t> templateIdList = optionalTemplateIdList.value(); in GetPropertyForAuthResult()