Home
last modified time | relevance | path

Searched refs:info_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.rs768 *user = info_struct.user; in OhCloudExtCloudInfoGetUser()
787 *id = info_struct.id.as_ptr() as *const c_uchar; in OhCloudExtCloudInfoGetId()
788 *id_len = info_struct.id.len() as c_uint; in OhCloudExtCloudInfoGetId()
806 *total_space = info_struct.total_space as c_ulonglong; in OhCloudExtCloudInfoGetTotalSpace()
824 *remain_space = info_struct.remain_space as c_ulonglong; in OhCloudExtCloudInfoGetRemainSpace()
842 *enable = info_struct.enable_cloud as u8; in OhCloudExtCloudInfoEnabled()
887 *id = info_struct.app_id.as_ptr() as *const c_uchar; in OhCloudExtAppInfoGetAppId()
888 *id_len = info_struct.app_id.len() as c_uint; in OhCloudExtAppInfoGetAppId()
908 *id_len = info_struct.bundle_name.len() as c_uint; in OhCloudExtAppInfoGetBundleName()
926 *switch = info_struct.cloud_switch as u8; in OhCloudExtAppInfoGetCloudSwitch()
[all …]