Home
last modified time | relevance | path

Searched refs:substr (Results 1526 - 1550 of 2326) sorted by relevance

1...<<61626364656667686970>>...94

/foundation/communication/dsoftbus/tests/core/discovery/ble/bluetooth_mock/
H A Dbluetooth_mock.cpp313 const auto &subHexStr = hexStr.substr(index * HEX_CHAR_LEN, HEX_CHAR_LEN); in HexStr2Bytes()
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnetfirewall_parcel.cpp100 return src.substr(index + sub.length(), src.length() - sub.length()); in erase()
/foundation/communication/wifi/wifi/base/utils/
H A Dwifi_app_parser.cpp355 strFileVersion = strTemp.substr(nPos + strlen(VERSION_FILE_KEY_WORD),
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Ddhcpd_interface.cpp300 std::string ipHead = ipAddr.substr(0, pos); in CallAdapterSetRange()
H A Dif_config.cpp433 ipRouteCmd.push_back(mask + ipAddr.substr(ipAddr.length() - IPV6_SUFFIX_LEN, ipAddr.length())); in AddIpv6Route()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Ddata_share_profile_config.cpp180 std::string profileName = resName.substr(pos + PROFILE_PREFIX_LEN); in GetResFromResMgr()
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/src/
H A Ddatashare_helper.cpp64 return replacedPrefix + originUriStr.substr(originPrefix.length()); in TransferUriPrefix()
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/src/
H A Dcommunicator_test.cpp331 EXPECT_EQ(name.substr(0, HEAD_SIZE) + REPLACE_CHAIN, ret); in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_asset_machine.cpp236 sql = sql.substr(0, sql.size() - AND_SIZE); in BuildSql()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_config.cpp389 name = std::string(path_).substr(0, path_.rfind("/") + 1); in GenerateEncryptedKey()
H A Dabs_result_set.cpp399 lowerName = lowerName.substr(periodIndex + 1); in GetColumnIndex()
H A Drd_statement.cpp86 outNumber = atoi(str.substr(curIdx).c_str()); in TryEatNumber()
/foundation/distributeddatamgr/relational_store/frameworks/native/appdatafwk/src/
H A Dshared_block.cpp82 ashmemPath = (lastSlashPos != std::string::npos) ? name.substr(lastSlashPos) : name; in Create()
/foundation/filemanagement/app_file_service/tools/backup_tool/src/
H A Dtools_op_incremental_restore.cpp246 string fileName = filePath.substr(filePath.rfind("/") + 1); in RestoreApp()
H A Dtools_op_restore.cpp229 string fileName = filePath.substr(filePath.rfind("/") + 1); in RestoreApp()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dcopydir.cpp224 string dirName = string(src).substr(found); in CopyDirFunc()
H A Dmovedir.cpp260 string dirName = string(src).substr(found); in MoveDirFunc()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/utils/
H A Ddh_context.cpp318 id = prefix.substr(0, prefix.find_first_of(RESOURCE_SEPARATOR)); in GetDeviceIdByDBGetPrefix()
/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_json/
H A Db_report_entity_test.cpp93 fileName = fileName.substr(1, fileName.length() - 1); in HWTEST_F()
/foundation/filemanagement/app_file_service/utils/src/b_filesystem/
H A Db_dir.cpp84 string sub = path.substr(found + 1); in CheckOverLongPath()
/foundation/filemanagement/dfs_service/utils/system/src/
H A Dutils_directory.cpp191 subPath = path.substr(0, index); in ForceCreateDirectory()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/
H A Dcommon_func.cpp317 std::istringstream inputStream(uri.substr(index + 1, encodeLen)); in Decode()
/foundation/filemanagement/user_file_service/interfaces/kits/native/recent/
H A Drecent_n_exporter.cpp188 return path.substr(pos + 1); in GetName()
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dutil.cpp227 name = name.substr(npos + 1, name.length()); in ReadZipFile()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dmulti_instance_manager.cpp405 const auto& instanceIdStr = instanceKey.substr(prefixSize, instanceKey.size() - prefixSize); in ConvertInstanceKeyToInstanceId()

Completed in 20 milliseconds

1...<<61626364656667686970>>...94