/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | pan_recognizer.cpp | 101 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 D | navigation_modifier.cpp | 235 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 D | accessibility_datashare_helper.cpp | 263 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 D | accessibility_screen_touch.cpp | 164 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 D | repeat_virtual_scroll_node.cpp | 200 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 D | bundle_resource_process.cpp | 174 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 D | text_input_sub_2_test.cpp | 505 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 D | napi_bluetooth_ble_central_manager_callback.cpp | 187 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 D | verify_manager_host_impl.cpp | 49 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 D | startable_object_controller.cpp | 287 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 D | ffmpeg_base_decoder.cpp | 420 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 D | json_util.h | 43 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 D | avcodec_audio_codec_impl.cpp | 199 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 D | json_util.h | 40 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 D | rs_dirty_rects_dfx.cpp | 298 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 D | font_descriptor_cache.cpp | 281 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 D | drawing_playback.cpp | 38 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 D | storage_daemon_test.cpp | 102 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 D | rs_canvas_drawing_render_node.cpp | 312 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 D | rs_uni_render_visitor.h | 177 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 D | image_processing_native.cpp | 250 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 D | napi_control_command.cpp | 84 auto it = commandMap_.find(cmd); in GetValue() 109 auto it = commandMap_.find(cmd); in SetValue()
|
H A D | napi_cast_control_command.cpp | 81 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 D | camera_napi_object.h | 60 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 D | camera_video.cpp | 284 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()
|