/drivers/peripheral/codec/test/demo/heif/src/ |
H A D | buffer_helper.cpp | 54 int ret = sscanf_s(filePath.substr(pos).c_str(), "[%ux%u][%ux%u][fmt0x%x].yuv", in ExtractPixelInfoFromFilePath()
|
/drivers/peripheral/power/interfaces/hdi_service/src/ |
H A D | hibernate.cpp | 125 auto partitionNum = fileSystemInfo.substr(index + 1); in GetResumeInfo()
|
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | nncompiled_cache.cpp | 245 int currentOpVersion = std::stoi(currentVersion.substr(OPVERSION_SUBSTR_NUM)); in GenerateCacheModel()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/mission/ |
H A D | mission_data_storage.cpp | 202 std::string missionId = fileNameExcludePath.substr(fileNameExcludePath.find("_") + 1, missionIdLength); in CheckFileNameValid()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/deeplink_reserve/ |
H A D | deeplink_reserve_config.cpp | 97 return linkString.substr(0, pos); in GetOptParamUri()
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/recovery/ |
H A D | app_recovery.cpp | 491 std::string missionIdStr = fileName.substr(0, pos); in GetMissionIds()
|
/foundation/arkui/ace_engine/frameworks/core/components/form/ |
H A D | sub_container.cpp | 207 frontend_->SetFormSrc(formSrc.substr(2)); // 2:length of "./" in RunCard()
|
/foundation/arkui/ace_engine/frameworks/core/components/plugin/ |
H A D | plugin_sub_container.cpp | 313 pluginResourceInfo.SetPackagePath(path.substr(0, position + 1)); in SetPluginComponentTheme()
|
/foundation/arkui/ace_engine/frameworks/core/components/theme/ |
H A D | theme_constants.cpp | 484 fileNameList.emplace_back(file.substr(0, file.size() - (sizeof(FILE_TYPE_JSON) - 1))); in LoadCustomStyle()
|
/foundation/arkui/ace_engine/frameworks/core/components/relative_container/ |
H A D | render_relative_container.cpp | 136 loopDependentNodes.substr(0, loopDependentNodes.size() - 1).c_str()); in PreTopologicalLoopDetection()
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/ |
H A D | cj_frontend.cpp | 268 fixParam = fixParam.substr(startPos, endPos - startPos + 1); in HandleAsyncEvent()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_utils.h | 159 percent = percent.substr(0, index); in IsPercentStr()
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_progress.cpp | 52 gradient.AddColor(GradientColor(progress.ParseColor(colors->GetArrayItem(index)->ToString().substr( in ParseGradient()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | hmp_bundle_installer.cpp | 88 auto bundleName = pos != std::string::npos ? bundleDir.substr(pos + 1) : ""; in InstallNormalAppInHmp()
|
/foundation/multimedia/av_codec/frameworks/native/capi/avdemuxer/ |
H A D | native_avdemuxer.cpp | 49 std::string byteString = item.first.substr(i, step); in ProcessApplicationDrmInfo()
|
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/common/ |
H A D | ffmpeg_utils.cpp | 234 rtv.emplace_back(str.substr(startPos, endPos - startPos)); in SplitString()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_telemetry.cpp | 258 return Utils::ToUint32(line.substr(maxCoreIndex)) + 1; in GetCoreCount()
|
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/ |
H A D | font_config.cpp | 136 rootPath_.assign(rootPath.substr(0, idx) + "/"); in ParseConfig()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/skia_txt/ |
H A D | convert.cpp | 115 return str.substr(start, end); // Remove quotation marks from both ends. in RemoveQuotes()
|
/foundation/multimedia/media_foundation/engine/pipeline/core/ |
H A D | filter_base.cpp | 223 auto type = mime.substr(0, mime.find_first_of('/')); in NamePort()
|
/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/deferred_processing/ |
H A D | multistages_capture_deferred_photo_proc_session_callback.cpp | 228 string displayName = imageId.substr(slashIndex + 1); in GetCommandByImageId()
|
/foundation/multimedia/player_framework/frameworks/native/audio_haptic/ |
H A D | audio_haptic_sound_normal_impl.cpp | 84 fileDes_ = std::stoi(audioUri_.substr(fdHead.size())); in ResetAVPlayer()
|
/foundation/multimedia/player_framework/frameworks/native/screen_capture/ |
H A D | screen_capture_impl.cpp | 244 std::string inputFd = config.recorderInfo.url.substr(fdHead.size()); in InitCaptureFile()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_photo_operations_test/src/ |
H A D | medialibrary_photo_edit_test.cpp | 240 return ROOT_DIR + ".editData/" + path.substr(ROOT_DIR.length()); in GetEditDataDirPath()
|
/foundation/multimedia/player_framework/services/engine/histreamer/avmetadatahelper/ |
H A D | avmetadata_collector.cpp | 191 if (mime.substr(0, imageTypeLength).compare("image") == 0) { in GetMetadata()
|