Searched refs:ParseInternalArray (Results 1 - 2 of 2) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_textpicker.h | 58 static bool ParseInternalArray(const JSRef<JSArray>& jsRangeValue, std::vector<uint32_t>& selecteds,
|
H A D | js_textpicker.cpp | 675 bool JSTextPickerParser::ParseInternalArray(const JSRef<JSArray>& jsRangeValue, std::vector<uint32_t>& selectedValues, in ParseInternalArray() function in OHOS::OHOS::Ace::Framework::JSTextPickerParser 716 ParseInternalArray(getChildren, selectedValues, values, index + 1, isHasSelectAttr); in ParseInternalArray() 775 return ParseInternalArray(getRange, selectedValues, values, 0, attr.isHasSelectAttr); in ParseCascadeTextArray()
|
Completed in 5 milliseconds