Searched defs:BindAssets (Results 1 – 5 of 5) sorted by relevance
49 struct BindAssets { struct50 std::shared_ptr<std::map<std::string, std::shared_ptr<Snapshot>>> bindAssets;
31 using BindAssets = DistributedData::BindAssets; variable
38 using BindAssets = DistributedData::BindAssets; variable
47 using BindAssets = DistributedData::BindAssets; variable
655 int32_t SqliteStatement::BindAssets(sqlite3_stmt *stat, int index, const ValueObject::Type &arg) in BindAssets() function in OHOS::NativeRdb::SqliteStatement