/ohos5.0/base/security/asset/services/db_operator/src/ |
H A D | database_file_upgrade.rs | 76 fn get_db_before_split(user_id: i32) -> Result<Database> { in get_db_before_split() 98 fn get_new_db(user_id: i32, info_map: &DbMap) -> Result<Database> { in get_new_db() 138 old_db: &mut Database, in migrate_data() 139 new_db: &mut Database, in migrate_data()
|
H A D | database.rs | 95 pub struct Database { struct 144 …(user_id: i32, db_name: &str, upgrade_db_version: u32, db_key: Option<&DbKey>) -> Result<Database>… in get_db() 160 pub(crate) fn get_normal_db(user_id: i32, db_name: &str, is_ce: bool) -> Result<Database> { in get_normal_db() 185 pub fn create_db_instance(attributes: &AssetMap, calling_info: &CallingInfo) -> Result<Database> { in create_db_instance() 208 impl Database { implementation 210 …fn build(user_id: i32, owner_type: OwnerType, owner_info: &[u8], is_ce: bool) -> Result<Database> { in build() 219 pub fn build_with_file_name(user_id: i32, db_name: &str, is_ce: bool) -> Result<Database> { in build_with_file_name() 658 impl Drop for Database { implementation
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/service_impl/ |
H A D | types.rs | 118 pub struct Database { struct 124 impl From<&ipc_conn::Database> for Database { implementation 138 impl TryFrom<&Database> for ipc_conn::Database { implementation 154 impl Database { impl 156 pub fn new(name: String, alias: String, tables: HashMap<String, Table>) -> Database { in new()
|
H A D | cloud_service.rs | 72 dbs: &HashMap<String, Vec<Database>>, in subscribe() 141 pub fn databases(&self) -> &[Database] { in databases()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | cloud_test.cpp | 28 using Database = SchemaMeta::Database; typedef
|
/ohos5.0/base/security/asset/services/core_service/src/operations/ |
H A D | operation_add.rs | 47 db: &mut Database, in resolve_conflict()
|
H A D | operation_query.rs | 42 fn upgrade_version(db: &mut Database, calling_info: &CallingInfo, db_data: &mut DbMap) -> Result<()… in upgrade_version()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/ |
H A D | js-apis-data-cloudExtension-sys.md | 195 ## Database section
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/ |
H A D | js-apis-data-cloudExtension-sys.md | 194 ## Database section
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_general_store.h | 42 using Database = DistributedData::Database; variable
|
/ohos5.0/base/security/asset/services/db_operator/src/test/ |
H A D | test_database.rs | 81 fn backup_db(db: &Database) { in backup_db()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/ |
H A D | mod.rs | 81 Database = 36, enumerator
|
H A D | basic_rust_types.rs | 57 Database(Vec<types::Database>), enumerator
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/ipc_conn/ |
H A D | database.rs | 60 database: &Database, in new()
|
H A D | connect.rs | 311 pub(crate) struct Database { struct 317 impl Serialize for Database { implementation 326 impl Deserialize for Database { implementation
|