Searched refs:hashDevice (Results 1 – 2 of 2) sorted by relevance
1871 std::string hashDevice = DBCommon::TransferHashString(deviceId); in SetDeviceId() local1872 std::vector<uint8_t> deviceIdVec(hashDevice.begin(), hashDevice.end()); in SetDeviceId()1908 std::string hashDevice = DBCommon::TransferHashString(deviceId); in CheckLogTable() local1909 std::vector<uint8_t> deviceIdVec(hashDevice.begin(), hashDevice.end()); in CheckLogTable()1957 std::string hashDevice = DBCommon::TransferHashString(deviceId); in ChangeUserId() local1958 std::vector<uint8_t> deviceIdVec(hashDevice.begin(), hashDevice.end()); in ChangeUserId()1999 std::string hashDevice = DBCommon::TransferHashString(deviceId); in ChangeHashKey() local2000 std::vector<uint8_t> deviceIdVec(hashDevice.begin(), hashDevice.end()); in ChangeHashKey()
1215 std::string hashDevice; in BindVersionStmt() local1216 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()