/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_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | entity_collection.cpp | 772 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 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()
|
/foundation/multimedia/av_codec/test/fuzztest/audiodecoderflush_fuzzer/ |
H A D | audio_decoder_flush_demo.cpp | 90 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 D | audio_decoder_demo.cpp | 91 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 D | portrait_album_update_test.cpp | 333 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 D | medialibrary_analysis_album_operation_test.cpp | 389 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 D | mtp_operation_utils.cpp | 784 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 D | player_mock.cpp | 377 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 D | p2p_monitor.cpp | 693 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 D | app_data_parser.cpp | 293 std::string tech = uri.type.substr(0, pos); in UpdateTagAppList() 298 std::string nfcType = uri.type.substr(pos + 1, uri.type.size()); in UpdateTagAppList()
|