Home
last modified time | relevance | path

Searched refs:begin (Results 5376 - 5400 of 9300) sorted by relevance

1...<<211212213214215216217218219220>>...372

/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dlong_press_recognizer.cpp61 TouchEvent trackPoint = touchPoints_.begin()->second; in OnAccepted()
459 trackPoint = touchPoints_.begin()->second; in TriggerGestureJudgeCallback()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_gauge.cpp227 std::sort(colorStopArray.begin(), colorStopArray.end(), in SortColorStopOffset()
232 auto iter = std::unique(colorStopArray.begin(), colorStopArray.end(), in SortColorStopOffset()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_web_ffi.cpp72 for (auto iter = controller_map_.begin(); iter != controller_map_.end(); iter++) { in ExistController()
434 for (auto it = header.begin(); it != header.end(); ++it, ++i) { in WebRequestHeadersToMapToCFFIArray()
/foundation/arkui/ace_engine/frameworks/core/event/
H A Dkey_event.h519 if (std::find(pressedCodes.begin(), pressedCodes.end(), KeyCode::KEY_FN) != pressedCodes.end()) { in IsExactlyKey()
607 std::for_each(pressedCodes.begin(), pressedCodes.end(), in ToString()
/foundation/arkui/ace_engine/frameworks/core/components_v2/pattern_lock/
H A Drender_pattern_lock.cpp104 for (auto it = choosePoint_.begin(); it != choosePoint_.end(); it++) { in HandleCellTouchUp()
231 for (auto it = choosePoint_.begin(); it != choosePoint_.end(); it++) { in CheckChoosePoint()
/foundation/arkui/ace_engine/interfaces/native/node/
H A Danimate_impl.cpp109 animatorOption->begin = option->begin; in ConvertAnimatorOption()
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_dumper.cpp42 HILOG_DEBUG("Dump begin fd: %{public}d", fd); in Dump()
50 std::transform(args.begin(), args.end(), std::back_inserter(params), in Dump()
190 for (auto itr = accessibilityEventTable.begin(); itr != accessibilityEventTable.end(); ++itr) { in ConvertEventTypes()
H A Dutils.cpp270 for (auto iter = selectVec.begin(); iter != selectVec.end();) { in SelectUsefulFromVecWithSameBundle()
275 auto it = cmpVec.begin(); in SelectUsefulFromVecWithSameBundle()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_model.h141 std::for_each(shadows.begin(), shadows.end(), [](Shadow& sd) { sd.UpdateColorByResourceId(); }); in UpdateColorByResourceId()
145 std::for_each(colors.begin(), colors.end(), [](Color& cl) { cl.UpdateColorByResourceId(); }); in UpdateColorByResourceId()
/foundation/arkui/ace_engine/interfaces/napi/kits/inspector/
H A Djs_inspector.cpp97 return std::find_if(cbLayoutList_.begin(), cbLayoutList_.end(), [env, cb](const napi_ref& item) -> bool { in FindCbList()
105 return std::find_if(cbDrawList_.begin(), cbDrawList_.end(), [env, cb](const napi_ref& item) -> bool { in FindCbList()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bms_extension/
H A Dbms_extension_client.cpp64 for_each(abilityInfos.begin(), abilityInfos.end(), [this](auto &info) { in QueryLauncherAbility()
150 abilityInfos.insert(abilityInfos.end(), tmpAbilityInfos.begin(), tmpAbilityInfos.end()); in BatchQueryAbilityInfos()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_audio_connection.cpp107 for (it = g_audioDevices.begin(); it != g_audioDevices.end(); ++it) { in GetDeviceByAddr()
118 for (it = g_audioDevices.begin(); it != g_audioDevices.end(); ++it) { in GetDeviceByHandle()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_a2dp_source_server.cpp325 for (auto it = ret.codecInfoConfirmedCap.begin(); it != ret.codecInfoConfirmedCap.end(); it++) { in GetCodecStatus()
338 for (auto it = ret.codecInfoLocalCap.begin(); it != ret.codecInfoLocalCap.end(); it++) { in GetCodecStatus()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter_properties.cpp372 eirName.assign(subString.begin(), subString.end()); in SetEirData()
382 for (auto it = uuids_.begin(); it != uuids_.end(); it++) { in SetEirData()
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/
H A DOHAudioRoutingManager.cpp383 auto iter = std::find_if(ohAudioOnDeviceChangedCallbackArray_.begin(), ohAudioOnDeviceChangedCallbackArray_.end(), in UnsetDeviceChangeCallback()
491 auto iter = std::find_if(ohMicroPhoneBlockCallbackArray_.begin(), ohMicroPhoneBlockCallbackArray_.end(), in UnsetMicrophoneBlockedCallback()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/devicemanager/src/
H A Daudio_device_adapter_impl.cpp102 for (auto i = devAdapter->renderPorts_.begin(); i != devAdapter->renderPorts_.end();) { in HandleRenderParamEvent()
131 for (auto j = devAdapter->capturePorts_.begin(); j != devAdapter->capturePorts_.end();) { in HandleCaptureParamEvent()
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/
H A Dffmpeg_base_decoder.cpp420 if (std::find(supportedSampleFormats.begin(), supportedSampleFormats.end(), in CheckSampleFormat()
427 if (std::find(supportedSampleFormats.begin(), supportedSampleFormats.end(), in CheckSampleFormat()
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/example/
H A Doh_audio_capturer_lowlatency_test.cpp432 for (auto it = g_interactiveOptStrMap.begin(); it != g_interactiveOptStrMap.end(); it ++) { in PrintInteractiveUsage()
441 for (auto it = g_audioNdkTestType.begin(); it != g_audioNdkTestType.end(); it ++) { in PrintNdkTestUsage()
/foundation/multimedia/audio_framework/frameworks/native/toneplayer/src/
H A Dtoneplayer_impl.cpp158 if (std::find(supportedTones_.begin(), supportedTones_.end(), (int32_t)toneType) == supportedTones_.end()) { in LoadTone()
162 amplitudeType_ = std::count(TONE_TYPE_LIST.begin(), TONE_TYPE_LIST.end(), toneType_) > 0 ? in LoadTone()
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_graph_share_manager.cpp45 ref.resources.insert(ref.resources.end(), resources.begin(), resources.end()); in SetGlobalRenderNodeResources()
68 : rngOutputResources_(rngOutputResources.begin(), rngOutputResources.end()) in RenderNodeGraphShareDataManager()
/foundation/multimedia/av_codec/services/engine/common/
H A Dcodec_utils.cpp258 g_pixelFormatMap.begin(), g_pixelFormatMap.end(), in ConvertPixelFormatFromFFmpeg()
266 g_pixelFormatMap.begin(), g_pixelFormatMap.end(), in ConvertPixelFormatToFFmpeg()
/foundation/graphic/graphic_surface/surface/src/
H A Dnative_buffer.cpp291 auto it = std::find_if(NATIVE_COLORSPACE_TO_HDI_MAP.begin(), NATIVE_COLORSPACE_TO_HDI_MAP.end(), in OH_NativeBuffer_GetColorSpace()
342 auto it = std::find_if(NATIVE_METADATATYPE_TO_HDI_MAP.begin(), NATIVE_METADATATYPE_TO_HDI_MAP.end(), in OH_NativeBuffer_GetMatedataValueType()
/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/
H A Dexporter.cpp147 members.insert(members.end(), res.begin(), res.end()); in AutoExportObjectMembers()
419 elements_.insert(elements_.end(), vec.begin(), vec.end()); in AutoExport()
/foundation/graphic/graphic_2d/frameworks/surfaceimage/src/
H A Dsurface_image.cpp71 for (auto it = imageCacheSeqs_.begin(); it != imageCacheSeqs_.end(); it++) { in ~SurfaceImage()
272 for (auto it = imageCacheSeqs_.begin(); it != imageCacheSeqs_.end();) { in CheckImageCacheNeedClean()
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/
H A Dparagraph_builder_impl.cpp209 std::transform(txt.strutFontFamilies.begin(), txt.strutFontFamilies.end(), std::back_inserter(strutFonts), in TextStyleToSkStyle()
259 std::transform(txt.fontFamilies.begin(), txt.fontFamilies.end(), std::back_inserter(fonts), in ConvertTextStyleToSkStyle()

Completed in 25 milliseconds

1...<<211212213214215216217218219220>>...372