/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | pan_recognizer.cpp | 102 if (itr == touchPoints_.end()) { in HandleTouchUpEvent() 164 if (itr == touchPoints_.end()) { in HandleTouchMoveEvent()
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/pattern_lock/ |
H A D | render_pattern_lock.cpp | 104 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/frameworks/core/image/ |
H A D | image_source_info.cpp | 63 std::transform(head.begin(), head.end(), head.begin(), [](unsigned char c) { return std::tolower(c); }); in IsPngSource() 101 std::transform(head.begin(), head.end(), head.begin(), [](unsigned char c) { return std::tolower(c); }); in ResolveURIType()
|
/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_dumper.cpp | 50 std::transform(args.begin(), args.end(), std::back_inserter(params), in Dump() 66 HILOG_INFO("Dump end"); in Dump() 190 for (auto itr = accessibilityEventTable.begin(); itr != accessibilityEventTable.end(); ++itr) { in ConvertEventTypes()
|
H A D | accessibility_datashare_helper.cpp | 264 if (iter != settingObserverMap_.end() && iter->second != nullptr) { in RegisterObserver() 296 if (iter != settingObserverMap_.end() && iter->second != nullptr) { in UnregisterObserver()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_user_mgr_host_impl.cpp | 109 APP_LOGI("CreateNewUser end userId: (%{public}d)", userId); in CreateNewUser() 198 if (std::find(disallowList.begin(), disallowList.end(), in GetAllPreInstallBundleInfos() 199 preInfo.GetBundleName()) != disallowList.end()) { in GetAllPreInstallBundleInfos() 299 APP_LOGI("RemoveUser end userId: (%{public}d)", userId); in ProcessRemoveUser() 379 APP_LOGI("InnerUninstallBundle for userId: %{public}d end", userId); in InnerUninstallBundle()
|
H A D | zip_file.cpp | 73 // central dir can't overlap end of central dir in CheckEndDir() 75 APP_LOGE("end dir format error"); in CheckEndDir() 87 APP_LOGE("parse EOCD file length(%{public}llu) <= end dir length(%{public}llu)", fileStartPos_, fileLength_); in ParseEndDirectory() 248 return entriesMap_.find(entryName) != entriesMap_.end(); in HasEntry() 278 if (iter != entriesMap_.end()) { in GetEntry()
|
H A D | user_unlocked_event_subscriber.cpp | 211 APP_LOGI("UpdateAppDataDirSelinuxLabel userId:%{public}d end", userId); in UpdateAppDataDirSelinuxLabel() 227 auto it = std::find_if(reqPermissions.begin(), reqPermissions.end(), [](const std::string &permission) { in ProcessUpdateAppDataDir() 230 if (it == reqPermissions.end()) { in ProcessUpdateAppDataDir() 296 APP_LOGI_NOFUNC("process new back up dir, end"); in ProcessNewBackupDir()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/ |
H A D | span_accessibility_test_ng.cpp | 162 aiSpan1.end = aiSpan1.content.length(); in HWTEST_F() 279 aiSpan1.end = aiSpan1.content.length(); in HWTEST_F()
|
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_canvas.h | 136 * starts from the end point of the last line. 138 * @param endPoint Indicates the end point of the straight line. 149 * @param endPoint Indicates the coordinates of the end point. 160 * the drawing starts from the end point of the last line. 165 * @param endPoint Indicates the coordinates of the end point of the cubic Bezier curve. 180 * @param endPoint Indicates the coordinates of the end point of the cubic Bezier curve. 233 * When the start angle is smaller than the end angle, the sector is drawn clockwise. 240 * @param endAngle Indicates the end angle of the sector. Value <b>0</b> indicates the 12-o'clock direction, 252 * When the start angle is smaller than the end angle, the sector is drawn clockwise. 259 * @param endAngle Indicates the end angl 458 Point end; global() member 465 Point end; global() member [all...] |
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
H A D | keys.h | 118 KEYWORD(END, end) // date picker-view attr 133 KEYWORD(FLEX_END, flex-end) // layout style 242 KEYWORD(SCROLLEND, scrollend) // scroll end event listener 272 KEYWORD(STOP, stop) // image-animator stop event, video component end event tag 345 // Reused by the struct end
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_input_sub_2_test.cpp | 506 EXPECT_TRUE(containerNodeIter == textFieldManager->textFieldInfoMap_.end()); in HWTEST_F() 510 EXPECT_FALSE(containerNodeIter_2 == textFieldManager->textFieldInfoMap_.end()); 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/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_a2dp_source_server.cpp | 325 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 D | classic_adapter_properties.cpp | 372 eirName.assign(subString.begin(), subString.end()); in SetEirData() 382 for (auto it = uuids_.begin(); it != uuids_.end(); it++) { in SetEirData()
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/ |
H A D | interface_helpers.h | 386 v1.insert(v1.end(), v2.begin(), v2.end()); \
|
/foundation/multimedia/audio_framework/services/audio_service/common/src/ |
H A D | audio_process_config.cpp | 100 if (std::find(AUDIO_SUPPORTED_STREAM_USAGES.begin(), AUDIO_SUPPORTED_STREAM_USAGES.end(), tmpUsage) == 101 AUDIO_SUPPORTED_STREAM_USAGES.end()) {
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/ |
H A D | render_data_store_default_staging.cpp | 213 staging.bufferImageCopies.end(), bufferImageCopies.begin(), bufferImageCopies.end()); in CopyBufferToImage()
|
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/include/ |
H A D | audio_renderer_private.h | 286 callbacks_.erase(std::remove(callbacks_.begin(), callbacks_.end(), callback), callbacks_.end()); in RemoveCallback()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/ |
H A D | rs_round_corner_config.cpp | 39 str.erase(remove(str.begin(), str.end(), ' '), str.end()); in RegexMatchNum()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/dfx/ |
H A D | rs_dirty_rects_dfx.cpp | 299 if (matchType == DIRTY_REGION_TYPE_MAP.end()) { in DrawAndTraceSingleDirtyRegionTypeForDFX() 353 if (matchType != DIRTY_REGION_DEBUG_TYPE_MAP.end()) { in DrawDetailedTypesOfDirtyRegionForDFX()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
H A D | rs_display_render_node.h | 251 if (currentFrameSurfacePos_.find(lastFrameSurfacePo.first) == currentFrameSurfacePos_.end()) { in GetSurfaceChangedRects() 256 if (lastFrameSurfacePos_.find(currentFrameSurfacePo.first) == lastFrameSurfacePos_.end()) { in GetSurfaceChangedRects()
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/benchmarks/benchmark_dcl/ |
H A D | drawing_playback.cpp | 173 auto end = std::chrono::system_clock::now(); in PrintDurationTime() local 174 auto duration = std::chrono::duration_cast<std::chrono::nanoseconds> (end - start); in PrintDurationTime() 210 std::cout << "press any key to draw one skp in OH.(end)" << std::endl; in ReplayMSKP() 229 std::cout << "press any key to draw one frame.(end)" << std::endl; in ReplaySKP()
|
/foundation/graphic/graphic_2d/frameworks/surfaceimage/test/systemtest/ |
H A D | native_image_opengl_system_test.cpp | 58 const char* end = extensions + strlen(extensions); in CheckEglExtension() local 60 while (extensions < end) { in CheckEglExtension()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/ |
H A D | paragraph_builder_impl.cpp | 209 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()
|