Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_device_manager.cpp819 std::make_move_iterator(nonLocalSpeakerDevices.begin()), in ReorderAudioDevices()
820 std::make_move_iterator(nonLocalSpeakerDevices.end())); in ReorderAudioDevices()
835 std::make_move_iterator(remoteCastDevices.begin()), in ReorderAudioDevices()
836 std::make_move_iterator(remoteCastDevices.end())); in ReorderAudioDevices()
/ohos5.0/foundation/resourceschedule/ffrt/src/sync/
H A Dpoller.cpp322 std::make_move_iterator(eventVec.begin()), std::make_move_iterator(eventVec.end())); in CacheEventsAndDoMask()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.cpp217 …target.insert(target.end(), std::make_move_iterator(source.begin()), std::make_move_iterator(sourc… in InsertToEnd()
928 std::make_move_iterator(skipTransactionDataVec.begin()), in CacheCommands()
929 std::make_move_iterator(skipTransactionDataVec.end())); in CacheCommands()
1145 std::make_move_iterator(transactionVec.begin()), std::make_move_iterator(iter)); in CheckAndUpdateTransactionIndex()
1224 … std::make_move_iterator(it->second.begin()), std::make_move_iterator(it->second.end())); in ProcessCommandForDividedRender()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Diterator.h513 constexpr move_iterator<Iter> make_move_iterator(Iter i) in make_move_iterator() function