Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/ipc_conn/
H A Dasset.rs25 pub(crate) type AssetLoaderResult<T> = Result<T, Error>; typedef
188 pub(crate) fn new(user_id: i32) -> AssetLoaderResult<Self> { in new()
212 ) -> AssetLoaderResult<Vec<Result<CloudAsset, Error>>> { in download()
264 ) -> AssetLoaderResult<Vec<Result<CloudAsset, Error>>> { in upload()