Home
last modified time | relevance | path

Searched refs:VectorToString (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/big_data_statistics/
H A Dgallery_download_file_stat.cpp152 static std::string VectorToString(std::vector<uint64_t> &vec) in VectorToString() function
204 lines.emplace_back(VectorToString(stat_.downloadFileError)); in OutputToFile()
205 lines.emplace_back(VectorToString(stat_.imageSize)); in OutputToFile()
206 lines.emplace_back(VectorToString(stat_.imageDownloadSpeed)); in OutputToFile()
207 lines.emplace_back(VectorToString(stat_.videoSize)); in OutputToFile()
208 lines.emplace_back(VectorToString(stat_.videoDownloadSpeed)); in OutputToFile()
/ohos5.0/foundation/barrierfree/accessibility/services/aams/include/
H A Dutils.h61 static void VectorToString(const std::vector<std::string> &vectorVal, std::string &stringOut);
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_settings_config.cpp277 Utils::VectorToString(std::vector<std::string>(targets.begin(), targets.end()), stringOut); in SetShortkeyMultiTarget()
301 Utils::VectorToString(shortkeyMultiTarget_, stringOut); in SetShortkeyMultiTargetInPkgRemove()
680 Utils::VectorToString(enabledAccessibilityServices_, stringOut); in SetEnabledAccessibilityServices()
704 Utils::VectorToString(enabledAccessibilityServices_, stringOut); in AddEnabledAccessibilityService()
721 Utils::VectorToString(enabledAccessibilityServices_, stringOut); in RemoveEnabledAccessibilityService()
H A Dutils.cpp388 void Utils::VectorToString(const std::vector<std::string> &vectorVal, std::string &stringOut) in VectorToString() function in OHOS::Accessibility::Utils
/ohos5.0/base/hiviewdfx/hiview/base/utility/test/unittest/common/
H A Dbase_utility_unit_test.cpp244 auto ret = StringUtil::VectorToString(origin, true, ":");
246 ret = StringUtil::VectorToString(origin, false, ":");
/ohos5.0/base/hiviewdfx/hiview/base/utility/include/
H A Dstring_util.h145 std::string VectorToString(const std::vector<std::string>& src, bool reverse, const std::string& ta…
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_common.h33 static void VectorToString(const std::vector<uint8_t> &src, std::string &dst);
/ohos5.0/base/hiviewdfx/hiview/utility/common_utils/
H A Dlog_parse.cpp203 return Tbox::ARRAY_STR + StringUtil::VectorToString(validStackName, false); in GetValidBlock()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_relational_ver_sync_db_interface.cpp61 DBCommon::VectorToString(vec, str); in GetStr()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_executor_cache.cpp311 DBCommon::VectorToString(item.value, sql); in CheckDataWithQuery()
881 DBCommon::VectorToString(item.value, dev); in GetEntriesForNotifyRemoveDevData()
H A Dsqlite_utils.cpp1293 DBCommon::VectorToString(schemaValue, strSchema); in GetSchema()
1644 DBCommon::VectorToString(schemaValue, schema); in GetRelationalSchema()
1685 DBCommon::VectorToString(value, version); in GetLogTableVersion()
H A Dsqlite_cloud_kv_executor_utils.cpp345 DBCommon::VectorToString(device, dataInfoWithLog.logInfo.device); in FillLogInfoWithStmt()
348 DBCommon::VectorToString(oriDev, dataInfoWithLog.logInfo.originDev); in FillLogInfoWithStmt()
H A Dsqlite_single_ver_storage_engine.cpp93 DBCommon::VectorToString(item.value, deviceName); in GetRemoveDataDevices()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_preferences_database.h280 std::string VectorToString(const std::vector<int64_t> &data) const;
/ohos5.0/base/hiviewdfx/hiview/base/utility/
H A Dstring_util.cpp288 string VectorToString(const vector<string>& src, bool reverse, const string& tag) in VectorToString() function
/ohos5.0/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/
H A Dfeature_analysis.cpp386 string result = StringUtil::VectorToString(results, false, tag); in ComposeParam()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp95 DBCommon::VectorToString(device, logInfo.device); in GetLogInfoByStatement()
98 DBCommon::VectorToString(originDev, logInfo.originDev); in GetLogInfoByStatement()
H A Dsqlite_relational_store.cpp132 DBCommon::VectorToString(schemaVal, schemaStr); in GetSchemaFromMeta()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_cloud_interfaces_reference_test.cpp414 DBCommon::VectorToString(value, schemaStr); in CheckResult()
H A Ddistributeddb_interfaces_relational_tracker_table_test.cpp232 DBCommon::VectorToString(schemaVal, schemaStr); in CheckDropTableAndReopenDb()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Ddb_common.cpp94 void DBCommon::VectorToString(const std::vector<uint8_t> &src, std::string &dst) in VectorToString() function in DistributedDB::DBCommon
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_database.cpp1017 VectorToString(slot->GetVibrationStyle()), values); in GenerateSlotEntry()
1198 std::string NotificationPreferencesDatabase::VectorToString(const std::vector<int64_t> &data) const in VectorToString() function in OHOS::Notification::NotificationPreferencesDatabase
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dmeta_data.cpp628 DBCommon::VectorToString(value, hashDevId); in GetHashDeviceId()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_save_cloud_data_test.cpp1118 DBCommon::VectorToString(deviceVec, getDevice); in __anon2ff534420302()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/codeclist_test/
H A Dcodeclist_unit_test.cpp36 string VectorToString(const std::vector<int32_t> list, const std::string listName) in VectorToString() function

12