Home
last modified time | relevance | path

Searched refs:BindAssets (Results 1 - 11 of 11) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_asset_loader.h31 using BindAssets = DistributedData::BindAssets;
33 explicit RdbAssetLoader(std::shared_ptr<DistributedData::AssetLoader> cloudAssetLoader, BindAssets* bindAssets);
44 BindAssets* snapshots_;
H A Drdb_cloud.h38 using BindAssets = DistributedData::BindAssets;
41 explicit RdbCloud(std::shared_ptr<DistributedData::CloudDB> cloudDB, BindAssets* bindAssets);
70 BindAssets* snapshots_;
H A Drdb_general_store.h47 using BindAssets = DistributedData::BindAssets;
169 BindAssets snapshots_;
H A Drdb_asset_loader.cpp27 RdbAssetLoader::RdbAssetLoader(std::shared_ptr<DistributedData::AssetLoader> cloudAssetLoader, BindAssets* bindAssets) in RdbAssetLoader()
H A Drdb_cloud.cpp29 RdbCloud::RdbCloud(std::shared_ptr<DistributedData::CloudDB> cloudDB, BindAssets* bindAssets) in RdbCloud()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Drdb_asset_loader_test.cpp83 BindAssets bindAssets; in HWTEST_F()
104 BindAssets bindAssets; in HWTEST_F()
122 BindAssets bindAssets; in HWTEST_F()
H A Drdb_cloud_test.cpp50 BindAssets bindAssets; in HWTEST_F()
72 BindAssets bindAssets; in HWTEST_F()
109 BindAssets bindAssets; in HWTEST_F()
148 BindAssets bindAssets; in HWTEST_F()
H A Drdb_general_store_test.cpp258 BindAssets bindAssets; in HWTEST_F()
278 BindAssets bindAssets; in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/snapshot/
H A Dsnapshot.h49 struct BindAssets { struct
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dsqlite_statement.h76 static int32_t BindAssets(sqlite3_stmt *stat, int index, const ValueObject::Type &object);
82 BindBlob, BindAsset, BindAssets, BindFloats, BindBigInt };
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_statement.cpp667 int32_t SqliteStatement::BindAssets(sqlite3_stmt *stat, int index, const ValueObject::Type &arg) in BindAssets() function in OHOS::NativeRdb::SqliteStatement

Completed in 6 milliseconds