Searched defs:OhCloudExtHashMap (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 | 24 pub type OhCloudExtHashMap = SafeCffiWrapper<HashMapCffi>; typedef 467 ) -> *mut OhCloudExtHashMap { in OhCloudExtHashMapNew() 491 hash_map: *const OhCloudExtHashMap, in OhCloudExtHashMapGetKeyTyp() 507 hash_map: *const OhCloudExtHashMap, in OhCloudExtHashMapGetValueTyp() 536 hash_map: *const OhCloudExtHashMap, in OhCloudExtHashMapGetLength() 570 hash_map: *mut OhCloudExtHashMap, in OhCloudExtHashMapInsert() 666 hash_map: *const OhCloudExtHashMap, in OhCloudExtHashMapIterGetKeyValuePair() 785 hash_map: *const OhCloudExtHashMap, in OhCloudExtHashMapGet() 866 pub unsafe extern "C" fn OhCloudExtHashMapFree(hash_map: *mut OhCloudExtHashMap) { in OhCloudExtHashMapFree()
|
H A D | cloud_extension.rs | 281 extend: *mut OhCloudExtHashMap, in OhCloudExtCloudDbExecuteSql() 606 dbs: *const OhCloudExtHashMap, in OhCloudExtCloudSyncSubscribe() 608 relations: *mut *const OhCloudExtHashMap, in OhCloudExtCloudSyncSubscribe() 656 relations: *const OhCloudExtHashMap, in OhCloudExtCloudSyncUnsubscribe()
|
H A D | cloud_ext_types.rs | 428 tables: *mut OhCloudExtHashMap, in OhCloudExtDatabaseNew() 498 tables: *mut *const OhCloudExtHashMap, in OhCloudExtDatabaseGetTable() 851 app_info: *mut *const OhCloudExtHashMap, in OhCloudExtCloudInfoGetAppInfo() 1031 relations: *mut OhCloudExtHashMap, in OhCloudExtRelationSetNew() 1099 relations: *mut *const OhCloudExtHashMap, in OhCloudExtRelationSetGetRelations()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/include/ |
H A D | basic_rust_types.h | 112 } OhCloudExtHashMap; typedef
|