Home
last modified time | relevance | path

Searched refs:begin (Results 9226 - 9250 of 10518) sorted by relevance

1...<<361362363364365366367368369370>>...421

/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H A Dbundle_manager_convert.cpp442 for (auto it = data.begin(); it != data.end(); ++it) { in ConvertArrDataItem()
/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/
H A Dwater_flow_top_down_test.cpp74 auto lastItem = info->items_[0].begin()->second.rbegin(); in HWTEST_F()
/foundation/communication/bluetooth/frameworks/js/napi/src/parser/
H A Dnapi_parser_utils.cpp578 outObj.value = std::string(vec.begin(), vec.end()); in NapiParseObject()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hfp_ag.cpp125 for (auto it = ori.begin(); it != ori.end(); it++) { in GetConnectedDevices()
/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_bluetooth_utils.cpp750 if (std::find(names.begin(), names.end(), name) == names.end()) { in NapiCheckObjectPropertiesName()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dadapter_manager.cpp668 if (std::find(otherDevices.begin(), otherDevices.end(), device) == otherDevices.end()) { in RemoveDeviceProfileConfig()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_camera_cubemap.cpp498 dc0.counts.insert(dc0.counts.end(), dc1.counts.begin(), dc1.counts.end()); in InitCreateBinders()
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Dpa_adapter_manager.cpp826 for (auto bit = chSetToPaPositionMap.begin(); bit != chSetToPaPositionMap.end(); ++bit) { in ConvertChLayoutToPaChMap()
/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/
H A Drender_data_store_post_process.cpp247 for (auto ppIter = iter->second.postProcesses.begin(); ppIter != iter->second.postProcesses.end(); ++ppIter) { in Destroy()
/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dbuffer_queue_test.cpp393 for (auto it = cache.begin(); it != cache.end(); it++) { in HWTEST_F()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/remote/
H A Dremote_audio_capturer_source.cpp161 for (auto it = allRemoteSources.begin(); it != allRemoteSources.end(); it++) { in GetAllInstance()
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_parser_util.cpp380 std::transform(iIter->array_.begin(), iIter->array_.end(), std::back_inserter(attachmentVector), in ParseRenderpass()
/foundation/multimedia/audio_framework/services/audio_policy/test/example/
H A Daudio_policy_test.cpp553 for (auto it = focusInfoList.begin(); it != focusInfoList.end(); ++it) { in PrintFocusInfoList()
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/spatialization/
H A Daudio_spatialization_service.cpp571 for (auto it = spatializationStateCBMap_.begin(); it != spatializationStateCBMap_.end(); ++it) { in HandleSpatializationStateChange()
/foundation/multimedia/audio_framework/frameworks/native/audioadapter/src/
H A Dpulse_audio_service_adapter_impl.cpp424 CHECK_AND_CONTINUE_LOG(std::find(remoteSinks.begin(), remoteSinks.end(), sink) == remoteSinks.end(), in SetLocalDefaultSink()
/foundation/multimedia/audio_framework/services/audio_policy/test/unittest/audio_interrupt_service_test/src/
H A Daudio_interrupt_unit_test.cpp390 auto it = pairList.begin(); in HWTEST()
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dnode_context_descriptor_set_manager_vk.cpp215 auto oldRes = std::partition(pendingDeallocations_.begin(), pendingDeallocations_.end(), in BeginFrame()
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_state.cpp305 SLOGI("begin to set omx to idle"); in OnStart()
404 SLOGI("omx now idle, begin to set omx to executing"); in OnCodecEvent()
519 SLOGI("output port settings changed, begin to ask omx to disable out port"); in OnCodecEvent()
550 SLOGI("receive %s msg, begin to set omx to idle", info.type == MsgWhat::RELEASE ? "release" : "stop"); in OnShutDown()
564 SLOGI("begin to ask omx to flush"); in OnFlush()
655 if (std::none_of(codec_->outputBufferPool_.begin(), codec_->outputBufferPool_.end(), [](const BufferInfo& info) { in OnCheckIfStuck()
703 SLOGI("begin to ask omx to enable out port"); in HandleOutputPortDisabled()
937 SLOGI("begin to set omx to loaded"); in ChangeOmxNodeToLoadedState()
/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H A Ddemuxer_plugin_manager.cpp189 MEDIA_LOG_D("InitDefaultPlay begin"); in InitDefaultPlay()
225 auto iter = std::find_if(trackInfoMap_.begin(), trackInfoMap_.end(), in GetTrackInfoByStreamID()
291 MEDIA_LOG_I("LoadCurrentSubtitleDemuxerPlugin begin"); in LoadCurrentSubtitlePlugin()
506 MEDIA_LOG_I("StartPlugin begin. id = " PUBLIC_LOG_D32, streamId); in StartPlugin()
526 MEDIA_LOG_I("StopPlugin begin. id = " PUBLIC_LOG_D32, streamId); in StopPlugin()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_system_properties.cpp819 bool res = std::find(targetVec.begin(), targetVec.end(), node) != targetVec.end(); in FindNodeInTargetList()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/modifier/
H A Drs_render_property.cpp614 info.erase(std::remove_if(info.begin(), info.end(), [](auto c) { return c == '\t' || c == '\n'; }), in Dump()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/text_line_napi/
H A Djs_text_line.cpp539 for (auto it = offsetMap.begin(); it != offsetMap.end(); ++it) { in OnEnumerateCaretOffsets()
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_file.cpp121 if (std::find(std::begin(headerPidList_), std::end(headerPidList_), pid) != std::end(headerPidList_)) { in AddHeaderPid()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_thread.cpp782 auto pid = *(this->exitedPidSet_.begin()); in PostClearMemoryTask()
/foundation/multimedia/media_foundation/interface/inner_api/meta/
H A Dmeta.h468 MapIt begin() const // to support for (auto e : Meta), must use begin/end name in begin() function in OHOS::Media::Meta

Completed in 37 milliseconds

1...<<361362363364365366367368369370>>...421