Searched refs:get_inner (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/ |
H A D | basic_rust_types.rs | 183 let val = match OhCloudExtValue::get_inner(value as *mut _, SafetyCheckId::Value) { in OhCloudExtVectorPush() 206 let val = match OhCloudExtTable::get_inner(value as *mut _, SafetyCheckId::Table) { in OhCloudExtVectorPush() 213 let fd = match OhCloudExtField::get_inner(value as *mut _, SafetyCheckId::Field) { in OhCloudExtVectorPush() 245 match OhCloudExtVector::get_inner(value as *mut _, SafetyCheckId::Vector) { in OhCloudExtVectorPush() 256 match OhCloudExtVector::get_inner(value as *mut _, SafetyCheckId::Vector) { in OhCloudExtVectorPush() 267 match OhCloudExtVector::get_inner(value as *mut _, SafetyCheckId::Vector) { in OhCloudExtVectorPush() 594 let val = match OhCloudExtValue::get_inner(value as *mut _, SafetyCheckId::Value) { in OhCloudExtHashMapInsert() 923 let value_struct = OhCloudExtVector::get_inner( 939 let v = OhCloudExtValue::get_inner( 1169 let value_struct = OhCloudExtVector::get_inner( [all …]
|
H A D | cloud_ext_types.rs | 120 let asset = match OhCloudExtCloudAsset::get_inner( in OhCloudExtValueNew() 130 let assets = match OhCloudExtVector::get_inner( in OhCloudExtValueNew() 438 let tables = match OhCloudExtHashMap::get_inner(tables, SafetyCheckId::HashMap) { in OhCloudExtDatabaseNew() 539 let fields = match OhCloudExtVector::get_inner(fields, SafetyCheckId::Vector) { in OhCloudExtTableNew() 1040 let relations = match OhCloudExtHashMap::get_inner(relations, SafetyCheckId::HashMap) { in OhCloudExtRelationSetNew() 1447 OhCloudExtVector::get_inner(val as *mut OhCloudExtVector, SafetyCheckId::Vector) in ut_value_assets() 1500 let map_struct = OhCloudExtHashMap::get_inner(map, SafetyCheckId::HashMap).unwrap(); in ut_database() 1552 let vec_struct = OhCloudExtVector::get_inner(vec, SafetyCheckId::Vector).unwrap(); in ut_table()
|
H A D | mod.rs | 166 pub(crate) unsafe fn get_inner(src: *mut SafeCffiWrapper<T>, typ: SafetyCheckId) -> Option<T> { in get_inner() method
|
H A D | cloud_extension.rs | 252 let database = match OhCloudExtDatabase::get_inner(database, SafetyCheckId::Database) { in OhCloudExtCloudDbNew()
|