Searched refs:VectorToHexString (Results 1 – 13 of 13) sorted by relevance
50 …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()
66 DBCommon::VectorToHexString(label) + "_" + deviceId_.c_str(); in Initialize()
63 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()
138 std::string hexKeyStr = DBCommon::VectorToHexString(key); in FormatSubscribeTriggerSql()
192 identify_ = DBCommon::VectorToHexString(hashBuff); in GetIdentify()
262 std::string identifier = DBCommon::VectorToHexString(GetIdentifier()); in NotifyRemotePushFinished()
830 resultStr += "'" + DBCommon::VectorToHexString(*iter) + "' "; in MapKeysInSubCondition()856 …conditionStr += "(hex(" + accessStr + "key) LIKE '" + DBCommon::VectorToHexString(prefixKey_) + "%… in GetSubscribeCondition()
57 DBCommon::VectorToHexString(dbIdentifier) + "_" + deviceId_.c_str(); in Initialize()
60 label_ = DBCommon::VectorToHexString(label); in Initialize()
100 std::string DBCommon::VectorToHexString(const std::vector<uint8_t> &inVec, const std::string &separ… in VectorToHexString() function in DistributedDB::DBCommon
317 label_ = DBCommon::VectorToHexString(label); in InitComunicator()
97 label_ = DBCommon::StringMasking(DBCommon::VectorToHexString(label)); in Initialize()
1325 log[CloudDbConstant::HASH_KEY_FIELD] = DBCommon::VectorToHexString(*hashKey); in IdentifyCloudTypeInner()