Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/script/script_interpreter/
H A Dscript_context.cpp604 std::vector<UScriptValuePtr> retValues = value->GetValues(); in GetRightCompluteValue() local
605 if (retValues.size() == 0 || retValues.size() > 1) { in GetRightCompluteValue()
608 return retValues[0]; in GetRightCompluteValue()