Home
last modified time | relevance | path

Searched refs:substr (Results 651 - 675 of 2137) sorted by relevance

1...<<21222324252627282930>>...86

/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_serializer.cpp68 arrayPath = propertyPath.substr(0, separatorPosition); in EnsureDynamicArraySize()
69 arrayIndex = propertyPath.substr(separatorPosition + 1, separatorEndPosition - separatorPosition - 1); in EnsureDynamicArraySize()
89 const auto restOfThePath = propertyPath.substr(separatorEndPosition); in EnsureDynamicArraySize()
H A Dentity_collection.cpp772 auto view1 = prop.substr(0, len1);
773 auto view2 = propertyPath.substr(0, len1);
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Djpeg_decoder.cpp955 data = dataTime.substr(0, position); in SetOriginalTimes()
956 time = dataTime.substr(position); in SetOriginalTimes()
968 time = timeTmp.substr(0, time.find(".")); in SetOriginalTimes()
/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/
H A Dmedia_scanner.cpp203 return oldUri.substr(0, questionMaskPoint); in GetUriWithoutSeg()
315 string mimePrefix = data_->GetFileMimeType().substr(0, pos) + "/*"; in GetMediaInfo()
384 parentPath = string("/") + parentPath.substr(0, parentPath.length() - 1); in GetParentDirInfo()
/foundation/communication/ipc/ipc/native/src/mock/source/
H A Ddbinder_databus_invoker.cpp566 std::string str = serviceName.substr(DBINDER_SOCKET_NAME_PREFIX.length()); in UpdateClientSession()
568 std::string peerUid = str.substr(0, pos); in UpdateClientSession()
569 std::string peerPid = str.substr(pos + 1); in UpdateClientSession()
/foundation/communication/netstack/frameworks/js/napi/websocket/websocket_exec/src/
H A Dwebsocket_exec.cpp498 responseHeader.emplace(str.substr(0, str.size() - 1), std::string(buffer)); in LwsCallbackClientFilterPreEstablish()
509 header->emplace(std::string(name).substr(0, nlen - 1), std::string(name).substr(nlen)); in LwsCallbackClientFilterPreEstablish()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H A Dcalendar_paint_method.cpp81 wText = wText.substr(0, TEXT_END_INDEX); in DrawCalendarText()
542 wText = wText.substr(0, WEEK_TEXT_END_INDEX); in DrawWeek()
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dskills.cpp559 PatternsMatcher pm(type.substr(0, slashpos), patternsMatcher.GetType()); in AddType()
818 std::string typeSubstr = type.substr(0, slashpos); in FindMimeType()
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_ability.cpp80 assetPath = assetPath.substr(0, assetPath.size() - 1); in GetCustomAssetPath()
82 customAssetPath = assetPath.substr(0, assetPath.find_last_of(DELIMITER) + 1); in GetCustomAssetPath()
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Danimation_util.cpp44 if (str.substr(0, leftIndex) != key) { in ParseFunctionValue()
48 auto valueStr = str.substr(leftIndex + 1, rightIndex - leftIndex - 1); in ParseFunctionValue()
/foundation/arkui/ace_engine/frameworks/core/image/apng/
H A Dapng_image_decoder.cpp577 return (src.size() > FileSuffixLen && src.substr(src.size() - FileSuffixLen) == ".png") || in IsApngSource()
578 (src.size() > APngFileSuffixLen && src.substr(src.size() - APngFileSuffixLen) == ".apng"); in IsApngSource()
/foundation/arkui/ace_engine/interfaces/napi/kits/animator/
H A Djs_animator.cpp121 auto aniTimFuncName = curveStr.substr(0, leftEmbracePosition); in ParseOptionToMotion()
125 auto params = curveStr.substr(leftEmbracePosition + 1, curveStr.length() - leftEmbracePosition - 2); in ParseOptionToMotion()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dform_info.cpp95 atoi(formInfo.displayName.substr(pos + 1, formInfo.displayName.length() - pos - 1).c_str())); in FormInfo()
100 atoi(formInfo.description.substr(pos + 1, formInfo.description.length() - pos - 1).c_str())); in FormInfo()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_command_processor.cpp251 number = number.substr(1, number.length() - ATD_VALID_LENGTH); in AtdExecuter()
258 number = number.substr(0, number.length() - 1); in AtdExecuter()
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_service_data.cpp778 AddData(std::string(cdata, BLE_ADV_DATA_FIELD_TYPE_AND_LEN) + name.substr(0, DEVICE_NAME_MAX_LEN)); in SetLongName()
1494 manufacturerData_.insert(std::make_pair(manufacturerId, manufacturerData.substr(BLE_UUID_LEN_16))); in SetManufacturerData()
/foundation/graphic/graphic_3d/kits/js/src/
H A DNodeImpl.cpp583 BASE_NS::string_view step = path.substr(0, pos); in recurse_children()
589 path = path.substr(pos + 1); in recurse_children()
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/
H A Dentity_collection.cpp739 auto view1 = prop.substr(0, len1);
740 auto view2 = propertyPath.substr(0, len1);
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_surface_node.cpp637 return std::make_pair(surfaceNodeName.substr(0, position), surfaceNodeName.substr(position + 1)); in SplitSurfaceNodeName()
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/
H A Dmain.cpp50 ext = std::string_view(filename).substr(pos);
591 valid_exts.push_back(exts.substr(0, pos));
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_thread.cpp652 std::string strM = type.substr(typeGpuLimit.length()); in TrimMemGpuLimitType()
705 } else if (type.substr(0, typeGpuLimit.length()) == typeGpuLimit) { in TrimMem()
/foundation/multimedia/av_codec/test/moduletest/audio_encoder/Avbuffer/src/
H A Davcodec_audio_avbuffer_encoder_demo.cpp88 substring = str.substr(start, index - start); in SplitStringFully()
96 substring = str.substr(start); in SplitStringFully()
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Avbuffer/src/
H A Davcodec_audio_avbuffer_decoder_demo.cpp104 substring = str.substr(start, index - start); in SplitStringFully()
112 substring = str.substr(start); in SplitStringFully()
/foundation/multimedia/av_codec/test/fuzztest/audiodecoderreset_fuzzer/
H A Daudio_decoder_reset_demo.cpp90 substring = str.substr(start, index - start); in SplitStringFully()
98 substring = str.substr(start); in SplitStringFully()
/foundation/multimedia/av_codec/test/moduletest/audio_encoder/NativeAPI/
H A DNativeFunctionTest.cpp63 substring = str.substr(start, index - start); in SplitStringFully()
72 substring = str.substr(start); in SplitStringFully()
/foundation/multimedia/av_codec/test/fuzztest/audiodecoderdescription_fuzzer/
H A Daudio_decoder_description_demo.cpp90 substring = str.substr(start, index - start); in SplitStringFully()
98 substring = str.substr(start); in SplitStringFully()

Completed in 36 milliseconds

1...<<21222324252627282930>>...86