/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | ecs_serializer.cpp | 68 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 D | entity_collection.cpp | 772 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 D | jpeg_decoder.cpp | 955 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 D | media_scanner.cpp | 203 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 D | dbinder_databus_invoker.cpp | 566 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 D | websocket_exec.cpp | 498 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 D | calendar_paint_method.cpp | 81 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 D | skills.cpp | 559 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 D | ace_ability.cpp | 80 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 D | animation_util.cpp | 44 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 D | apng_image_decoder.cpp | 577 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 D | js_animator.cpp | 121 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 D | form_info.cpp | 95 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 D | hfp_ag_command_processor.cpp | 251 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 D | ble_service_data.cpp | 778 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 D | NodeImpl.cpp | 583 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 D | entity_collection.cpp | 739 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 D | rs_surface_node.cpp | 637 return std::make_pair(surfaceNodeName.substr(0, position), surfaceNodeName.substr(position + 1)); in SplitSurfaceNodeName()
|
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/ |
H A D | main.cpp | 50 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 D | rs_uni_render_thread.cpp | 652 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 D | avcodec_audio_avbuffer_encoder_demo.cpp | 88 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 D | avcodec_audio_avbuffer_decoder_demo.cpp | 104 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 D | audio_decoder_reset_demo.cpp | 90 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 D | NativeFunctionTest.cpp | 63 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 D | audio_decoder_description_demo.cpp | 90 substring = str.substr(start, index - start); in SplitStringFully() 98 substring = str.substr(start); in SplitStringFully()
|