Home
last modified time | relevance | path

Searched defs:BindAssets (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/snapshot/
H A Dsnapshot.h49 struct BindAssets { struct
50 std::shared_ptr<std::map<std::string, std::shared_ptr<Snapshot>>> bindAssets;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_asset_loader.h31 using BindAssets = DistributedData::BindAssets; variable
H A Drdb_cloud.h38 using BindAssets = DistributedData::BindAssets; variable
H A Drdb_general_store.h47 using BindAssets = DistributedData::BindAssets; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_statement.cpp655 int32_t SqliteStatement::BindAssets(sqlite3_stmt *stat, int index, const ValueObject::Type &arg) in BindAssets() function in OHOS::NativeRdb::SqliteStatement