Home
last modified time | relevance | path

Searched refs:VectorToHexString (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_common.h50 …static std::string VectorToHexString(const std::vector<uint8_t> &inVec, const std::string &separat…
162 #define VEC_TO_STR(x) DBCommon::VectorToHexString(x).c_str()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/multiver/
H A Dmulti_ver_sync_task_context.cpp66 DBCommon::VectorToHexString(label) + "_" + deviceId_.c_str(); in Initialize()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_register_syncdb_test.cpp63 string temp = DBCommon::VectorToHexString(entry.value); in PrintfEntryList()
65 LOGI("key[%s]", DBCommon::VectorToHexString(entry.key).c_str()); in PrintfEntryList()
83 LOGE("entry[%s]:[%s]", DBCommon::VectorToHexString(entry.value).c_str(), in TestEntryList()
84 DBCommon::VectorToHexString(expectEntry.value).c_str()); in TestEntryList()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_executor_subscribe.cpp138 std::string hexKeyStr = DBCommon::VectorToHexString(key); in FormatSubscribeTriggerSql()
H A Dquery_sync_object.cpp192 identify_ = DBCommon::VectorToHexString(hashBuff); in GetIdentify()
H A Dsqlite_single_ver_natural_store_extend.cpp262 std::string identifier = DBCommon::VectorToHexString(GetIdentifier()); in NotifyRemotePushFinished()
H A Dsqlite_query_helper.cpp830 resultStr += "'" + DBCommon::VectorToHexString(*iter) + "' "; in MapKeysInSubCondition()
856 …conditionStr += "(hex(" + accessStr + "key) LIKE '" + DBCommon::VectorToHexString(prefixKey_) + "%… in GetSubscribeCondition()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_sync_task_context.cpp57 DBCommon::VectorToHexString(dbIdentifier) + "_" + deviceId_.c_str(); in Initialize()
H A Dsingle_ver_data_sync.cpp60 label_ = DBCommon::VectorToHexString(label); in Initialize()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Ddb_common.cpp100 std::string DBCommon::VectorToHexString(const std::vector<uint8_t> &inVec, const std::string &separ… in VectorToHexString() function in DistributedDB::DBCommon
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsync_engine.cpp317 label_ = DBCommon::VectorToHexString(label); in InitComunicator()
H A Dgeneric_syncer.cpp97 label_ = DBCommon::StringMasking(DBCommon::VectorToHexString(label)); in Initialize()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dcloud_storage_utils.cpp1325 log[CloudDbConstant::HASH_KEY_FIELD] = DBCommon::VectorToHexString(*hashKey); in IdentifyCloudTypeInner()