Home
last modified time | relevance | path

Searched refs:OhCloudExtRustType (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H A Dbasic_rust_types.rs30 pub enum OhCloudExtRustType { enum
123 ) -> OhCloudExtRustType { in OhCloudExtVectorGetValueTyp() argument
125 None => return OhCloudExtRustType::NULL, in OhCloudExtVectorGetValueTyp()
466 value_type: OhCloudExtRustType, in OhCloudExtHashMapNew() argument
492 ) -> OhCloudExtRustType { in OhCloudExtHashMapGetKeyTyp() argument
494 OhCloudExtRustType::NULL in OhCloudExtHashMapGetKeyTyp()
496 OhCloudExtRustType::STRING in OhCloudExtHashMapGetKeyTyp()
508 ) -> OhCloudExtRustType { in OhCloudExtHashMapGetValueTyp() argument
510 return OhCloudExtRustType::NULL; in OhCloudExtHashMapGetValueTyp()
888 OhCloudExtRustType::$typ => {}
[all …]
H A Dmod.rs222 let vec = OhCloudExtVectorNew(OhCloudExtRustType::I32); in ut_wrapper()
H A Dcloud_ext_types.rs1302 OhCloudExtHashMap, OhCloudExtRustType, OhCloudExtVector, OhCloudExtVectorNew,
1423 let vec = OhCloudExtVectorNew(OhCloudExtRustType::CLOUD_ASSET); in ut_value_assets()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/include/
H A Dbasic_rust_types.h31 enum OhCloudExtRustType { enum
65 OhCloudExtVector *OhCloudExtVectorNew(OhCloudExtRustType typ);
70 OhCloudExtRustType OhCloudExtVectorGetValueTyp(OhCloudExtVector *src);
119 OhCloudExtHashMap *OhCloudExtHashMapNew(OhCloudExtRustType valueTyp);
124 OhCloudExtRustType OhCloudExtHashMapGetKeyTyp(const OhCloudExtHashMap *src);
129 OhCloudExtRustType OhCloudExtHashMapGetValueTyp(const OhCloudExtHashMap *src);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dextension_util.cpp23 OhCloudExtVector *datas = OhCloudExtVectorNew(OhCloudExtRustType::VALUETYPE_HASHMAP_VALUE); in Convert()
44 OhCloudExtHashMap *values = OhCloudExtHashMapNew(OhCloudExtRustType::VALUETYPE_VALUE); in Convert()
116 OhCloudExtHashMap *databases = OhCloudExtHashMapNew(OhCloudExtRustType::VALUETYPE_TABLE); in Convert()
152 OhCloudExtVector *fields = OhCloudExtVectorNew(OhCloudExtRustType::VALUETYPE_FIELD); in Convert()
462 OhCloudExtVector *assets = OhCloudExtVectorNew(OhCloudExtRustType::VALUETYPE_CLOUD_ASSET); in Convert()
H A Dcloud_server_impl.cpp316 OhCloudExtHashMap *databases = OhCloudExtHashMapNew(OhCloudExtRustType::VALUETYPE_VEC_DATABASE); in Subscribe()
324 OhCloudExtVector *database = OhCloudExtVectorNew(OhCloudExtRustType::VALUETYPE_DATABASE); in Subscribe()
529 OhCloudExtHashMap *subs = OhCloudExtHashMapNew(OhCloudExtRustType::VALUETYPE_VEC_STRING); in Unsubscribe()
537 OhCloudExtVector *relation = OhCloudExtVectorNew(OhCloudExtRustType::VALUETYPE_U32); in Unsubscribe()