Searched refs:optionalTemplateIdList (Results 1 – 1 of 1) sorted by relevance
90 auto optionalTemplateIdList = GetPropertyTemplateIds(resultInfo); in GetPropertyForAuthResult() local91 IF_FALSE_LOGE_AND_RETURN_VAL(optionalTemplateIdList.has_value(), GENERAL_ERROR); in GetPropertyForAuthResult()92 std::vector<uint64_t> templateIdList = optionalTemplateIdList.value(); in GetPropertyForAuthResult()