/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_tool/src/ |
H A D | command_line.cpp | 81 subName = path.substr(delimiterPos + 1); in IsDirPath()
|
/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/test/unittest/src/ |
H A D | avmetadata_mock.cpp | 54 std::string file = path.substr(strlen("file://")); in SetSource()
|
/foundation/multimedia/player_framework/services/services/screen_capture/server/ |
H A D | audio_capturer_wrapper.cpp | 282 std::string name = threadName_.substr(0, std::min(threadName_.size(), static_cast<size_t>(MAX_THREAD_NAME_LENGTH))); in CaptureAudio()
|
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/ |
H A D | firewall_manager.cpp | 92 maxUid = content.substr(index + 1); in ReadMaxUidConfig()
|
/foundation/communication/dsoftbus/tests/core/discovery/ble/bluetooth_mock/ |
H A D | bluetooth_mock.cpp | 313 const auto &subHexStr = hexStr.substr(index * HEX_CHAR_LEN, HEX_CHAR_LEN); in HexStr2Bytes()
|
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/ |
H A D | netfirewall_parcel.cpp | 100 return src.substr(index + sub.length(), src.length() - sub.length());
in erase()
|
/foundation/communication/wifi/wifi/base/utils/ |
H A D | wifi_app_parser.cpp | 355 strFileVersion = strTemp.substr(nPos + strlen(VERSION_FILE_KEY_WORD),
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/ |
H A D | dhcpd_interface.cpp | 300 std::string ipHead = ipAddr.substr(0, pos); in CallAdapterSetRange()
|
H A D | if_config.cpp | 433 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 D | data_share_profile_config.cpp | 180 std::string profileName = resName.substr(pos + PROFILE_PREFIX_LEN); in GetResFromResMgr()
|
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/src/ |
H A D | datashare_helper.cpp | 64 return replacedPrefix + originUriStr.substr(originPrefix.length()); in TransferUriPrefix()
|
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/src/ |
H A D | communicator_test.cpp | 331 EXPECT_EQ(name.substr(0, HEAD_SIZE) + REPLACE_CHAIN, ret);
in HWTEST_F()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/ |
H A D | object_asset_machine.cpp | 236 sql = sql.substr(0, sql.size() - AND_SIZE); in BuildSql()
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rdb_store_config.cpp | 389 name = std::string(path_).substr(0, path_.rfind("/") + 1); in GenerateEncryptedKey()
|
H A D | abs_result_set.cpp | 399 lowerName = lowerName.substr(periodIndex + 1);
in GetColumnIndex()
|
H A D | rd_statement.cpp | 86 outNumber = atoi(str.substr(curIdx).c_str()); in TryEatNumber()
|
/foundation/distributeddatamgr/relational_store/frameworks/native/appdatafwk/src/ |
H A D | shared_block.cpp | 82 ashmemPath = (lastSlashPos != std::string::npos) ? name.substr(lastSlashPos) : name;
in Create()
|
/foundation/filemanagement/app_file_service/tools/backup_tool/src/ |
H A D | tools_op_incremental_restore.cpp | 246 string fileName = filePath.substr(filePath.rfind("/") + 1); in RestoreApp()
|
H A D | tools_op_restore.cpp | 229 string fileName = filePath.substr(filePath.rfind("/") + 1); in RestoreApp()
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
H A D | copydir.cpp | 224 string dirName = string(src).substr(found);
in CopyDirFunc()
|
H A D | movedir.cpp | 260 string dirName = string(src).substr(found);
in MoveDirFunc()
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/utils/ |
H A D | dh_context.cpp | 318 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 D | b_report_entity_test.cpp | 93 fileName = fileName.substr(1, fileName.length() - 1);
in HWTEST_F()
|
/foundation/filemanagement/app_file_service/utils/src/b_filesystem/ |
H A D | b_dir.cpp | 84 string sub = path.substr(found + 1); in CheckOverLongPath()
|
/foundation/filemanagement/dfs_service/utils/system/src/ |
H A D | utils_directory.cpp | 191 subPath = path.substr(0, index); in ForceCreateDirectory()
|