Searched refs:assetsValue (Results 1 – 2 of 2) sorted by relevance
1211 std::vector<uint8_t> assetsValue; in GetAssetsAndUpdateAssetsId() local1212 errCode = RuntimeContext::GetInstance()->AssetsToBlob(assets, assetsValue); in GetAssetsAndUpdateAssetsId()1217 errCode = CleanAssetsIdOnUserTable(tableName, fieldName, rowId, assetsValue); in GetAssetsAndUpdateAssetsId()1230 const std::string &fieldName, const int64_t rowId, const std::vector<uint8_t> &assetsValue) in CleanAssetsIdOnUserTable() argument1241 errCode = SQLiteUtils::BindBlobToStatement(stmt, 1, assetsValue, false); in CleanAssetsIdOnUserTable()
407 const std::vector<uint8_t> &assetsValue);