/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_relational_utils.h | 32 static int GetCloudValueByType(sqlite3_stmt *statement, int type, int cid, Type &cloudValue);
|
H A D | sqlite_relational_utils.cpp | 86 int SQLiteRelationalUtils::GetCloudValueByType(sqlite3_stmt *statement, int type, int cid, Type &cl… in GetCloudValueByType() function in DistributedDB::SQLiteRelationalUtils
|
H A D | sqlite_single_ver_relational_storage_executor_extend.cpp | 118 … errCode = SQLiteRelationalUtils::GetCloudValueByType(statement, field.type, index++, cloudValue); in GetInfoByStatement() 135 …errCode = SQLiteRelationalUtils::GetCloudValueByType(statement, item.second.type, index++, cloudVa… in GetInfoByStatement() 1233 … errCode = SQLiteRelationalUtils::GetCloudValueByType(stmt, field.type, index++, cloudValue); in GetAssetInfoOnTable()
|
H A D | sqlite_single_ver_relational_storage_extend_executor.cpp | 1283 … errCode = SQLiteRelationalUtils::GetCloudValueByType(stmt, field.type, index++, cloudValue); in GetAssetsByGidOrHashKey() 1955 … errCode = SQLiteRelationalUtils::GetCloudValueByType(stmt, field.type, startIndex, cloudValue); in GetRecordFromStmt()
|
H A D | sqlite_single_ver_relational_storage_executor.cpp | 1653 errCode = SQLiteRelationalUtils::GetCloudValueByType(statement, in GetCloudDataForSync()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_sqlite_relational_utils_test.cpp | 142 …EXPECT_EQ(SQLiteRelationalUtils::GetCloudValueByType(statement, TYPE_INDEX<Nil>, 0, typeValue), -E…
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
H A D | distributeddb_cloud_syncer_download_assets_test.cpp | 351 …ASSERT_EQ(SQLiteRelationalUtils::GetCloudValueByType(stmt, TYPE_INDEX<Assets>, 0, cloudValue), E_O… in CheckDownloadFailedForTest002() 502 …ASSERT_EQ(SQLiteRelationalUtils::GetCloudValueByType(stmt, TYPE_INDEX<Assets>, 0, cloudValue), E_O… in CheckLocaLAssets() 538 …ASSERT_EQ(SQLiteRelationalUtils::GetCloudValueByType(stmt, TYPE_INDEX<Assets>, 0, cloudValue), E_O… in CheckCursorData() 1270 …ASSERT_EQ(SQLiteRelationalUtils::GetCloudValueByType(stmt, TYPE_INDEX<Assets>, 0, cloudValue), E_O… 1557 …ASSERT_EQ(SQLiteRelationalUtils::GetCloudValueByType(stmt, TYPE_INDEX<Assets>, 0, cloudValue), E_O… 2380 …ASSERT_EQ(SQLiteRelationalUtils::GetCloudValueByType(stmt, TYPE_INDEX<Assets>, 0, cloudValue), E_O…
|
H A D | distributeddb_cloud_syncer_lock_test.cpp | 394 …ASSERT_EQ(SQLiteRelationalUtils::GetCloudValueByType(stmt, TYPE_INDEX<Asset>, 0, assetBlob), E_OK); in CheckAssetStatusNormal() 398 …ASSERT_EQ(SQLiteRelationalUtils::GetCloudValueByType(stmt, TYPE_INDEX<Assets>, 0, assetsBlob), E_O… in CheckAssetStatusNormal()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_cloud_interfaces_set_cloud_schema_test.cpp | 204 …ASSERT_EQ(SQLiteRelationalUtils::GetCloudValueByType(stmt, TYPE_INDEX<std::string>, 0, cloudValue)… in CheckSharedTable() 226 …ASSERT_EQ(SQLiteRelationalUtils::GetCloudValueByType(stmt, TYPE_INDEX<std::string>, 0, cloudValue)… in CheckDistributedSharedTable() 1274 …ASSERT_EQ(SQLiteRelationalUtils::GetCloudValueByType(stmt, TYPE_INDEX<Asset>, 0, cloudValue), E_OK…
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/ |
H A D | distributeddb_cloud_reference_sync_test.cpp | 383 …ASSERT_EQ(SQLiteRelationalUtils::GetCloudValueByType(stmt, TYPE_INDEX<std::string>, 0, cloudValue)… in CheckDistributedSharedData() 402 …ASSERT_EQ(SQLiteRelationalUtils::GetCloudValueByType(stmt, TYPE_INDEX<double>, 0, cloudValue), E_O… in CheckSharedDataAfterUpdated()
|
H A D | distributeddb_cloud_interfaces_relational_sync_test.cpp | 420 …ASSERT_EQ(SQLiteRelationalUtils::GetCloudValueByType(stmt, TYPE_INDEX<Assets>, 0, cloudValue), E_O… in CheckDiffTypeAsset() 464 …ASSERT_EQ(SQLiteRelationalUtils::GetCloudValueByType(stmt, TYPE_INDEX<Asset>, 0, cloudValue), E_OK… in CheckFillAssetForTest10() 497 …ASSERT_EQ(SQLiteRelationalUtils::GetCloudValueByType(stmt, TYPE_INDEX<Assets>, 0, cloudValue), E_O… in CheckFillAssetsForTest10()
|
H A D | distributeddb_cloud_assets_operation_sync_test.cpp | 428 …ASSERT_EQ(SQLiteRelationalUtils::GetCloudValueByType(stmt, TYPE_INDEX<Assets>, 0, cloudValue), E_O…
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/ |
H A D | distributeddb_tools_unit_test.cpp | 1321 …int ret = SQLiteRelationalUtils::GetCloudValueByType(statement, schema.fields[index].type, index, … in SelectData()
|