Home
last modified time | relevance | path

Searched refs:hashDevice (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_kv_test.cpp1871 std::string hashDevice = DBCommon::TransferHashString(deviceId); in SetDeviceId() local
1872 std::vector<uint8_t> deviceIdVec(hashDevice.begin(), hashDevice.end()); in SetDeviceId()
1908 std::string hashDevice = DBCommon::TransferHashString(deviceId); in CheckLogTable() local
1909 std::vector<uint8_t> deviceIdVec(hashDevice.begin(), hashDevice.end()); in CheckLogTable()
1957 std::string hashDevice = DBCommon::TransferHashString(deviceId); in ChangeUserId() local
1958 std::vector<uint8_t> deviceIdVec(hashDevice.begin(), hashDevice.end()); in ChangeUserId()
1999 std::string hashDevice = DBCommon::TransferHashString(deviceId); in ChangeHashKey() local
2000 std::vector<uint8_t> deviceIdVec(hashDevice.begin(), hashDevice.end()); in ChangeHashKey()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_cloud_kv_executor_utils.cpp1215 std::string hashDevice; in BindVersionStmt() local
1216 int errCode = RuntimeContext::GetInstance()->GetLocalIdentity(hashDevice); in BindVersionStmt()
1221 if (device == hashDevice) { in BindVersionStmt()
1224 hashDevice = DBCommon::TransferHashString(device); in BindVersionStmt()
1225 DBCommon::StringToVector(hashDevice, bytes); in BindVersionStmt()