Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dview_data_wrap_ohos.cpp123 std::vector<AbilityBase::AutoFillType> hintVector = { in HintToAutoFillType() local
144 if (intType < 0 || (size_t)intType >= hintVector.size()) { in HintToAutoFillType()
145 return hintVector[0]; in HintToAutoFillType()
147 return hintVector[intType]; in HintToAutoFillType()