Home
last modified time | relevance | path

Searched defs:typ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H A Dbasic_rust_types.rs884 let typ = OhCloudExtRustType::$typ; localVariable
920 let typ = OhCloudExtRustType::$typ; localVariable
1075 let typ = OhCloudExtRustType::I32; in ut_vec_null() localVariable
1094 let typ = OhCloudExtRustType::$typ; localVariable
1279 let typ = OhCloudExtHashMapGetKeyTyp(null_mut()); in ut_hashmap_null() localVariable
1284 let typ = OhCloudExtHashMapGetValueTyp(null_mut()); in ut_hashmap_null() localVariable
1290 let typ = OhCloudExtRustType::U32; in ut_hashmap_null() localVariable
H A Dcloud_ext_types.rs631 typ: c_uint, field
647 let typ = builder.typ as u8; in OhCloudExtFieldNew() localVariable
1328 let mut typ = OhCloudExtValueType::EMPTY; in ut_value_int() localVariable
1391 let mut typ = OhCloudExtValueType::EMPTY; in ut_value_asset() localVariable
1432 let mut typ = OhCloudExtValueType::EMPTY; in ut_value_assets() localVariable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/service_impl/
H A Dtypes.rs306 pub fn typ(&self) -> u8 { in typ() method
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/include/
H A Dcloud_ext_types.h316 const unsigned int typ; member
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/ipc_conn/
H A Dconnect.rs373 let typ = match value { in try_from() localVariable
436 let typ = parcel.read::<FieldType>()?; in deserialize() localVariable