/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_textarea.cpp | 151 if (textareaAttrIter != textAreaAttrMap.end()) { in SetSpecializedAttr() 248 if (textareaStyleIter != textAreaStyleMap.end()) { in SetSpecializedStyle()
|
/foundation/arkui/ace_engine/test/unittest/core/gestures/ |
H A D | parallel_recognizer_test_ng.cpp | 50 recognizers.insert(recognizers.end(), clickRecognizerPtr2); in HWTEST_F() 87 recognizers.insert(recognizers.end(), exclusiveRecognizerPtr); in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_pattern_testfive_ng.cpp | 190 richEditorPattern->paragraphs_.AddParagraph({ .paragraph = paragraph, .start = 0, .end = 10 }); in HWTEST_F() 334 richEditorPattern->paragraphs_.AddParagraph({ .paragraph = paragraph, .start = 0, .end = 100 }); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/ |
H A D | page_pattern.cpp | 168 if (!NearEqual(frame.GetY(), safeArea.top_.end)) { in ProcessShowState() 393 if (iter != jsAnimatorMap_.end()) { in GetJsAnimator()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/ |
H A D | timepicker_row_pattern.h | 372 auto iter = std::find_if(timePickerColumns_.begin(), timePickerColumns_.end(), [tag](const auto& c) { in GetColumn() 376 return (iter == timePickerColumns_.end()) ? nullptr : (*iter).Upgrade(); in GetColumn()
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | node_node_relative_container.cpp | 69 guideline->styles[index].end = value; in OH_ArkUI_GuidelineOption_SetPositionEnd() 101 return guideline->styles[index].end; in OH_ArkUI_GuidelineOption_GetPositionEnd()
|
/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()
|