Home
last modified time | relevance | path

Searched refs:sort (Results 1 - 25 of 167) sorted by relevance

1234567

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/
H A Da2dp_codec_factory.cpp76 indexedSourceCodecs_.sort(OrderCodecPriority); in Initialize()
79 indexedSinkCodecs_.sort(OrderCodecPriority); in Initialize()
229 indexedSourceCodecs_.sort(OrderCodecPriority); in UpdateCodecPriority()
231 indexedSinkCodecs_.sort(OrderCodecPriority); in UpdateCodecPriority()
/foundation/multimedia/av_codec/test/unittest/codeclist_test/inner/
H A Dcodeclist_inner_mock.cpp95 std::sort(ret.begin(), ret.end()); in GetAudioSupportedSampleRates()
217 std::sort(ret.begin(), ret.end()); in GetVideoSupportedPixelFormats()
237 std::sort(ret.begin(), ret.end()); in GetSupportedProfiles()
253 std::sort(levelsmatch->second.begin(), levelsmatch->second.end()); in GetSupportedLevelsForProfile()
/foundation/arkui/napi/jsvm/
H A Dbuild_jsvm_inter.sh91 | awk '{ print $1 }' | sort > ${dynsyms_path}
94 | sort > ${funcsysms_path}
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aging/
H A Daging_util.cpp31 sort(bundles.begin(), bundles.end(), SortTwoAgingBundleInfos); in SortAgingBundles()
/foundation/communication/dsoftbus/tests/sdk/transmission/integration_test/
H A Ddevice_manager_test.cpp75 std::sort(m_remoteList.begin(), m_remoteList.end()); in WaitNetworkSizeMoreThan()
/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_queue.cpp34 workList_.sort(WorkComp()); in OnConditionChanged()
108 workList_.sort(WorkComp()); in Push()
166 workList_.sort(WorkComp()); in GetWorkToRunByPriority()
/foundation/multimedia/av_codec/test/unittest/codeclist_test/capi/
H A Dcodeclist_capi_mock.cpp139 std::sort(retVector.begin(), retVector.end()); in GetAudioSupportedSampleRates()
333 std::sort(retVector.begin(), retVector.end()); in GetVideoSupportedPixelFormats()
353 std::sort(retVector.begin(), retVector.end()); in GetSupportedProfiles()
373 std::sort(retVector.begin(), retVector.end()); in GetSupportedLevelsForProfile()
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_program_util.cpp101 // sort bindings inside sets in CombinePipelineLayouts()
104 std::sort(currSet.bindings.begin(), currSet.bindings.end(), in CombinePipelineLayouts()
150 std::sort(outSc.begin(), outSc.end(), [](const auto& lhs, const auto& rhs) { return (lhs.offset < rhs.offset); }); in CombineSpecializationConstants()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/src/
H A Dhandler.cpp92 std::sort(msgQueue_.begin(), msgQueue_.end(), std::greater<Message>()); in SendCastMessage()
/foundation/CastEngine/castengine_cast_plus_stream/src/utils/src/
H A Dhandler.cpp92 std::sort(msgQueue_.begin(), msgQueue_.end(), std::greater<Message>()); in SendCastMessage()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_light_helper.h66 std::sort(sortedFlags.begin(), sortedFlags.end(), [](const auto& lhs, const auto& rhs) { in SortLights()
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/routers/
H A Drouter_base.h62 sort(descs.begin(), descs.end(), compare); in GetLatestConnectDeivce()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/ipc_conn/
H A Dmod.rs45 keys.sort();
/foundation/filemanagement/app_file_service/tools/backup_tool/src/
H A Dtools_op.cpp68 // sort with ascending order in Register()
69 std::sort(opsAvailable_.begin(), opsAvailable_.end(), [](const ToolsOp &lop, const ToolsOp &rop) { in Register()
/foundation/graphic/graphic_2d/graphic_test/graphic_test_framework/src/
H A Drs_graphic_test_ext.cpp90 sort(infos.begin(), infos.end(), Cmp); in GetAllTestInfos()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_host_impl.cpp123 APP_LOGD("need sort by label"); in GetAllBundleResourceInfo()
124 std::sort(bundleResourceInfos.begin(), bundleResourceInfos.end(), in GetAllBundleResourceInfo()
169 APP_LOGD("need sort by label"); in GetAllLauncherAbilityResourceInfo()
170 std::sort(launcherAbilityResourceInfos.begin(), launcherAbilityResourceInfos.end(), in GetAllLauncherAbilityResourceInfo()
/foundation/multimedia/av_codec/test/nativedemo/e2e_demo/
H A Davcodec_e2e_demo_api10.cpp90 frameList.sort(FrameCompare); in sortFrame()
106 frameList.sort(FrameCompare); in OnDecOutputDataAvailable()
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dkeyframe_animation.h44 keyframes_.sort([](const RefPtr<Keyframe<T>>& a, const RefPtr<Keyframe<T>>& b) { in AddKeyframe()
/foundation/arkui/ace_engine/frameworks/core/components_part_upd/foreach/
H A Dforeach_element.cpp29 // sort lift of child Elements by their slot in CompareSlots()
78 oldChildElements.sort(CompareSlots); // needs sorting by their slot to match the order of oldIds array in RemoveUnusedChildElementsFromRegistery()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_adpt_set_manager.cpp64 this->representationList_.sort(SortByBitrate); in Init()
192 return *(--it); // list sort up in GetHighRepresentation()
202 return (*it); // list sort up in GetLowRepresentation()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_node_stats.cpp108 std::sort(rsNodeStatsVec_.begin(), rsNodeStatsVec_.end()); in SortNodeStats()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_display_sync.cpp135 std::sort(divisorRates.begin(), divisorRates.end()); in CalcSkipRateCount()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_preprocessor_system.cpp117 std::sort(materialProperties.begin(), materialProperties.end(), in GatherMaterialProperties()
496 std::sort(meshComponents_.begin(), noBatchComponent, in Update()
502 std::sort(noBatchComponent, noInstancing, [](const SortData& lhs, const SortData& rhs) { in Update()
542 // finally sort the non instanced by entity id in Update()
543 std::sort(noInstancing, meshComponents_.end(), in Update()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_get_window_properties_test.cpp231 sort(innerVec.begin(), innerVec.end()); in CheckWindowProperty2()
232 sort(modeVec.begin(), modeVec.end()); in CheckWindowProperty2()
/foundation/multimedia/av_codec/test/moduletest/demuxer/src/InnerAPI/
H A Dinner_demuxer_sample.cpp109 videoIndexPtsList.sort(); in ReadSampleAndSave()
110 audioIndexPtsList.sort(); in ReadSampleAndSave()

Completed in 14 milliseconds

1234567