Home
last modified time | relevance | path

Searched refs:valueIter (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dsvg_animate.cpp232 auto valueIter = values.begin(); in DiscreteWithValues() local
233 while (valueIter != (values.end() - 1)) { in DiscreteWithValues()
234 CreateKeyframe(animation, GetValue<T>(*valueIter), keyTime, GetCurve()); in DiscreteWithValues()
236 ++valueIter; in DiscreteWithValues()
257 auto valueIter = values.begin(); in DiscreteWithKeyTimes() local
259 while (valueIter != (values.end() - 2)) { in DiscreteWithKeyTimes()
260 CreateKeyframe(animation, GetValue<T>(*valueIter), *keyTimeIter, GetCurve()); in DiscreteWithKeyTimes()
261 ++valueIter; in DiscreteWithKeyTimes()
359 auto valueIter = values.begin() + 1; in LinearWithValues() local
360 while (valueIter ! in LinearWithValues()
382 auto valueIter = values.begin() + 1; LinearWithKeyTimes() local
527 auto valueIter = values.begin() + 1; SplineWithKeySplines() local
552 auto valueIter = values.begin() + 1; SplineWithKeyTimes() local
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/
H A Dbms_bundle_data_storage_database_test.cpp1656 for (auto valueIter = iter.value().begin(); valueIter != iter.value().end(); valueIter++) { in HWTEST_F()
1658 infoJson[iter.key()] = valueIter.value(); in HWTEST_F()
1707 for (auto valueIter = iter.value().begin(); valueIter != iter.value().end(); valueIter++) { in HWTEST_F()
1710 valueIter.key().c_str()); in HWTEST_F()
1712 infoJson[iter.key()] = valueIter.value(); in HWTEST_F()
1750 for (auto valueIter in HWTEST_F()
[all...]
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_server.cpp461 auto valueIter = subKeyIt->second.find("effect"); in SetExtraParameters() local
462 if (valueIter != subKeyIt->second.end()) { in SetExtraParameters()

Completed in 8 milliseconds