Home
last modified time | relevance | path

Searched refs:substr (Results 1201 - 1225 of 3189) sorted by relevance

1...<<41424344454647484950>>...128

/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_3d/lume/scenewidgetplugin/plugin/src/
H A Dentity_collection.cpp772 auto view1 = prop.substr(0, len1);
773 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()
/foundation/multimedia/av_codec/test/fuzztest/audiodecoderflush_fuzzer/
H A Daudio_decoder_flush_demo.cpp90 substring = str.substr(start, index - start); in SplitStringFully()
98 substring = str.substr(start); in SplitStringFully()
/foundation/multimedia/av_codec/test/fuzztest/audiodecoder_fuzzer/
H A Daudio_decoder_demo.cpp91 substring = str.substr(start, index - start); in SplitStringFully()
99 substring = str.substr(start); in SplitStringFully()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/portrait_album_update_test/src/
H A Dportrait_album_update_test.cpp333 string tmp = uri.substr(PhotoColumn::PHOTO_URI_PREFIX.size()); in GetPhotoId()
334 return tmp.substr(0, tmp.find_first_of('/')); in GetPhotoId()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_analysis_album_operation_test/src/
H A Dmedialibrary_analysis_album_operation_test.cpp389 string tmp = uri.substr(PhotoColumn::PHOTO_URI_PREFIX.size()); in GetPhotoId()
390 return tmp.substr(0, tmp.find_first_of('/')); in GetPhotoId()
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_operation_utils.cpp784 realPath = path.substr(0, position + 1) + real + path.substr(position, path.size()); in GetPathByHandle()
/foundation/multimedia/player_framework/frameworks/native/player/test/unittest/src/
H A Dplayer_mock.cpp377 std::string rawFile = path.substr(strlen("file://")); in SetSource()
703 std::string rawFile = path.substr(strlen("file://")); in AddSubSource()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_monitor.cpp693 std::string type = notifyParam.substr(0, begPos); in WpaEventStaNotifyCallBack()
702 std::string data = notifyParam.substr(freqPos + strlen("freq=")); in WpaEventStaNotifyCallBack()
/foundation/communication/nfc/services/src/external_deps/
H A Dapp_data_parser.cpp293 std::string tech = uri.type.substr(0, pos); in UpdateTagAppList()
298 std::string nfcType = uri.type.substr(pos + 1, uri.type.size()); in UpdateTagAppList()

Completed in 32 milliseconds

1...<<41424344454647484950>>...128