Home
last modified time | relevance | path

Searched refs:find (Results 4876 - 4900 of 8472) sorted by relevance

1...<<191192193194195196197198199200>>...339

/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dpan_recognizer.cpp101 auto itr = touchPoints_.find(event.id); in HandleTouchUpEvent()
163 auto itr = touchPoints_.find(event.id); in HandleTouchMoveEvent()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnavigation_modifier.cpp235 while ((pos = safeAreaTypeStr.find(delimiter)) != std::string::npos) { in SetNavIgnoreLayoutSafeArea()
242 while ((pos = safeAreaEdgeStr.find(delimiter)) != std::string::npos) { in SetNavIgnoreLayoutSafeArea()
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_datashare_helper.cpp263 auto iter = settingObserverMap_.find(key); in RegisterObserver()
295 auto iter = settingObserverMap_.find(key); in UnregisterObserver()
308 HILOG_WARN("failed to find the key %{public}s", key.c_str()); in UnregisterObserver()
H A Daccessibility_screen_touch.cpp164 auto iter = CLICK_RESPONSE_TIME_MAP.find(clickResponseTime_); in GetRealClickResponseTime()
174 auto iter = IGNORE_REPEAT_CLICK_TIME_MAP.find(ignoreRepeatClickTime_); in GetRealIgnoreRepeatClickTime()
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Drepeat_virtual_scroll_node.cpp200 if (activeItems.find(index + baseIndex) != activeItems.end()) { in DoSetActiveChildRange()
206 if (cachedItems.find(index + baseIndex) != cachedItems.end()) { in DoSetActiveChildRange()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_process.cpp174 if (std::find(resourceNames.begin(), resourceNames.end(), bundleName) == resourceNames.end()) { in GetResourceInfoByColorModeChanged()
214 auto iter = extResourceInfos.find(curDynamicIconModule); in GetDynamicIcon()
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_input_sub_2_test.cpp505 auto containerNodeIter = textFieldManager->textFieldInfoMap_.find(currentId); in HWTEST_F()
509 auto containerNodeIter_2 = textFieldManager->textFieldInfoMap_.find(parrent_currentId); in HWTEST_F()
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_ble_central_manager_callback.cpp187 sysObservers.find(type) != sysObservers.end()) { in OnSysScanCallback()
289 if (observers.find(REGISTER_SYS_BLE_SCAN_TYPE) == observers.end()) { in OnStartOrStopScanEvent()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/verify/
H A Dverify_manager_host_impl.cpp49 if (path.find("..") != std::string::npos) { in IsValidPath()
550 auto it = bundleMutexMap_.find(bundleName); in GetBundleMutex()
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dstartable_object_controller.cpp287 if (auto it = operations_.find(queueId); it != operations_.end()) { in HasTasks()
299 if (auto it = operations_.find(queueId); it != operations_.end()) { in RunTasks()
/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/graphic/graphic_3d/lume/LumeEcsSerializer/Util/include/util/
H A Djson_util.h43 if (auto const pos = jsonData.find(element); pos) { in SafeGetJsonValue()
61 if (auto const pos = jsonData.find(element); pos) { in SafeGetJsonValue()
/foundation/multimedia/av_codec/frameworks/native/avcodec/
H A Davcodec_audio_codec_impl.cpp199 auto it = inputBufferObjMap_.find(index); in QueueInputBuffer()
254 auto it = outputBufferObjMap_.find(index); in ReleaseOutputBuffer()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Djson_util.h40 if (auto const pos = jsonData.find(element); pos) { in SafeGetJsonValue()
58 if (auto const pos = jsonData.find(element); pos) { in SafeGetJsonValue()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/dfx/
H A Drs_dirty_rects_dfx.cpp298 auto matchType = DIRTY_REGION_TYPE_MAP.find(dirtyType); in DrawAndTraceSingleDirtyRegionTypeForDFX()
352 auto matchType = DIRTY_REGION_DEBUG_TYPE_MAP.find(dirtyRegionDebugType); in DrawDetailedTypesOfDirtyRegionForDFX()
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_descriptor_cache.cpp281 auto it = map.find(fullName); in GetFontDescSharedPtrByFullName()
308 auto iter = map.find(name); in HandleMapIntersection()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/benchmarks/benchmark_dcl/
H A Ddrawing_playback.cpp38 return realPathStr.find(validFile) == 0; in IsValidFile()
462 return realPathStr.find(dclFileDir_) == 0; in IsValidFile()
/foundation/filemanagement/storage_service/services/storage_daemon/ipc/test/
H A Dstorage_daemon_test.cpp102 filePath.replace(filePath.find("%s"), 2, "el1"); in HWTEST_F()
103 filePath.replace(filePath.find("%d"), 2, std::to_string(StorageTest::USER_ID1)); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_canvas_drawing_render_node.cpp312 auto it = drawCmdLists_.find(type); in ApplyDrawCmdModifier()
453 auto it = GetDrawCmdModifiers().find(RSModifierType::CONTENT_STYLE); in GetSizeFromDrawCmdModifiers()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_visitor.h177 return nodeName.find(str) != std::string::npos; in CheckIfSurfaceForUIFirstDFX()
288 screenInfo_.whiteList.find(node.GetId()) != screenInfo_.whiteList.end()); in IsValidInVirtualScreen()
302 * 3. find the child background node, which is no transparency and completely filling the window
/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/image_processing/
H A Dimage_processing_native.cpp250 auto it = ERROR_MAP.find(errorCode); in AlgoErrorToNdk()
354 auto it = FORMAT_MAP.find(pixelMap->GetPixelFormat()); in ConvertPixelMapToSurfaceBuffer()
/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H A Dnapi_control_command.cpp84 auto it = commandMap_.find(cmd); in GetValue()
109 auto it = commandMap_.find(cmd); in SetValue()
H A Dnapi_cast_control_command.cpp81 auto it = commandMap_.find(cmd); in GetValue()
106 auto it = commandMap_.find(cmd); in SetValue()
/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/
H A Dcamera_napi_object.h60 if (valueType == napi_undefined && optionalKeys_.find(it.first) != optionalKeys_.end()) { in ParseNapiObjectToMap()
97 return settedKeys_.find(key) != settedKeys_.end(); in IsKeySetted()
/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/
H A Dcamera_video.cpp284 if (std::find(previewFormats.begin(), previewFormats.end(), CAMERA_FORMAT_YUV_420_SP) in main()
302 if (std::find(videoFormats.begin(), videoFormats.end(), CAMERA_FORMAT_YUV_420_SP) in main()

Completed in 22 milliseconds

1...<<191192193194195196197198199200>>...339