Home
last modified time | relevance | path

Searched refs:find (Results 4926 - 4950 of 7282) sorted by relevance

1...<<191192193194195196197198199200>>...292

/foundation/ability/ability_runtime/services/uripermmgr/src/
H A Duri_permission_utils.cpp284 return (uri.GetAuthority() == "docs" && uri.ToString().find(NET_WORK_ID_MARK) != std::string::npos); in IsDocsCloudUri()
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/
H A Di_cast_stream_manager.cpp101 auto iter = streamActionProcessor_.find(action); in ProcessActionsEvent()
/foundation/ability/ability_runtime/service_router_framework/services/srms/include/
H A Dbundle_info_resolve_util.h61 auto item = BUSINESS_TYPE_MAP.find(LowerStr(businessType)); in findBusinessType()
/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_dom.cpp297 if (value.find("url(") == 0) {
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_layout_info.h79 auto startLine = gridMatrix_.find(startMainLineIndex_); in UpdateStartIndexByStartLine()
163 * @brief Traverse the matrix backward to find the last item index, starting from Line [endLine].
197 * @brief Perform a binary search to find item with [index] in the gridMatrix_.
211 * @brief Tries to find the item between startMainLine and endMainLine.
213 * @param target The target item to find.
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/safe_area/
H A Dsafe_area_manager.cpp307 if (needExpandNodes_.find(node) == needExpandNodes_.end()) { in AddNodeToExpandListIfNeeded()
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dgrid_system_manager.cpp115 auto iter = SYSTEM_GRID_TYPES.find(columnType); in GetInfoByType()
133 LOGE("not find column type: %d", columnType); in GetInfoByType()
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_wrapper_node.cpp51 auto iter = childrenMap_.find(index); in GetOrCreateChildByIndex()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_height_offset_calculator.h122 auto itor = itemPosition_.find(startIndex); in GetLazyForEachIndexAverageHeight()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item_group/
H A Dmenu_item_group_layout_algorithm.cpp229 auto iter = std::find(itemsAndGroups.begin(), itemsAndGroups.end(), host); in GetBrotherNode()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_switch.cpp144 bool isChecked = checked.find("\"checked\":true") != std::string::npos; in PrepareCheckedListener()
H A Ddom_tab_bar.cpp89 auto operatorIter = styleOperators.find(style.first); in SetSpecializedStyle()
/foundation/arkui/ace_engine/frameworks/core/common/recorder/
H A Devent_recorder.cpp129 auto iter = params_->find(KEY_TEXT); in GetText()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Dark_js_runtime.h229 auto iter = previewComponents_.find(componentName); in GetPreviewComponent()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_foreach.cpp177 if (oldIdsSet.find(*ret.first) == oldIdsSet.end()) { in SetIdArray()
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dshared_transition_controller.cpp204 // find out all exchange effect or static effect in dest page in PrepareTransition()
208 auto srcSharedIter = srcMap.find(shareId); in PrepareTransition()
219 // Return true, when find the first shared transition. in PrepareTransition()
231 // find out all static effect in source page only in ace declarative in PrepareTransition()
245 // Return true, when find the first shared transition. in PrepareTransition()
/foundation/arkui/ace_engine/adapter/ohos/services/uiservice/src/
H A Dui_mgr_service.cpp230 auto it = callbackMap_.find(key); in CheckCallBackFromMap()
/foundation/arkui/ace_engine/frameworks/base/ressched/
H A Dressched_report.cpp142 auto it = functionMap.find(name); in ResSchedDataReport()
/foundation/arkui/ace_engine/frameworks/core/components/camera/large_system/
H A Dcamera.cpp220 auto iter = result.find(CAMERA_GRANT_RESULT); in OnError()
/foundation/arkui/ace_engine/test/component_test/tools/middle_ground/public/
H A Dindex.js145 let componentEntry = projectMap[projectName].value.find(component => component.name === componentName);
/foundation/arkui/ace_engine/test/mock/core/image_provider/
H A Dmock_image_source_info.cpp47 size_t queryPos = src.find('?'); in IsSVGSource()
/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Drender_grid_scroll.h92 auto item = items_.find(index); in RemoveChildByIndex()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_layout_property.h172 auto iter = uMap.find(displayMode);
/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/
H A Drender_water_flow.h96 auto item = items_.find(index);
/foundation/arkui/ace_engine/frameworks/core/image/test/unittest/
H A Dimage_cache_test.cpp81 * @tc.steps: step2. find a image already in cache for example FILE_KEYS[2] e.t. "key3". in HWTEST_F()
85 auto iter = (imageCache->imageCache_).find(FILE_KEYS[2]); in HWTEST_F()
92 * @tc.steps: step3. find a image not in cache for example "key8". in HWTEST_F()

Completed in 17 milliseconds

1...<<191192193194195196197198199200>>...292