/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/ |
H A D | js_ability.cpp | 1068 std::string::size_type pos = GetAbilityName().find(GetApplicationInfo()->bundleName); in CreateADelegatorAbilityProperty()
|
H A D | cj_ui_ability.cpp | 942 std::string::size_type pos = GetAbilityName().find(GetApplicationInfo()->bundleName); in CreateADelegatorAbilityProperty()
|
/foundation/arkui/ace_engine/frameworks/core/components/text/ |
H A D | render_text.cpp | 854 auto markerIter = region.second.find(type); in GetEventMarker()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/ |
H A D | flex_layout_algorithm.cpp | 268 auto iter = magicNodes_.find(childDisplayPriority); in TravelChildrenFlexProps()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/ |
H A D | sliding_panel_pattern.cpp | 46 if (!calc.CalcValue().empty() && calc.CalcValue().find("wrapContent") != std::string::npos) { in OnModifyDone()
|
/foundation/CastEngine/castengine_cast_plus_stream/src/ |
H A D | cast_session_impl.cpp | 1116 return !featureSet.empty() && featureSet.find(supportFeature) != featureSet.end(); in IsSupportFeature()
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_picker_base.cpp | 536 auto operatorIter = pickerOperators.find(type_); in CreatePicker()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_abstract.h | 599 auto result = keyNameMap.find(functionkey); in GetFunctionKeyName()
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_ability.cpp | 351 if (moduleHapPath.find(ABS_BUNDLE_CODE_PATH) == std::string::npos) { in OnStart()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/ |
H A D | menuitemgroup_test_ng.cpp | 401 ASSERT_NE(algorithm->itemPosition_.find(0), algorithm->itemPosition_.end()); in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_span_test.cpp | 101 auto it = SPAN_CONSTRUCTOR_MAP.find(value); in ConstructSpans()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/ |
H A D | security_component_handler.cpp | 622 if (containerComponentTags.find(frameNode->GetTag()) != containerComponentTags.end() && in CheckContainerTags()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
H A D | textpicker_pattern.cpp | 719 auto valueIterator = std::find(rangeResultValue.begin(), rangeResultValue.end(), values_[index]); in ProcessCascadeOptionsValues()
|
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/ |
H A D | pipeline_context.h | 963 return aliveInstanceSet_.find(instanceId) == aliveInstanceSet_.end(); in IsPipelineDestroyed()
|
/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/ |
H A D | drawable_descriptor.cpp | 113 std::string idStr = itemStr.substr(itemStr.find(':') + 1); in PreGetDrawableItem()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/free_install/ |
H A D | free_install.cpp | 631 if (std::find(BUNDLE_PACK_FLAGS.begin(), BUNDLE_PACK_FLAGS.end(), asyncCallbackInfo->bundlePackFlag) == in GetBundlePackInfo()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/default_app/ |
H A D | js_default_app.cpp | 84 if (TYPE_MAPPING.find(result) != TYPE_MAPPING.end()) { in ParseType()
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_gatt_server.cpp | 442 HILOGE("Can not find include service entity in service "); in BuildIncludeService() 833 auto request = pimpl->requests_.find(RequestInformation(requestType, gattdevice)); in SendResponse()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_security.cpp | 851 if (pimpl->funcMap_.find(event) == pimpl->funcMap_.end()) { in HandleGapEvent()
|
/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gatt_server.cpp | 296 HILOGI("find service, serverId: %{public}d, serviceIndex: %{public}d", serverId_, i); 560 std::map<int, struct ConnectedDevice>::iterator iter = g_MapConnectedDevice.find(connId); in GetDeviceInfoByConnId()
|
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/ |
H A D | dash_segment_downloader.cpp | 530 auto ringBufferSizeItem = BUFFER_SIZE_MAP.find(streamType); 746 // find clear buffer position with segment tail position 754 // find clear buffer position 757 // find clear buffer position in multi segments 760 // find clear buffer position in one segment
|
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/ |
H A D | ffmpeg_format_helper.cpp | 248 auto it = matrixTypes.find(value); in GetMatrixType()
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | node_context_pool_manager_gles.cpp | 742 if (const auto iter = framebufferCache_.renderPassHashToIndex.find(rpHash); in GetFramebufferHandle()
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/ |
H A D | renderer.cpp | 185 if (const auto iter = renderNodeNameToIndex.find(nodeNameRef); iter != renderNodeNameToIndex.cend()) { in PatchSignaling()
|
/foundation/multimedia/audio_framework/services/audio_service/test/example/ |
H A D | audio_process_client_test.cpp | 1275 auto it = g_interactiveOptFuncMap.find(optCode); in InteractiveRun()
|