Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H A Dcloud_ext_types.rs267 *id = src_struct.id().as_ptr() as *const c_uchar; in OhCloudExtCloudAssetGetId()
268 *len = src_struct.id().len() as c_uint; in OhCloudExtCloudAssetGetId()
287 *name = src_struct.name().as_ptr() as *const c_uchar; in OhCloudExtCloudAssetGetName()
288 *len = src_struct.name().len() as c_uint; in OhCloudExtCloudAssetGetName()
307 *uri = src_struct.uri().as_ptr() as *const c_uchar; in OhCloudExtCloudAssetGetUri()
308 *len = src_struct.uri().len() as c_uint; in OhCloudExtCloudAssetGetUri()
328 *len = src_struct.local_path().len() as c_uint; in OhCloudExtCloudAssetGetLocalPath()
348 *len = src_struct.create_time().len() as c_uint; in OhCloudExtCloudAssetGetCreateTime()
368 *len = src_struct.modify_time().len() as c_uint; in OhCloudExtCloudAssetGetModifiedTime()
388 *len = src_struct.size().len() as c_uint; in OhCloudExtCloudAssetGetSize()
[all …]