/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/ |
H A D | a2dp_codec_factory.cpp | 76 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 D | codeclist_inner_mock.cpp | 95 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 D | build_jsvm_inter.sh | 91 | awk '{ print $1 }' | sort > ${dynsyms_path} 94 | sort > ${funcsysms_path}
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aging/ |
H A D | aging_util.cpp | 31 sort(bundles.begin(), bundles.end(), SortTwoAgingBundleInfos); in SortAgingBundles()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/integration_test/ |
H A D | device_manager_test.cpp | 75 std::sort(m_remoteList.begin(), m_remoteList.end()); in WaitNetworkSizeMoreThan()
|
/foundation/resourceschedule/work_scheduler/services/native/src/ |
H A D | work_queue.cpp | 34 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 D | codeclist_capi_mock.cpp | 139 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 D | gpu_program_util.cpp | 101 // 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 D | handler.cpp | 92 std::sort(msgQueue_.begin(), msgQueue_.end(), std::greater<Message>());
in SendCastMessage()
|
/foundation/CastEngine/castengine_cast_plus_stream/src/utils/src/ |
H A D | handler.cpp | 92 std::sort(msgQueue_.begin(), msgQueue_.end(), std::greater<Message>()); in SendCastMessage()
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/ |
H A D | render_light_helper.h | 66 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 D | router_base.h | 62 sort(descs.begin(), descs.end(), compare); in GetLatestConnectDeivce()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/ipc_conn/ |
H A D | mod.rs | 45 keys.sort();
|
/foundation/filemanagement/app_file_service/tools/backup_tool/src/ |
H A D | tools_op.cpp | 68 // 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 D | rs_graphic_test_ext.cpp | 90 sort(infos.begin(), infos.end(), Cmp); in GetAllTestInfos()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/ |
H A D | bundle_resource_host_impl.cpp | 123 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 D | avcodec_e2e_demo_api10.cpp | 90 frameList.sort(FrameCompare); in sortFrame() 106 frameList.sort(FrameCompare); in OnDecOutputDataAvailable()
|
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | keyframe_animation.h | 44 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 D | foreach_element.cpp | 29 // 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 D | dash_adpt_set_manager.cpp | 64 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 D | rs_node_stats.cpp | 108 std::sort(rsNodeStatsVec_.begin(), rsNodeStatsVec_.end()); in SortNodeStats()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_render_display_sync.cpp | 135 std::sort(divisorRates.begin(), divisorRates.end()); in CalcSkipRateCount()
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | render_preprocessor_system.cpp | 117 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 D | bms_bundle_get_window_properties_test.cpp | 231 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 D | inner_demuxer_sample.cpp | 109 videoIndexPtsList.sort(); in ReadSampleAndSave() 110 audioIndexPtsList.sort(); in ReadSampleAndSave()
|