Home
last modified time | relevance | path

Searched refs:replace (Results 101 - 125 of 179) sorted by relevance

12345678

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_texttimer.cpp163 format.replace(pos, sizeof("hh") - 1, "HH"); in SetFormat()
H A Djs_navigation_stack.cpp485 auto replace = dataSourceObj_->GetProperty("isReplace"); in GetReplaceValue() local
486 return replace->ToNumber<int32_t>(); in GetReplaceValue()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_input/
H A Dtext_input_layout_algorithm.cpp34 std::replace(textContent_.begin(), textContent_.end(), '\n', ' '); in MeasureContent()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_path_animation.cpp300 sourceStr.replace(position, subStr.length(), newStr); in ReplaceSubString()
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Dspirv_cross_helpers_gles.cpp159 source.replace(bi, ei, "uniform "); in ConvertConstantToUniform()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/network_client/
H A Dhttp_curl_client.cpp64 output.replace(pos, 1, str); in InsertCharBefore()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_file_operations.cpp385 selection.replace(pos, key.length(), keyInstead); in ReplaceSelectionAndArgsInQuery()
H A Dmedialibrary_audio_operations.cpp427 string localPath = path.replace(0, CLOUD_AUDIO_DIR.length(), LOCAL_AUDIO_DIR); in MoveToMusic()
H A Dmedialibrary_album_operations.cpp147 selection.replace(argPos, 1, "? OR 1=1)"); in ReplaceRelativePath()
148 selection.replace(pos, MEDIA_DATA_DB_RELATIVE_PATH.length(), "(" + PhotoAlbumColumns::ALBUM_ID); in ReplaceRelativePath()
177 selection.replace(argPos, 1, "? OR 1=1)"); in ReplaceMediaType()
178 selection.replace(pos, MEDIA_DATA_DB_MEDIA_TYPE.length(), "(" + PhotoAlbumColumns::ALBUM_ID); in ReplaceMediaType()
/foundation/multimedia/ringtone_library/services/ringtone_restore/src/
H A Dringtone_dualfwk_restore.cpp418 absSrcPath.replace(found, sub.size(), replacement); in DupToneFile()
H A Dringtone_restore_base.cpp301 std::string dstFilePath = tmpFilePath.replace(0, srcDir.length(), dstDir); in MoveDirectory()
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_rss_session.cpp175 detailStr = detail.dump(INDENT, ' ', false, nlohmann::json::error_handler_t::replace); in ParseMutex()
/foundation/communication/netmanager_ext/frameworks/js/napi/vpnext/src/
H A Dvpn_module_ext.cpp151 s.replace(pos, tmp.length(), ""); in Replace()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/serializable/
H A Dserializable.h43 return root.dump(-1, ' ', false, error_handler_t::replace); in Marshall()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_utils.cpp87 src.replace(pos, rep.length(), dst); in Replace()
/foundation/filemanagement/app_file_service/interfaces/innerkits/native/file_share/src/
H A Dfile_permission.cpp372 path = path.replace(path.find(CURRENTUSER), CURRENTUSER.length(), userName); in GetPathByPermission()
/foundation/arkui/ace_engine/frameworks/base/resource/
H A Dace_res_config.cpp998 std::replace(tempResTag.begin(), tempResTag.end(), '_', '-'); in ConvertDeclarativeResTagToConfig()
1015 std::replace(localeTag.begin(), localeTag.end(), '_', '-'); in ConvertDeclarativeResTagToConfig()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dprop_n_exporter.cpp183 physicalPath.replace(physicalPath.find(USER_ID_FLAG), USER_ID_FLAG.length(), to_string(userId)); in HandleLocalCheck()
184 physicalPath.replace(physicalPath.find(PACKAGE_NAME_FLAG), PACKAGE_NAME_FLAG.length(), bundleName); in HandleLocalCheck()
/foundation/filemanagement/storage_service/services/storage_daemon/user/src/
H A Dmount_manager.cpp586 path = path.replace(pos, CURRENT_USER_ID_FLAG.length(), userId); in ParseSandboxPath()
591 path = path.replace(pos, PACKAGE_NAME_FLAG.length(), bundleName); in ParseSandboxPath()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/plugin/
H A Dplugin_pattern.cpp261 str.replace(pos, pSize, newPattern); in ReplaceAll()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_client_impl.cpp249 resPath.replace(0, innerStr.length(), BUNDLE_MAP_CODE_PATH); in ConvertResourcePath()
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_utils.cpp118 string.replace(position, 1, ""); in Replace()
/foundation/multimedia/ringtone_library/services/utils/src/
H A Dringtone_file_utils.cpp607 std::string dstFilePath = tmpFilePath.replace(0, srcDir.length(), dstDir); in MoveDirectory()
/foundation/multimodalinput/input/service/window_manager/src/
H A Dinput_display_bind_helper.cpp456 inputEvent.replace(pos, INPUT.length(), EVENT); in GetInputDeviceById()
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedservice/src/
H A Dres_sched_service_stub.cpp292 WRITE_PARCEL(output, String, reply.dump(-1, ' ', false, nlohmann::detail::error_handler_t::replace), in ReportSyncEventInner()

Completed in 52 milliseconds

12345678